• Joined on 2020-07-10
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
felixm pushed to main at felixm/ptoos-xray 2022-10-20 01:59:36 +02:00
ea85e210fb Create project structure
felixm created repository felixm/ptoos-xray 2022-10-20 01:32:56 +02:00
felixm pushed to main at felixm/cryptopals 2022-10-15 20:53:31 +02:00
9a5544f5a0 Implement E=3 RSA broadcast attack to finish set 5
felixm pushed to main at felixm/cryptopals 2022-10-15 15:41:03 +02:00
86c28caf12 Implement invmod manually
felixm pushed to main at felixm/cryptopals 2022-10-15 00:22:57 +02:00
3176f23662 Finish challenge 39 without invmod
felixm pushed to main at felixm/cryptopals 2022-10-09 15:18:34 +02:00
6b17c66175 Finish challenge 38 SRP dictionary attack
felixm pushed to main at felixm/cryptopals 2022-10-08 19:28:07 +02:00
3daf67bc0e Implement first part of assignment 38