Search code examples
phpaes

How open an AES encrypted .zip?


Can anybody please let me know, How open an AES encrypted .zip?. I need an encryption method should be 128-bit or 256-bit AES. As well as this should be a PHP process.

any references...appreciable.


Solution

  • I found an class that might help http://www.phpaes.com/ there's a free and a paid version, though, but it might get you on your way. After decripting youd have to do the decompresion with any of these http://www.php.net/manual/en/refs.compression.php

    I hope this was useful.

    Good luck!

    Edit

    Found a free one: http://www.phpclasses.org/package/4238-PHP-Encrypt-and-decrypt-data-with-AES-in-pure-PHP.html