Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/phongnguyend/practical.cryptography
simple extension methods which make working with cryptography easier
https://github.com/phongnguyend/practical.cryptography
asymmetric-algorithm cryptography hash-algorithm symmetric-algorithm
Last synced: 3 months ago
JSON representation
simple extension methods which make working with cryptography easier
- Host: GitHub
- URL: https://github.com/phongnguyend/practical.cryptography
- Owner: phongnguyend
- License: mit
- Created: 2017-09-30T05:35:59.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2023-08-24T05:24:03.000Z (over 1 year ago)
- Last Synced: 2024-10-13T05:35:31.924Z (4 months ago)
- Topics: asymmetric-algorithm, cryptography, hash-algorithm, symmetric-algorithm
- Language: C#
- Homepage:
- Size: 515 KB
- Stars: 34
- Watchers: 3
- Forks: 7
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
### Nuget
https://www.nuget.org/packages/CryptographyHelper### Cryptography Object Inheritance In .Net
**Hash Algorithms:**
![alt text](/docs/imgs/HashAlgorithm.png)
**Symmetric Algorithms:**
![alt text](/docs/imgs/SymmetricAlgorithm.png)
**Asymmetric Algorithms:**
![alt text](/docs/imgs/AsymmetricAlgorithm.png)