str_crypter 2.0.2

A macro library for XOR encryption and decryption of strings at compile time, meaning no cleartext strings will be in your release binary (when using the macro). The encrypted strings will be decoded at runtime.
Documentation
[dependencies]

[lib]
crate-type = ["lib"]
name = "str_crypter"
path = "src/lib.rs"

[package]
authors = ["Flux Sec <fluxsec@proton.me>"]
autobenches = false
autobins = false
autoexamples = false
autotests = false
build = false
description = "A macro library for XOR encryption and decryption of strings at compile time, meaning no cleartext strings will be in your release binary (when using the macro). The encrypted strings will be decoded at runtime."
documentation = "https://docs.rs/str_crypter"
edition = "2021"
keywords = ["string", "encryption", "redteam", "cyber"]
license = "MIT"
name = "str_crypter"
readme = "README.md"
repository = "https://github.com/0xflux/str_crypter"
version = "2.0.2"