Skip to content
/ veil Public

A toolkit for encoding and encrypting data.

Notifications You must be signed in to change notification settings

hiatus/veil

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

A toolkit for encoding and encrypting data.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Languages