Создание шифрованного API

This commit is contained in:
2024-06-25 13:11:51 +07:00
parent 4345ddc645
commit 26d973a1a7
14 changed files with 776 additions and 66 deletions
+7 -1
View File
@@ -16,6 +16,12 @@ serde = { version = "1", features = ["derive"] }
serde_json = "1"
magic-crypt = "3.1.13"
rust-fuzzy-search = "0.1.1"
rand = "0.8.5"
hex = "0.4"
aes = "0.7.5"
block-modes = "0.8.1"
block-padding = "0.3.3"
[features]
# This feature is used for production builds or when a dev server is not specified, DO NOT REMOVE!!
@@ -23,6 +29,6 @@ custom-protocol = ["tauri/custom-protocol"]
[profile.release]
lto = true # Enables link to optimizations
opt-level = "z" # Optimize for binary size
opt-level = "s" # Optimize for binary size
strip = true # Remove debug symbols