This is a Windows Forms app which takes a string and encrypts it using the C# AES class.
Then the encrypted string is stored in a plaintext file.
The encrypted string can also be decrypted and displayed.
A basic login system which uses SHA-256 is incorporated to authenticate the user.
The app uses .NET Framework 4.8.


