Skip to content

aareman/Binary-to-Text-Encoder

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 

Repository files navigation

#Binary to Text Encoder

Supports

  • Base64
  • Ascii85

command structure:

btc -[e/d][64/85] [infile] [outfile]

example:

  • encrypt in base64 the file try.dat to try.txt

    btc -e64 try.dat try.txt

  • decrypt in ascii85 the file try.txt to try.dat

    btc -d85 try.txt try.dat

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published