0x41gawor / crypto-lab

Solutions of the https://cryptohack.org labs.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

crypto-lab

VM setup

sudo apt update
sudo apt install pip
pip install pycryptodome
git clone https://github.com/0x41gawor/crypto-lab
git config --global user.name "0x41gawor"
git config --global user.email "41gawor@gmail.com"
apt-get update
apt-get install python3 python3-pip python3-dev git libssl-dev libffi-dev build-essential
python3 -m pip install --upgrade pip
python3 -m pip install --upgrade pwntools

Soon Haari

https://velog.io/@soon_haari

Onealmond

https://github.com/onealmond/hacking-lab/tree/master/cryptohack

DamoNeer ---> RSA

Starter

https://damoneer.github.io/hacker-blog/RSA-Starter

Primes Part 1

https://damoneer.github.io/hacker-blog/Primes-Part1

About

Solutions of the https://cryptohack.org labs.


Languages

Language:Python 100.0%