Benjamin_Loison pushed to master at Benjamin_Loison/Proof_of_Space-Time_prototype 2023-06-08 14:11:10 +02:00
8c98a259ad Fix #11: Attack by using a nonce multiple times
Benjamin_Loison opened issue Benjamin_Loison/Proof_of_Space-Time_prototype#11 2023-06-08 14:06:53 +02:00
Attack by using identical nonce
Benjamin_Loison pushed to master at Benjamin_Loison/Proof_of_Space-Time_prototype 2023-06-06 15:46:24 +02:00
08b4de8b61 Add multiple execution phases possibility
569046321b Solve potential length extension attack by using SHA-3
Compare 2 commits »
Benjamin_Loison commented on issue Benjamin_Loison/Proof_of_Space-Time_prototype#10 2023-06-03 19:33:21 +02:00
The prover hasn't provided a correct proof!

The issue was due to ast.literal_eval(str(indexesRequest)) not being idempotent with indexesRequest being a set.

Benjamin_Loison closed issue Benjamin_Loison/Proof_of_Space-Time_prototype#10 2023-06-03 19:32:30 +02:00
The prover hasn't provided a correct proof!
Benjamin_Loison pushed to master at Benjamin_Loison/Proof_of_Space-Time_prototype 2023-06-03 19:32:30 +02:00
913fe06d5c Clean #10
ae934da1c8 Fix #10: The prover hasn't provided a correct proof!
Compare 2 commits »
Benjamin_Loison closed issue Benjamin_Loison/Proof_of_Space-Time_prototype#8 2023-06-03 16:39:40 +02:00
The received difficulty doesn't match the claimed one!
Benjamin_Loison pushed to master at Benjamin_Loison/Proof_of_Space-Time_prototype 2023-06-03 16:39:40 +02:00
0ab5395508 Fix #8: The received difficulty doesn't match the claimed one!
848b52e3a6 Revert #8: Debugging
Compare 2 commits »
Benjamin_Loison opened issue Benjamin_Loison/Proof_of_Space-Time_prototype#10 2023-06-03 16:38:16 +02:00
The prover hasn't provided a correct proof!
Benjamin_Loison pushed to master at Benjamin_Loison/Proof_of_Space-Time_prototype 2023-06-03 16:32:26 +02:00
a5b18ef24b #8: Debugging
9fd6d63734 Add reproducibility to solve #8
Compare 2 commits »
Benjamin_Loison commented on issue Benjamin_Loison/Proof_of_Space-Time_prototype#8 2023-06-03 16:14:20 +02:00
The received difficulty doesn't match the claimed one!

It seems that the problem is that the prover doesn't send all expected nonces.

Benjamin_Loison pushed to master at Benjamin_Loison/Proof_of_Space-Time_prototype 2023-06-01 23:59:33 +02:00
cd7f9ddfd7 Make meta.py loop until finding a problem
e4c8d820cc Clean meta.py
7bfdf166dc Make meta.py work
7b1098d90d Before adding universal_newlines=True to meta.py subprocesses
b1418bcd91 Add meta.py
Compare 5 commits »
Benjamin_Loison commented on issue Benjamin_Loison/Gitea_instance#3 2023-05-23 14:49:49 +02:00
Make life harder for spammers
access.log:45.77.165.103 - - [23/May/2023:14:44:52 +0200] "GET /Benjamin_Loison/Synchronous_reactive_systems/issues/9 HTTP/2.0" 200 17912 "-" "Mozilla/5.0 (Windows NT 10.0; Win64; x64)…
Benjamin_Loison commented on issue Benjamin_Loison/Gitea_instance#3 2023-05-20 04:30:13 +02:00
Make life harder for spammers
access.log.1:144.202.37.168 - - [19/May/2023:14:44:13 +0200] "GET /maxxon/maxxon HTTP/2.0" 200 11004 "-" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko)…
Benjamin_Loison commented on issue Benjamin_Loison/Gitea_instance#3 2023-05-20 04:28:10 +02:00
Make life harder for spammers
access.log.1:209.95.53.225 - - [19/May/2023:08:14:26 +0200] "GET /Benjamin_Loison/Gitea_instance/issues/4 HTTP/2.0" 200 17924 "-" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36…
Benjamin_Loison opened issue Benjamin_Loison/Proof_of_Space-Time_prototype#9 2023-05-16 21:07:19 +02:00
Make the algorithm usable for useful amount of data
Benjamin_Loison pushed to master at Benjamin_Loison/Proof_of_Space-Time_prototype 2023-05-16 20:58:50 +02:00
2196afc414 Fix #2, fix #7 but now face issue #8 for `̀PROBABILITY_TO_CATCH_MALICIOUS = 1 - 2 ** -50
Benjamin_Loison closed issue Benjamin_Loison/Proof_of_Space-Time_prototype#2 2023-05-16 20:58:23 +02:00
Propose a probability of confidence setting instead of FRACTION_OF_SPACE_TO_VERIFY
Benjamin_Loison closed issue Benjamin_Loison/Proof_of_Space-Time_prototype#7 2023-05-16 20:58:23 +02:00
input() doesn't support more than 4,096 characters