An open API service indexing awesome lists of open source software.

https://github.com/zeyadetman/computer-security-algorithms

👨‍💻 Computer Security algorithms in C#
https://github.com/zeyadetman/computer-security-algorithms

caesar-cipher computer-security counteributors cryptography cs-projects decryption-algorithm diffie-hellman diffie-hellman-algorithm encryption-algorithms hill-cipher md5 monoalphabetic playfair railfence rc4 rsa rsa-algorithm rsa-encryption security vigenere-cipher

Last synced: 3 months ago
JSON representation

👨‍💻 Computer Security algorithms in C#

Awesome Lists containing this project

README

        

# Computer-Security-algorithms
Computer Security algorithms in C#

## List of Algorithms
- [ ] AutokeyVigenere
- [x] Ceaser
- [x] Columnar
- [x] HillCipher
- [x] Monoalphabetic
- [x] PlayFair
- [x] RailFence
- [x] RepeatingKeyVigenere
- [x] RSA
- [ ] MD5 **Not completed**
- [x] RC4
- [ ] AES **Don't pass all tests**
- [x] DES
- [x] TripleDES
- [x] DiffieHellman
- [ ] ELGAMAL

## Contributions

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