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

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

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:

chka

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


  1. C# 6.0

  2. .Net Framework 4.6