Skip to content

Latest commit

 

History

History
9 lines (6 loc) · 254 Bytes

File metadata and controls

9 lines (6 loc) · 254 Bytes

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