You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Feb 2, 2018. It is now read-only.
Hi, I was wondering if you could answer this for me.
I want to use
bcryptto one-way hash myUserpasswords.I've posted a question to StackOverflow regarding this, but figured I'd ask you directly.
Assuming my User is along the lines of your Readme file.
Could I just write a helper method in my webapp as follows?
If so is how do I tell it to use
bcrypt? and is there any preprocessing I need to do tocleartxtpassCheers
Dave