I want to get 3DES to get a predictable result; assume I have:
key: [any]
data: [any]
then I want to apply 3DES decryption on key and data to get a specific result, such as:
decrypted 3DES: 12121212121212121212121212121212
Is this possible in theory?