File name gets encrypted, private dir gets deleted

This commit is contained in:
Pablu23
2023-02-05 13:58:00 +01:00
parent edacd660fe
commit c543364c1d
3 changed files with 85 additions and 75 deletions

View File

@@ -11,3 +11,10 @@ rand = "0.8.5"
rand_core = "0.6.4"
rpassword = "7.2.0"
rust-argon2 = "1.0.0"
[dependencies.uuid]
version = "1.3.0"
features = [
"v4",
"fast-rng"
]