Skip to content

zeyadetman/Computer-Security-algorithms

Repository files navigation

Computer-Security-algorithms

Computer Security algorithms in C#

List of Algorithms

  • AutokeyVigenere
  • Ceaser
  • Columnar
  • HillCipher
  • Monoalphabetic
  • PlayFair
  • RailFence
  • RepeatingKeyVigenere
  • RSA
  • MD5 Not completed
  • RC4
  • AES Don't pass all tests
  • DES
  • TripleDES
  • DiffieHellman
  • ELGAMAL

Contributions

  • Add More Security Algorithms.
  • Documentation
  • Refactoring code and increase the performance of Algorithms.
  • Complete and Fix the Incompleted Algorithms