This script is capable of converting some special/secret text into 64 BASE Encoded String
$ 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
$ python ConvertToBase64.py (Enter String)
$ python ConvertToBase64.py RottenScripts
Encoded String:
b'Um90dGVuU2NyaXB0cw=='
Want to decode(Y/N):
Y
Decoded String:
RottenScripts