Logging in (with trusted device 2fa only)

This commit is contained in:
nab138
2026-01-25 16:29:07 -05:00
parent 1f61c10731
commit 8be330a6be
10 changed files with 821 additions and 172 deletions

View File

@@ -33,3 +33,8 @@ futures-util = "0.3.31"
serde_json = "1.0.149"
base64 = "0.22.1"
hex = "0.4.3"
srp = { package = "nab138_srp", version = "0.6.0" }
pbkdf2 = "0.12.2"
hmac = "0.12.1"
cbc = { version = "0.1.2", features = ["std"] }
aes = "0.8.4"