What is python-messaging? ===== A SMS/MMS encoder/decoder written 100% in Python. History ===== Originally written by Paul Hardwick with some bits from Dave Berkeley's pysms. It was imported in the ...
First the data is converted into a binary string, divided into 6 bit chunks and stored. Each 6 bit chunk can be mapped to one of 64 possible values which are ASCII characters based on the base64 table ...