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.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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:

  • AutokeyVigenere
  • Ceaser
  • Columnar
  • HillCipher
  • Monoalphabetic
  • PlayFair
  • RailFence
  • RepeatingKeyVigenere
  • RSA
  • RC4
  • AES
  • DES
  • TripleDES
  • DiffieHellman
  • ELGAMAL

About

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.


Languages

Language:C# 100.0%