An open API service indexing awesome lists of open source software.

https://github.com/dkwizard01/cryptography

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.
https://github.com/dkwizard01/cryptography

csharp dotnet hashing windows-forms

Last synced: about 1 year ago
JSON representation

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.

Awesome Lists containing this project

README

          

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