#Binary to Text Encoder
- Base64
- Ascii85
btc -[e/d][64/85] [infile] [outfile]
-
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
| Name | Name | Last commit date | ||
|---|---|---|---|---|