Skip to content

Latest commit

 

History

History
14 lines (9 loc) · 474 Bytes

README.md

File metadata and controls

14 lines (9 loc) · 474 Bytes

Crypter

This is a .NET WPF application which is able to encrypt and decrypt files using the AES encryption algorithm, with a 256-bit key.

Screenshot

alt text

If you have any issues, please feel free to contact me.

Todo

  • Randomly generate salt per computer, encrypt it using user password and save it.
    • Require password for encrypted salt every startup?
  • Allow user to choose which encryption algorithm is used.