Commit cc696035 by Trevor Austin

Add brcypt GitHub to Lab notes

parent e10a1534
Showing with 2 additions and 0 deletions
......@@ -94,6 +94,8 @@ is storing passwords in plaintext though. Modify it to:
- Store hashes created with `bcrypt`
- Store a unique salt for each row that's used to create the hash
- Incorporate a pepper stored in a config file
https://github.com/pyca/bcrypt/
---
# Single Page Applications
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment