Password Hashing
Posted: Sat Aug 10, 2013 8:01 am
I am aware this may not be the right place at all to ask this, most definitely not the right index to post this.
If there was another forum index that this could have went in, I'm deeply sorry about it.
But anyway, I was wondering what the hashing algorithm the client uses to hash the passwords before storing them in the database, this may come off like "Hacker" since I'm asking about what hashing algorithm is used, but I've been building a website for a server and trying to hash the passwords in register.php correctly to match the servers passwords, but it's just been ending up badly, thought it might have been sha1(sha1($pass));
Scoured the internet a bit, it's came close to telling me that it's a mysql hash, as I believe, but if I may have found it on a page, I have poor attention so I may have went past it.
If there was another forum index that this could have went in, I'm deeply sorry about it.
But anyway, I was wondering what the hashing algorithm the client uses to hash the passwords before storing them in the database, this may come off like "Hacker" since I'm asking about what hashing algorithm is used, but I've been building a website for a server and trying to hash the passwords in register.php correctly to match the servers passwords, but it's just been ending up badly, thought it might have been sha1(sha1($pass));
Scoured the internet a bit, it's came close to telling me that it's a mysql hash, as I believe, but if I may have found it on a page, I have poor attention so I may have went past it.