Python-Projects/Encryption_Project at main · Grow-with-Open-Source/Python-Projects · GitHub
Skip to content

Latest commit

 

History

History

Folders and files

Encryption Project

For now this project can only encrypt messages using the following methods:

  • SHA-256
  • AES-128
  • Base64

If you want to understand how this works, this project comments all around it to make sure you understand what's happening