Question Everything!
New member
-----------------------------------One Idea
To login a user in is it better to have a string that combines 'Xyz123' & the users password & username in a sha1 form and use this to confirm them against the database insteat of there username and password in sha1 form in 2 fields within the database?
(That might be a little hard to understand.)
To login a user in is it better to have a string that combines 'Xyz123' & the users password & username in a sha1 form and use this to confirm them against the database insteat of there username and password in sha1 form in 2 fields within the database?
(That might be a little hard to understand.)