i’m looking how to create unique hash function or finding one that is not prebuilt already so there will not be bank of it , AKA : http://www.md5decrypter.co.uk/
any suggestion how to make one?
thanks in advance , Mor.
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Simple, don’t bother and just salt you hashes http://phpsec.org/articles/2005/password-hashing.html (and please don’t use MD5, go for SHA1 or better for win).