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

Commit e607d7a

Browse files
committed
Updated README.md
1 parent 2f9f2c9 commit e607d7a

File tree

2 files changed

+17
-2
lines changed

2 files changed

+17
-2
lines changed

README.md

Lines changed: 15 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,11 @@
33

44
Crypton is an educational library to **learn** and **practice** Offensive and Defensive Cryptography. It is basically a collection of explanation and implementation of all the existing vulnerabilities and attacks on various Encryption Systems (Symmetric and Asymmetric), Digital Signatures, Message Authentication Codes and Authenticated Encryption Systems. Each attack is also supplemented with example challenges from "Capture The Flag" contests and their respective write-ups. Individuals who are already acquainted (or are into CTFs) with this field can use Crypton as a tool to solve challenges based on a particular existing vulnerability.
55

6-
The library will be continuously updated with attack explanations and CTF challenges!
6+
The library will be continuously updated with attack explanations and CTF challenges! Feel free to [email me](https://github.com/ashutosh1206/Crypton#author) regarding any suggestions!
7+
8+
I have written a blog post on the timeline of development of this library: [https://masterpessimistaa.wordpress.com/2018/08/12/announcing-crypton-an-educational-library-to-learn-offensive-and-defensive-cryptography/](https://masterpessimistaa.wordpress.com/2018/08/12/announcing-crypton-an-educational-library-to-learn-offensive-and-defensive-cryptography/)
9+
10+
**WARNING**: The author in no way guarantees that the code is secure. The library is only meant for educational purposes and the code should not be used for implementing in real world. All the example scripts in the library are *trivial* implementations.
711

812
There are different sections in this README:
913
* _Motivation_- What motivated me to create this library
@@ -139,3 +143,13 @@ Help CTF players and individuals interested in the field of Cryptography provide
139143
+ Implementation of HBA on padded messages
140144
+ PKCS1-v1.5 Padded RSA encryption
141145
2. [More to be added]
146+
147+
148+
149+
## Author
150+
Ashutosh Ahelleya
151+
+ Twitter: [https://twitter.com/ashutosha_](https://twitter.com/ashutosha_)
152+
+ Blog: [https://masterpessimistaa.wordpress.com](https://masterpessimistaa.wordpress.com)
153+
+ EmailID: [ashutosh.ahelleya@gmail.com](ashutosh.ahelleya@gmail.com)
154+
155+

RSA-encryption/Attack-Coppersmith/Challenges/README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,5 @@
33

44
| S.No. | Challenge | CTF | Year | Difficulty Level | Points |
55
|-------|:--------------------------------------------------------------------:|:------------------------:|:----:|:----------------:|:------:|
6-
| 1 | [Stereotypes](stereotypes/) | Backdoor | 2017 | _None_ | |
6+
| 1 | [Stereotypes](stereotypes/) | Backdoor | 2017 | _None_ | |
7+
| 2 | [Bazik](https://ctftime.org/task/6293) | Meepwn-Quals | 2018 | _None_ | 100 |

0 commit comments

Comments
 (0)