feat: encryption configuration properties

This commit is contained in:
huzibaca
2024-11-20 07:27:42 +08:00
parent 708e5d1941
commit 91f0f9f65e
6 changed files with 494 additions and 127 deletions

View File

@@ -55,6 +55,10 @@ tauri-plugin-devtools = "2.0.0-rc"
url = "2.5.2"
zip = "2.2.0"
reqwest_dav = "0.1.14"
aes-gcm = { version = "0.10.3", features = ["std"] }
base64 = "0.22.1"
getrandom = "0.2"
[target.'cfg(windows)'.dependencies]
runas = "=1.2.0"
deelevate = "0.2.0"