Skip to content

Latest commit

 

History

History
12 lines (11 loc) · 1.05 KB

File metadata and controls

12 lines (11 loc) · 1.05 KB

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. 2 4 6

Screenshot 2024-09-10 171343 Screenshot 2024-09-10 180953 Screenshot 2024-09-10 171737