All I wanted to do was SHA1 some passwords + salts in Oracle and then compare them when a user logs in. Is it really this difficult to do this comparison? select USERNAME, USERPASSWORD, SALT from USERS where USERNAME = … Continue reading
November 30, 2012
by rory
Comments Off