tags:

views:

88

answers:

1

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.

+1  A: 
dabito
also note that phpaes is **extremely** slow
Longpoke
@Longpoke indeed, perhaps the best choice is shell commands, but im not sure Prabhu can call those
dabito
AFAIK Mcrypt uses native code so it should be fast: http://php.net/manual/en/book.mcrypt.php
Longpoke