codemistic / General-Projects

A repository to help the open-source community with some innovative projects
MIT License
52 stars 190 forks source link

added encryption decryption project #337

Closed Gupta-Aryaman closed 1 year ago

Gupta-Aryaman commented 1 year ago

Encryption/ Decryption project - Takes a .txt file as input and encrypts it using a key Decryption is done using the same key

Language - Python -gui using tkinter -encryption using cryptography module