labyrinth_macros

Crates.iolabyrinth_macros
lib.rslabyrinth_macros
version3.0.0
sourcesrc
created_at2024-01-09 22:32:17.834935
updated_at2024-01-10 03:35:39.669206
descriptionA procedural macro crate for the cryptify crate meant to provide obfuscation through compile time string encryption. not meant to be used standalone
homepage
repositoryhttps://github.com/dronavallipranav/rust-obfuscator/tree/main/labyrinth_macros
max_upload_size
id1094698
size7,151
Pranav Dronavalli (dronavallipranav)

documentation

README

labyrinth_macros

labyrinth_macros is a procedural macro crate designed to complement the cryptify super crate. It provides compile-time string and control flow obfuscation capabilities, aimed at enhancing the security and complexity of Rust code. Not meant to be used standalone, necessary obfuscation features are in the super crate cryptify

Features

  • String Obfuscation: Automatically encrypts string literals in your code at compile time, making them harder to read and understand.
  • Flow Obfuscation: Introduces dummy loops and random variables into control flows, enhancing the overall obfuscation of the logic.

License

labyrinth_macros is licensed under the MIT License - see the LICENSE file for details.

Commit count: 0

cargo fmt