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. 10 years ago
.gitignore 5768d3b412 Init commit 10 years ago
LICENSE 5768d3b412 Init commit 10 years ago
README.md 30a78ce659 Added command-line utility (b64converter.py), and made README.md more detailed. 10 years ago
b64converter.py d3a7eba91d Better exception handling for both GUI and CLI 10 years ago
main.py e3d9ce9269 Added a "safety catch" for decoding files that doesn't appear to be ascii text. 10 years ago

README.md

Graphical Base64 encoder and decoder

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.