https://github.com/aramzham/cryptography
Some simple cryptographic examples on C# 6.0
https://github.com/aramzham/cryptography
cryptography csharp-code password-generator
Last synced: 3 months ago
JSON representation
Some simple cryptographic examples on C# 6.0
- Host: GitHub
- URL: https://github.com/aramzham/cryptography
- Owner: aramzham
- Created: 2017-01-23T18:17:10.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2018-10-03T16:50:15.000Z (over 6 years ago)
- Last Synced: 2025-03-24T01:11:11.310Z (3 months ago)
- Topics: cryptography, csharp-code, password-generator
- Language: C#
- Size: 30.3 KB
- Stars: 14
- Watchers: 0
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Cryptography
This a cryptography example on how a sample text can be encrypted and decrypted securely using `DesEncryption` class.
The app can be used on numerous purposes (defence, message encryption etc.).Cryptography is also used to check if the file is the **original** one or it has been changed in the process.
Take a look how it works by following [link](https://github.com/aramzham/Cryptography/tree/master/Cryptologie/Originality).A little demonstration of cryptography on Windows Forms:
The elegant app has libraries that allow you to make your encryption using `DESCryptoServiceProvider` or `HMAC` with their numerous specificities.
Click on the link below to get some more instructions on it:
[Cryptography demo](https://github.com/aramzham/Cryptography/tree/master/Cryptologie)# Keywords
- C# 6.0
- .Net Framework 4.6