I was thinking since there are sites like MD5 Decrypter.com, MD5 Decryption, Free MD5 Decrypter, Security, MD5 Hash, MD5 Security. would it be safer or just stupid to store passwords using double md5 encryption like
as part of securing your site, and if you know where i can learn usage of GnuPG keys can you please tell me where
PHP Code:
md5(md5($_POST['password']))
Comment