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#
- Host: GitHub
- URL: https://github.com/zeyadetman/computer-security-algorithms
- Owner: zeyadetman
- Created: 2018-02-22T13:29:56.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2021-04-22T06:21:54.000Z (about 4 years ago)
- Last Synced: 2023-03-03T13:51:27.571Z (about 2 years ago)
- Topics: 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
- Language: C#
- Homepage:
- Size: 5.01 MB
- Stars: 49
- Watchers: 4
- Forks: 15
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Security: SecurityLibrary/AES/AES.cs
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