veil
is a toolkit for manipulating data in various ways. It gathers common operations, encoding schemes and cryptographic ciphers in a single, cross-compilable binary.
- AND
- OR
- XOR
- Hex
- Base32
- Base64
- Base85
- ASCII85
- AES-128
- AES-192
- AES-256
- RC4
- ChaCha20
- Just
git clone
andcargo build
$ git clone https://github.com/hiatus/veil
$ cd veil
$ cargo build --release