Skip to content

Commit 51d69f2

Browse files
authored
Update ReadME.md File To Guide Contributors
1 parent 5c8cd45 commit 51d69f2

File tree

1 file changed

+19
-7
lines changed

1 file changed

+19
-7
lines changed

README.md

Lines changed: 19 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,25 @@
22
Computer Security algorithms in C#
33

44
## List of Algorithms
5-
- [ ] AutokeyVigenere.
6-
- [x] Ceaser.
7-
- [x] Columnar.
8-
- [x] HillCipher.
9-
- [x] Monoalphabetic.
10-
- [x] PlayFair.cs
5+
- [ ] AutokeyVigenere
6+
- [x] Ceaser
7+
- [x] Columnar
8+
- [x] HillCipher
9+
- [x] Monoalphabetic
10+
- [x] PlayFair
1111
- [x] RailFence
1212
- [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
1321

14-
*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

Comments
 (0)