News

This repository contains a Python script that demonstrates the process of encoding and decoding text and binary data using Base64. Base64 is a common encoding scheme used to convert binary data into ...
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 ...