We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5c8cd45 commit 51d69f2Copy full SHA for 51d69f2
README.md
@@ -2,13 +2,25 @@
2
Computer Security algorithms in C#
3
4
## List of Algorithms
5
-- [ ] AutokeyVigenere.
6
-- [x] Ceaser.
7
-- [x] Columnar.
8
-- [x] HillCipher.
9
-- [x] Monoalphabetic.
10
-- [x] PlayFair.cs
+- [ ] AutokeyVigenere
+- [x] Ceaser
+- [x] Columnar
+- [x] HillCipher
+- [x] Monoalphabetic
+- [x] PlayFair
11
- [x] RailFence
12
- [x] RepeatingKeyVigenere
13
+- [x] RSA
14
+- [ ] MD5 *Not completed*
15
+- [x] RC4
16
+- [ ] AES *Don't pass all tests*
17
+- [x] DES
18
+- [x] TripleDES
19
+- [x] DiffieHellman
20
+- [ ] ELGAMAL
21
-*This Repository is in progress, if you want to contribute please send me an email.*
22
+## Contributions
23
+
24
+- Add More Security Algorithms.
25
+- Refactoring code and increase the performance of Algorithms.
26
+- Complete and Fix the Incompleted Algorithms
0 commit comments