Encrypt Methods
Posted: Sun Mar 11, 2007 5:02 pm
i am looking for a page that explains the different built-in common encryption types for php
(md5, sha1...etc)
can anyone help?
(md5, sha1...etc)
can anyone help?
A community of PHP developers offering assistance, advice, discussion, and friendship.
http://forums.devnetwork.net/
i cant get mcrypt to work. i always get errors like:aaronhall wrote:Have you looked through wikipedia? http://www.php.net/mcrypt lists all of mcrypt's encryption methods.
Code: Select all
Warning: mcrypt_ecb() [function.mcrypt-ecb]: Attempt to use an empty IV, which is NOT recommend...ok but then how do i use that IV with myaaronhall wrote:mcrypt_create_iv()?
Code: Select all
mcrypt_ecb()