Add base62 encoding

This commit is contained in:
Michael Mikovsky
2025-11-10 22:18:21 -07:00
parent 0881e46a17
commit 2b5074153b
21 changed files with 981 additions and 134 deletions
+9 -2
View File
@@ -403,17 +403,24 @@ dependencies = [
[[package]]
name = "unshell-lib"
version = "0.1.0"
version = "0.0.0"
dependencies = [
"aes",
"bincode",
"block-padding 0.4.1",
"cbc",
"chrono",
"getrandom",
"hex",
"hex-literal",
"libloading",
"sha2",
"unshell-obfuscate",
]
[[package]]
name = "unshell-obfuscate"
version = "0.1.0"
version = "0.0.0"
dependencies = [
"aes",
"block-padding 0.4.1",