Sean wrote:
I now saw the linked page in the top post in this thread. Is that official implementation of AES in PHP?
I looked and compared it to
this MSDN post. PHP script seems to be the same.
Okay I searched on web, and it is a library. AES can be implemented on PHP (mcrypt), but I can't use it because my domain maintainer didn't implement it.
I found the PHP "emulated" library
here.
Now I do some tests.
Thank you very much, Sean!
EDIT:
I thought that, but now seems to be true:
Quote:
$plaintext will be padded with up to 16 additional bytes. Other AES implementations may or may not pad in the same manner.
I found this on library.