Menu
Forums
All threads
Latest threads
New posts
Trending threads
New posts
Search forums
Trending
What's new
New posts
New profile posts
Latest activity
Members
Current visitors
New profile posts
Search profile posts
Upgrades
Log in
Register
What's new
Search
Search
Search titles only
By:
All threads
Latest threads
New posts
Trending threads
New posts
Search forums
Menu
Log in
Register
Navigation
Install the app
Install
More options
Contact us
Close Menu
Forums
Software Development
Programming
Programming Q&A
REMOVED.
JavaScript is disabled. For a better experience, please enable JavaScript in your browser before proceeding.
You are using an out of date browser. It may not display this or other websites correctly.
You should upgrade or use an
alternative browser
.
Reply to thread
Message
<blockquote data-quote="Markshall" data-source="post: 261056" data-attributes="member: 1872"><p>Trying to make your own hashes is pretty bad in my opinion, even if you use PHP's built in functions, there will always be a way around it.</p><p></p><p>Personally, if you're going to be hashing passwords I wouldn't be storing them in the database, I'd use Facebook and/or Twitter's APIs and let them do all the work by allowing people to sign up/log in with their Facebook and twitter accounts</p><p></p><p>Leave the cryptography to the professional cryptographers unless you're confident enough.</p></blockquote><p></p>
[QUOTE="Markshall, post: 261056, member: 1872"] Trying to make your own hashes is pretty bad in my opinion, even if you use PHP's built in functions, there will always be a way around it. Personally, if you're going to be hashing passwords I wouldn't be storing them in the database, I'd use Facebook and/or Twitter's APIs and let them do all the work by allowing people to sign up/log in with their Facebook and twitter accounts Leave the cryptography to the professional cryptographers unless you're confident enough. [/QUOTE]
Insert quotes…
Verification
Post reply
Forums
Software Development
Programming
Programming Q&A
REMOVED.
Top