A simple base64 encoder and decoder for files, written in python. Works as both a command-line utility and as a graphical application for those who have PyGTK available.
Vitor S e3d9ce9269 Added a "safety catch" for decoding files that doesn't appear to be ascii text. | %!s(int64=9) %!d(string=hai) anos | |
---|---|---|
.gitignore | %!s(int64=9) %!d(string=hai) anos | |
LICENSE | %!s(int64=9) %!d(string=hai) anos | |
README.md | %!s(int64=9) %!d(string=hai) anos | |
b64converter.py | %!s(int64=9) %!d(string=hai) anos | |
main.py | %!s(int64=9) %!d(string=hai) anos |
A simple base64 encoder and decoder for files, written in python. Works as both a command-line utility and as a graphical application for those who have PyGTK available.
Takes a file (binary or text) as an input and encodes it to a base64 text file. The reverse operation is also possible, by taking a text file and decoding it back to the original format.