Reputation: 4811
I just want to confirm my understanding of how AES works.
If company#1 is encrypting the data, and sending this data to company#2 to decrypt, and let's presume that one of them uses C# and the other Java.
As long as both are using the same shared secret key, is there anything else setting/configuration wise both parties should agree upon to make sure the data is correctly encryption and decrypted?
Upvotes: 1
Views: 619
Reputation: 61902
There is a lot that both have to agree upon:
Upvotes: 3