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

11
Cargo.lock generated
View File

@@ -101,6 +101,7 @@ dependencies = [
"rand_core",
"rpassword",
"rust-argon2",
"uuid",
]
[[package]]
@@ -214,6 +215,16 @@ version = "1.16.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "497961ef93d974e23eb6f433eb5fe1b7930b659f06d12dec6fc44a8f554c0bba"
[[package]]
name = "uuid"
version = "1.3.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1674845326ee10d37ca60470760d4288a6f80f304007d92e5c53bab78c9cfd79"
dependencies = [
"getrandom",
"rand",
]
[[package]]
name = "version_check"
version = "0.9.4"