revert AES to working version
All checks were successful
Build and Test / account (push) Successful in 16m43s

This commit is contained in:
SolidStateDrive 2026-04-28 18:34:38 +02:00
commit eb76d49777
2 changed files with 14 additions and 66 deletions

View file

@ -30,7 +30,7 @@ hex = "0.4.3"
thiserror = "2.0.11"
bcrypt = "0.19.0"
sqlx = { version = "0.8.3", features = [ "runtime-tokio", "tls-native-tls", "postgres", "chrono", "ipnetwork" ] }
aes = "0.9.0"
aes = "0.8.4"
hmac = "0.12.1"
md-5 = "0.10.6"
cbc = "0.1.2"