weavejester / crypto-password

Library for securely hashing passwords

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Salt Support

johnmcconnell opened this issue · comments

Do you plan on including salt support?

Correct me if I am wrong, but I believe somebody using this to encrypt user passwords would be vulnerable to a rainbow table attack.

I am guessing your intention was not to use this library for that functionality, but I am curious if you want to support it.

Nevermind you do generate a salt. My mistake.