Python Script to Encode and Decode BASE 64 String to utf-8 string and vice versa.
About Script
This script is capable of converting some special/secret text into 64 BASE Encoded String
String to Encode and Decode
help
$ python ConvertToBase64.py --help
Usage:ConvertToBase64.py [-h] string
String Encode and Decode
positional arguments:
string Enter String to encode
optional arguments:
-h, --help show this help message and exit
To run
$ python ConvertToBase64.py (Enter String)
Sample Test
$ python ConvertToBase64.py RottenScripts
Encoded String:
b'Um90dGVuU2NyaXB0cw=='
Want to decode(Y/N):
Y
Decoded String:
RottenScripts