bcrypt or md5 ?

841 views
Skip to first unread message

Yogesh Agrawal

unread,
Jul 30, 2012, 3:05:32 PM7/30/12
to nod...@googlegroups.com
Which is more preferable to save password in DB, bcrypt or md5 ?

I found https://github.com/ncb000gt/node.bcrypt.js/ lib, which is a addon to node.js to encrypt the passwords.

Also I found that md5 based hashing is not too safe to store passwords in DB.

Martin Wawrusch

unread,
Jul 30, 2012, 3:08:04 PM7/30/12
to nod...@googlegroups.com
brcypt.

md5 is not secure at all.

--
Job Board: http://jobs.nodejs.org/
Posting guidelines: https://github.com/joyent/node/wiki/Mailing-List-Posting-Guidelines
You received this message because you are subscribed to the Google
Groups "nodejs" group.
To post to this group, send email to nod...@googlegroups.com
To unsubscribe from this group, send email to
nodejs+un...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/nodejs?hl=en?hl=en





crypticswarm

unread,
Jul 30, 2012, 3:08:13 PM7/30/12
to nod...@googlegroups.com
Here is an interesting article on the topic: http://codahale.com/how-to-safely-store-a-password/

--
Reply all
Reply to author
Forward
Message has been deleted
0 new messages