hi, according to the zip white pages, encryption working with RIJNDAEL algorithm is avialable for zip filez, see http://www.winzip.com/aes_info.htm my question is, witch function and parameters can I use to get such encryption ? I have not much experience in the domain, but winzip talk about "AES", and I can't find any info about it in the mcrypt librairie. thanks. -----Message d'origine----- De : Miha Nedok [mailto:mike@voyager.unix-systems.net] Envoyé : mardi 12 août 2003 12:21 À : UHL Fabrice Cc : php-windows@lists.php.net Objet : Re: [PHP-WIN] Zip archive & File Encryption Look at PhpMyAdmin they have a ZIP file class. But no encryption, you would have to implement it yourself. But ZIP file encryption is weak and easy breakable. I'm recommind you to encrypt your data with some encryption that is provided by Mcrypt (check for libmcrypt). -Mike On Mon, 11 Aug 2003, UHL Fabrice wrote: > Date: Mon, 11 Aug 2003 17:20:53 +0200 > From: UHL Fabrice <UHLFA@e-i.com> > To: php-windows@lists.php.net > Subject: [PHP-WIN] Zip archive & File Encryption > > hi all, > > I am looking for a php class for creating zip encrypted files archives. > > does anyone have an idea ? > > thanks > > UF > > -- > PHP Windows Mailing List (http://www.php.net/) > To unsubscribe, visit: http://www.php.net/unsub.php > -- PHP Windows Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php -- PHP Windows Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php