项目作者: zeyadetman

项目描述 :
👨‍💻 Computer Security algorithms in C#
高级语言: C#
项目地址: git://github.com/zeyadetman/Computer-Security-algorithms.git
创建时间: 2018-02-22T13:29:56Z
项目社区:https://github.com/zeyadetman/Computer-Security-algorithms

开源协议:

下载


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