/veil

A toolkit for encoding and encrypting data.

Primary LanguageRust

veil

A tookit for manipulating data. veil gathers common algorithms, encoding schemes and cryptographic ciphers in a single, cross-compilable binary.

Features

Bitwise Operations

  • AND
  • OR
  • XOR

Encoding Schemes

  • Hex
  • Base32
  • Base64
  • Base85
  • ASCII85

Cryptographic Ciphers

  • AES (128, 192 and 256 bit keys)
  • RC4
  • ChaCha20

Compilation

  • Just git clone and cargo build
$ git clone https://github.com/hiatus/veil
$ cd veil
$ cargo build --release