Posts

10 lines python code to solve Factorization Problems - Fermat Theorem

Write up for InCTF 2014 - Crypto 300 - Solved RSA-704 bit using known factors

Solved RSA 4096 bit using Low Public Exponent Attack - Write up for InCTF 2014 - Crypto 200

Writeup for InCTF 2014 - Crypto 100 - XOR decipher

Writeup - InCTF 2014 - Crypto 50

How to implement a Berlekamp–Massey algorithm? Explained with easy example

Simple 10 lines of python code to solve Factorization Problem (Trail and Division Method with Prime Sieve) with example

10 lines python code to solve DLP (Discrete Logarithmic Problem) using Baby Step Giant Step Algorithm

RSA Decipher String using Fast Exponentiation Algorithms Quick Example