Skip to content

A simple system that encrypts texts using packages: pybase64, which does the encryption and vice versa, and Tkinter for creating the interface.

Notifications You must be signed in to change notification settings

lilo-afk/Crypter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Crypter


Project Title

A Python project for a text encryptor and decryptor with a graphical interface may involve creating a GUI using the Tkinter library. The program prompts the user to input an access key "1234" and the text message they wish to encrypt.

Tech Stack

  • Python

Run Locally

Clone the project

  git clone https://github.com/lilo-afk/Crypter

Go to the project directory

  cd Crypter

Packages Installation

  pip install tk 

  pip install pybase64

Author

About

A simple system that encrypts texts using packages: pybase64, which does the encryption and vice versa, and Tkinter for creating the interface.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages