Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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)