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.
- Host: GitHub
- URL: https://github.com/dkwizard01/cryptography
- Owner: Dkwizard01
- Created: 2024-09-10T13:08:43.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-09-24T13:52:55.000Z (over 1 year ago)
- Last Synced: 2025-03-22T10:46:05.320Z (about 1 year ago)
- Topics: csharp, dotnet, hashing, windows-forms
- Language: C#
- Homepage: https://www.dkwizard.com
- Size: 80.1 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.
