Computer Security algorithms in C#
- AutokeyVigenere
- Ceaser
- Columnar
- HillCipher
- Monoalphabetic
- PlayFair
- RailFence
- RepeatingKeyVigenere
- RSA
- MD5 Not completed
- RC4
- AES Don't pass all tests
- DES
- TripleDES
- DiffieHellman
- ELGAMAL
- Add More Security Algorithms.
- Documentation
- Refactoring code and increase the performance of Algorithms.
- Complete and Fix the Incompleted Algorithms