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.
- Host: GitHub
- URL: https://github.com/ahmed-naserelden/cryptographic-algorithms
- Owner: Ahmed-Naserelden
- Created: 2023-03-03T09:14:50.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-06-06T23:08:22.000Z (about 2 years ago)
- Last Synced: 2025-02-05T16:46:46.980Z (5 months ago)
- Topics: cryptoanalysis, cryptoanalysis-algorithms, cryptography, network-security, security
- Language: C#
- Homepage:
- Size: 1.87 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
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