Skip to content

zeyadetman/Computer-Security-algorithms

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

25 Commits
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

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