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

Commit

Permalink
Modified main README
Browse files Browse the repository at this point in the history
  • Loading branch information
ashutosh1206 committed Mar 11, 2019
1 parent 0b14251 commit df22dfe
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -144,6 +144,14 @@ Help CTF players and individuals interested in the field of Cryptography provide
| 1 | [Identification Internals](Identification) | <ul><li>- [x] [\[link\]](https://github.com/ashutosh1206/Crypton/blob/master/Identification/README.md)</li></ul> | <ul><li>- [ ] </li></ul> | <ul><li>- [ ] </li></ul> |
| 2 | [Ephemeral Key Authentication](https://github.com/ashutosh1206/Crypton/tree/master/Identification/Ephemeral-Key-Auth) | <ul><li>- [x] [\[link\]](https://github.com/ashutosh1206/Crypton/blob/master/Identification/Ephemeral-Key-Auth/README.md)</li></ul> | <ul><li>- [ ] </li></ul> | <ul><li>- [x] [\[link\]](https://github.com/ashutosh1206/Crypton/blob/master/Identification/Ephemeral-Key-Auth/Challenges/)</li></ul> |

### 10. Diffie Hellman Key Exchange

| S.No. | Topic | Explanation | Impl./Exploit | Challenge# |
|-------|:---------------------------:|:-----------------------------------------------------------------------------------------------:|:------------:|:----------:|
| 1 | [Diffie Hellman Key Exchange Internals](Diffie-Hellman-Key-Exchange/) | <ul><li>- [x] [\[link\]](Diffie-Hellman-Key-Exchange/README.md)</li></ul> | <ul><li>- [x] [\[link\]](Diffie-Hellman-Key-Exchange/example.py)</li></ul> | <ul><li>- [ ] </li></ul> |
| 2 | [Small Subgroup Confinement Attacks](Diffie-Hellman-Key-Exchange/Attack-Small-Subgroup-Confinement/) | <ul><li>- [x] [\[link\]](Diffie-Hellman-Key-Exchange/Attack-Small-Subgroup-Confinement/README.md)</li></ul> | <ul><li>- [x] [\[link\]](https://github.com/ashutosh1206/Matasano-Crypto-Challenges/tree/master/set8/p57)</li></ul> | <ul><li>- [x] [\[link\]](Diffie-Hellman-Key-Exchange/Attack-Small-Subgroup-Confinement/Challenges/)</li></ul> |
| 3 | [Invalid Curve Point Attack](Diffie-Hellman-Key-Exchange/Attack-Invalid-Curve-Point) | <ul><li>- [x] [\[link\]](Diffie-Hellman-Key-Exchange/Attack-Invalid-Curve-Point/README.md)</li></ul> | <ul><li>- [x] [\[link\]](https://github.com/ashutosh1206/Matasano-Crypto-Challenges/blob/master/set8/p59/exploit.py)</li></ul> | <ul><li>- [x] [\[link\]](Diffie-Hellman-Key-Exchange/Attack-Invalid-Curve-Point/Challenges/)</li></ul> |

## TODO
1. RSA Encryption
+ PKCS1-v1.5 Padded RSA encryption
Expand All @@ -161,7 +169,7 @@ Help CTF players and individuals interested in the field of Cryptography provide
+ Linear Feedback Shift Register
3. Digital Signatures
+ Blinding Attack on RSA Digital Signatures
4. Diffie Hellman Key Exchange
4. ~~Diffie Hellman Key Exchange~~[\[Done\]](https://github.com/ashutosh1206/Crypton/tree/master/Diffie-Hellman-Key-Exchange)
+ Elliptic Curve Diffie Hellman
5. [More to be added]

Expand Down

0 comments on commit df22dfe

Please sign in to comment.