Simple code in Python to understand how to encode texts and decrypt texts with base64
I created this simple script in order to teach beginners how to use base64 to encode and decode texts in general with support for many human languages, so you can encode and decode by writing English text, Arabic text, Spanish text, Chinese text, or wherever it is.
You can view the explanation directly on YouTube here : https://www.youtube.com/channel/UCK4TWhqw4_52H6BiuBMnhEA?view_as=subscriber
You can also follow us on the blog : https://www.krsan4learn.com/
And follow us on Telegram : https://t.me/OmarMohmad
To run the code, all you have to do is install Python 3, then double-click the file and enjoy .
If you are in Termux, type the following commands:
pkg updatepkg upgradepkg install python3pkg install gitgit clone https://github.com/Krsan4Learn/En_De-CodeTextBase64.gitcd En_De-CodeTextBase64chmod +x en-de-text.pypython3 en-de-text.py
In Windows, install Python and double click on the file and it will work for you .