rust_code_obfuscator_core 0.3.0

Core encryption and obfuscation logic for rustfuscator
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
[package]
name = "rust_code_obfuscator_core"
version = "0.3.0"
edition = "2021"
description = "Core encryption and obfuscation logic for rustfuscator"
license = "MIT"
repository = "https://github.com/GianIac/rustfuscator"

[build-dependencies]
rand = "0.9.1"

[dependencies]
cryptify = "3.1.1"
rand = "0.9.1"
aes-gcm = "0.10"
aes = "0.8"
aead = "0.5"
zeroize = "1.7"