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.
This commit is contained in:
Javier Junquera Sánchez 2020-08-10 19:57:07 +02:00 committed by GitHub
parent 5c69256cc4
commit 80ec415835
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -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