Skip to content

Latest commit

 

History

History
27 lines (24 loc) · 556 Bytes

README.md

File metadata and controls

27 lines (24 loc) · 556 Bytes

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