Hello,
I developed a PHP based web application (running on a Linux box) that manages some E-Commerce websites. These websites communicate with Windows based software that processes and completes the transaction. The web application writes to a Database, where the web software then reads and processes. We must find an encryption tool that uses AES 256 encryption. When running tests between the PHPAES tool, and the tool we use for Window, we get unpredictable results. They do not communicate well, and can't en/decrypt eachothers results.
Does anyone know of a tool/tools that will provide identical results across both the Windows and PHP(Linux) environment?
Thanks for the help,
php_dev