Fix unshell_obfuscate error. remove default encryption key error when there isn't any encryption

This commit is contained in:
Michael Mikovsky
2026-01-27 15:37:19 -07:00
parent 2edb4f3187
commit a4411d378f
7 changed files with 39 additions and 12 deletions
+1 -1
View File
@@ -33,7 +33,7 @@ chrono = { workspace = true }
serde = { workspace = true }
serde_json = { workspace = true }
unshell-obfuscate = {path = "./unshell-obfuscate"}
unshell-obfuscate = { path = "./unshell-obfuscate" }
# unshell-crypt = {path = "./unshell-crypt"}
[workspace.dependencies]