8000 GitHub - hiatus/veil: A portable toolkit for manipulating data with various encoding schemes and cryptographic ciphers.
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content
/ veil Public

A portable toolkit for manipulating data with various encoding schemes and cryptographic ciphers.

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

2 Commits
 
 
 
 
 
 
 
 

Repository files navigation

veil

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.

Features

Bitwise Operations

  • AND
  • OR
  • XOR

Encoding Schemes

  • Hex
  • Base32
  • Base64
  • Base85
  • ASCII85

Cryptographic Ciphers

  • AES-128
  • AES-192
  • AES-256
  • RC4
  • ChaCha20

Compilation

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

About

A portable toolkit for manipulating data with various encoding schemes and cryptographic ciphers.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Languages

0