Skip to content
This repository was archived by the owner on Mar 24, 2022. It is now read-only.

Commit 2f9f2c9

Browse files
committed
Added ToDo list in main README
1 parent 0d88bb4 commit 2f9f2c9

File tree

1 file changed

+13
-1
lines changed

1 file changed

+13
-1
lines changed

README.md

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ There are different sections in this README:
1515

1616
---
1717
## Motivation
18-
Help CTF players and individuals interested in the field of Cryptography provide a platform for learning attacks in crypto and =for experienced CTF players to practice challenges systematically divided into attacks associated with different sub-domains in crypto. Also, illustrate through various attack explanations how proper implementation of protocols is crucial.
18+
Help CTF players and individuals interested in the field of Cryptography provide a platform for learning attacks in crypto and for experienced CTF players to practice challenges systematically divided into attacks associated with different sub-domains in crypto. Also, illustrate through various attack explanations how proper implementation of protocols is crucial.
1919

2020

2121

@@ -127,3 +127,15 @@ Help CTF players and individuals interested in the field of Cryptography provide
127127
| 6 | [e=3 Bleichenbacher's Attack](https://github.com/ashutosh1206/Crypton/tree/master/Digital-Signatures/Attack-e%3D3-Bleichenbacher)| <ul><li>- [x] [\[link\]](https://github.com/ashutosh1206/Crypton/blob/master/Digital-Signatures/Attack-e%3D3-Bleichenbacher/README.md)</li></ul> | <ul><li>- [x] [\[link\]](https://github.com/ashutosh1206/Matasano-Crypto-Challenges/tree/master/set6/p42)</li></ul>| <ul><li>- [x] [\[link\]](https://github.com/ashutosh1206/Crypton/tree/master/Digital-Signatures/Attack-e%3D3-Bleichenbacher/Challenges)</li></ul> |
128128

129129

130+
## TODO
131+
1. RSA Encryption
132+
+ Chosen Ciphertext Attack on RSA Cryptosystem- Byte by Byte decryption
133+
+ Padding Oracle Attack on PKCS1 padded RSA encryption systemat
134+
+ Fermat's Factorisation
135+
+ Sieve Improvement
136+
+ Coppersmith's Attack
137+
+ Boneh Durfee Attack
138+
+ Hastad's Broadcast Attack
139+
+ Implementation of HBA on padded messages
140+
+ PKCS1-v1.5 Padded RSA encryption
141+
2. [More to be added]

0 commit comments

Comments
 (0)