Move to argon2 for password hashes

This commit is contained in:
Ethan O'Brien
2026-06-06 15:52:19 -05:00
parent 6ebf452632
commit 154a38a013
4 changed files with 148 additions and 53 deletions

View File

@@ -30,6 +30,8 @@ mime_guess = "2.0.5"
include_dir = "0.7.4"
jzon = "0.12.5"
csv = "1.3"
argon2 = "0.5.3"
rand_core = { version = "0.6", features = ["getrandom"] }
[target.aarch64-linux-android.dependencies]
jni = { version = "0.22.4", features = ["invocation", "default"], optional = true }