Skip to content

User Password Encryption

Jason Shinn edited this page Mar 23, 2015 · 1 revision

User Password Encryption

Current Best Practices

At the time of writing (March, '15), current best practices in password management are encrypting with bcrypt or scrypt. Onecrypt uses scrypt, tuned for each system to run for 100 milliseconds to optimize for interactive logins.

Clone this wiki locally