What are encryption functions in PHP?
Answers
Answered by
0
Encrypting Passwords in PHP
md5() The built-in MD5 function is probably the most common functions to encrypt passwords. ...
sha1() I like to consider SHA-1 the big brother to MD5. ...
hash() and crypt() ...
Standard and Extended DES. ...
Blowfish. ...
SHA-256 and SHA-512. ...
Conclusion.
Similar questions