rustfuscator 1.0.0

A text obfuscation library using AES-GCM encryption
Documentation
[dependencies.aes-gcm]
version = "0.10.3"

[dependencies.base64]
version = "0.22.1"

[dependencies.pbkdf2]
version = "0.12.2"

[dependencies.rand]
version = "0.9.1"

[dependencies.sha2]
version = "0.10.9"

[dependencies.thiserror]
version = "2.0.12"

[[example]]
name = "obfuscate"
path = "examples/obfuscate.rs"

[lib]
name = "rustfuscator"
path = "src/lib.rs"

[package]
authors = ["Milos Stojkovic <iqoologic@gmail.com>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["cryptography", "authentication"]
description = "A text obfuscation library using AES-GCM encryption"
edition = "2024"
keywords = ["obfuscation", "encryption", "security", "crypto"]
license = "MIT"
name = "rustfuscator"
readme = "README.md"
repository = "https://github.com/IQooLogic/rustfuscator"
version = "1.0.0"

[[test]]
name = "obfuscator_test"
path = "tests/obfuscator_test.rs"