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

https://github.com/ahmed-naserelden/cryptographic-algorithms

The "Cryptographic Algorithms Implementation in C#" project is a comprehensive repository that provides implementations of various cryptographic algorithms, designed to enhance data security. Each algorithm is meticulously crafted in C# and thoroughly documented within the codebase, enabling easy understanding and usage.
https://github.com/ahmed-naserelden/cryptographic-algorithms

cryptoanalysis cryptoanalysis-algorithms cryptography network-security security

Last synced: 3 months ago
JSON representation

The "Cryptographic Algorithms Implementation in C#" project is a comprehensive repository that provides implementations of various cryptographic algorithms, designed to enhance data security. Each algorithm is meticulously crafted in C# and thoroughly documented within the codebase, enabling easy understanding and usage.

Awesome Lists containing this project

README

        

# Cryptographic Algorithms 💾

***Data Security Algorithms:***
### 👉 This repo has most common crypto algorithms using c#.
### 👉 You will find each algorithm has written clearly and has its documentations as a comment
-------
List Of Implemented Algorithms:
- [x] AutokeyVigenere
- [x] Ceaser
- [x] Columnar
- [x] HillCipher
- [x] Monoalphabetic
- [x] PlayFair
- [x] RailFence
- [x] RepeatingKeyVigenere
- [x] RSA
- [x] RC4
- [x] AES
- [x] DES
- [x] TripleDES
- [x] DiffieHellman
- [x] ELGAMAL