From 80ec4158352aaa7328154f722667cbd9789b670f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Javier=20Junquera=20S=C3=A1nchez?= Date: Mon, 10 Aug 2020 19:57:07 +0200 Subject: [PATCH] Update README.md (#5) [id0-rsa crypto challenges](https://id0-rsa.pub/) is a good web for both start learning cryptography throught examples and strengthen knowledge. It covers from Caesar to AES in symetric encryption, the basis of the RSA cryptography, pseudo random number generation, hashing... And after a problem is solved, you can read other users writeups. --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index f3f94ca..279cf88 100644 --- a/README.md +++ b/README.md @@ -175,6 +175,7 @@ Not exactly papers, but crypto challenges are awesome educational material. * [Cryptopals crypto challenges](https://cryptopals.com/). +* [id0-rsa crypto challenges](https://id0-rsa.pub/). ## License