This is a .NET WPF application which is able to encrypt and decrypt files using the AES encryption algorithm, with a 256-bit key.
If you have any issues, please feel free to contact me.
- 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.