Implement password salting + hashing

This commit is contained in:
Ethan O'Brien
2024-05-03 10:02:21 -05:00
parent 000406280c
commit f20deec47d
3 changed files with 57 additions and 4 deletions

View File

@ -21,3 +21,4 @@ substring = "1.4.5"
uuid = { version = "1.8.0", features = ["v4"] }
rsa = "0.9.6"
mime = "0.3.17"
sha2 = "0.10.8"