/ Published in: Ruby
Before you save a password to a database, it may make sense to encrypt it. That way when you do some user authentication, you can compare the users submitted password to the one on the database.
Expand |
Embed | Plain Text
Copy this code and paste it in your HTML
https://www.chrisjmendez.com/2007/10/21/ruby-encrypting-passwords-for-a-database-using-one-way-hash-technique-sha1/