I use the referenced implementation of the AES Rijndael public domain, commonly distributed under the name "rijndael-fst-3.0.zip". I plan to use this to encrypt my network data, and I wonder if the results of the encryption will differ from the large / small final architectures? In other words, can I encrypt a block of 16 bytes on a small destination machine, and then decrypt the same block on the large end? And, of course, vice versa.
If not, how do I go about replacing bytes?
Thanks in advance for your help.
Sincerely.
source share