Many ways are used to encode a word and sentence. one of them using base64. In previous posts have described base64 encode and decode using PHP.
In the post this time will explain the base64 encoded using python. with a very simple script that can be used easily.

examples of usage in linux
scriptexample@ubuntu:~/python$ python base64_encode.py
input for encode data : scriptexample
this base64 code: c2NyaXB0ZXhhbXBsZQ==

examples of usage in windows.
D:\Py>base64_encode.py
input for encode data : scriptexample
this base64 code: c2NyaXB0ZXhhbXBsZQ==

Please copy the script below, save it with name base64_encode.py

Download script "Simple Base64 Encode Using Python" here
qqqqq

Just Comment. Not Spam!