i am looking for a page that explains the different built-in common encryption types for php
(md5, sha1...etc)
can anyone help?
Encrypt Methods
Moderator: General Moderators
- aaronhall
- DevNet Resident
- Posts: 1040
- Joined: Tue Aug 13, 2002 5:10 pm
- Location: Back in Phoenix, missing the microbrews
- Contact:
Have you looked through wikipedia? http://www.php.net/mcrypt lists all of mcrypt's encryption methods.
- JustinMs66
- Forum Contributor
- Posts: 127
- Joined: Sun Sep 03, 2006 4:18 pm
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...- JustinMs66
- Forum Contributor
- Posts: 127
- Joined: Sun Sep 03, 2006 4:18 pm
ok but then how do i use that IV with myaaronhall wrote:mcrypt_create_iv()?
Code: Select all
mcrypt_ecb()