encryption-macros 0.1.1

This crate provides macros to xor strings decaritive or automaticly at compiletime and atomaticly decode the at run time.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
[package]
name = "encryption-macros"
version = "0.1.1"
edition = "2021"
authors = ["Michael van Straten"]
repository = "https://github.com/michaelvanstraten/encryption-macros"
documentation = "https://docs.rs/encryption-macros/"
keywords = ["string", "macros", "obfuscation"]
categories = ["cryptography"]
readme = "readme.md"
description = "This crate provides macros to xor strings decaritive or automaticly at compiletime and atomaticly decode the at run time."
license = "MIT OR Apache-2.0"

[dependencies]
hex = "0.4.3"
encryption-macros-encryption = { path = "./macros/encryption", version="0.1.1" }
encryption-macros-key-generation = { path = "./macros/key-generation", version="^0.1" }
encryption-macros-utils = { path = "./utils", version="^0.1" }