Add string obfuscation

This commit is contained in:
Michael Mikovsky
2025-11-08 17:58:40 -07:00
parent 3dba32264c
commit 997b98491a
14 changed files with 1311 additions and 10 deletions
+22
View File
@@ -0,0 +1,22 @@
[package]
name = "unshell-obfuscate"
version = "0.1.0"
edition = "2024"
[lib]
proc-macro = true
[features]
# default = ["obfuscate"]
obfuscate = []
[dependencies]
aes = "0.8.4"
block-padding = "0.4.1"
cbc = "0.1.2"
getrandom = "0.3.4"
hex = "0.4.3"
hex-literal = "1.1.0"
quote = "1.0.42"
sha2 = "0.10.9"
syn = {version = "2.0.109", features = ["full"]}