Skip to content

Simple code in Python to understand how to encode texts and decrypt texts with base64

Notifications You must be signed in to change notification settings

Krsan4Learn/En_De-CodeTextBase64

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 

Repository files navigation

En_De-CodeTextBase64

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 .

How To Use

In Termux

If you are in Termux, type the following commands:

  • pkg update
  • pkg upgrade
  • pkg install python3
  • pkg install git
  • git clone https://github.com/Krsan4Learn/En_De-CodeTextBase64.git
  • cd En_De-CodeTextBase64
  • chmod +x en-de-text.py
  • python3 en-de-text.py

In Windows

In Windows, install Python and double click on the file and it will work for you .

About

Simple code in Python to understand how to encode texts and decrypt texts with base64

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages