News

Project Prerequisites To build this project we will use basic concept of python, Tkinter, and base64 library. Tkinter is a standard GUI python library base64 module provides a function to encode the ...
This will give us the original message that was encoded in Base64. Conclusion Using Base64 encoding, we can easily transfer binary data in a text format over email, social media, and other messaging ...
Encode from original to base64 Note that the resultiing base64 file is about 30% larger when tested on 1 MB and 10 MB files. python .\encodeDecodeBase64.py --inFile ".\testfile.zip" --outFile ...