• Joined on 2020-07-10
felixm pushed to main at felixm/cryptopals 2023-01-02 21:06:31 +01:00
ec5a19f54e Start with challenge 44 by parsing text file
felixm pushed to main at felixm/cryptopals 2023-01-02 20:41:50 +01:00
e3ab3af101 Solve challenge 43
felixm pushed to main at felixm/cryptopals 2022-12-18 20:25:15 +01:00
86d4442b36 Implement recovery of DSA x
felixm pushed to main at felixm/cryptopals 2022-12-18 20:11:02 +01:00
6f936afa21 Implement DSA sign and verify to get started with challenge 43
felixm pushed to main at felixm/ptoos-xray 2022-12-18 02:25:43 +01:00
8b83c2d2ea Add epub unit tests and fix Mr. Mime again to resolve #3
felixm pushed to main at felixm/ptoos-xray 2022-12-18 00:35:54 +01:00
ea57b80d50 Fix Pokemon tests and remove unused test files
f6e9b46341 Add proper command line interface, check in Pokemon images, and add compress flag to resolve #5
Compare 2 commits »
felixm pushed to main at felixm/ptoos-xray 2022-12-17 19:28:19 +01:00
3634f10e81 Handle annoying Pokemon clearer and only hyperlink first occurrence of Pokemon in chapter
808ab57ea9 Remove dead code and auto-reformat
7d9209d52e Handle Mr. Mime, Nidoran, farfetch'd, and sirfetch'd to fix #1
9c200a1246 Exit with warning if epub is annotated (resolves #4)
d224776a9a Add tests and credit Bulbapedia in README
Compare 5 commits »
felixm pushed to main at felixm/cryptopals 2022-12-11 03:03:48 +01:00
6133d17f92 Finish implementation of Bleichenbacher's e=3 RSA Attack finally
felixm pushed to main at felixm/cryptopals 2022-12-10 19:07:07 +01:00
35f5137518 Implement RSA padding which should allow me to finish challenge 42 soon
felixm pushed to main at felixm/cryptopals 2022-10-28 00:57:43 +02:00
093697ec2c Fix RSA bug that I did not generate random primes for p and q
felixm pushed to main at felixm/cryptopals 2022-10-24 14:45:33 +02:00
8a87bafe02 Implement challenge 41 unpadded message recovery oracle
felixm pushed to main at felixm/ptoos-xray 2022-10-23 17:13:22 +02:00
bc962bd419 Change poos to ptoos in readme
felixm pushed to main at felixm/ptoos-xray 2022-10-23 16:56:09 +02:00
28d6c654e4 Rename and clean up a little
felixm renamed repository from poos-xray to felixm/ptoos-xray 2022-10-23 16:51:27 +02:00
felixm pushed to main at felixm/ptoos-xray 2022-10-23 16:38:50 +02:00
697cb22e09 Make patch string algorithm suck less and add progress bars
felixm pushed to main at felixm/ptoos-xray 2022-10-23 03:36:47 +02:00
8200225780 Update readme and format scripts
felixm pushed to main at felixm/ptoos-xray 2022-10-23 03:23:19 +02:00
1248d9d750 Implement replacing Pokemon with links
felixm pushed to main at felixm/ptoos-xray 2022-10-22 19:20:03 +02:00
951649bd9e Implement adding of Pokemon chapter to epub including images
felixm pushed to main at felixm/ptoos-xray 2022-10-22 16:18:08 +02:00
10884ce073 Implement Pokemon description and image download
felixm pushed to main at felixm/ptoos-xray 2022-10-20 04:08:26 +02:00
ae7c9b306f Begin to scrape Pokemon