Skip to content

Latest commit

 

History

History
17 lines (11 loc) · 287 Bytes

README.md

File metadata and controls

17 lines (11 loc) · 287 Bytes

#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