You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The trick is that the initial code came from an onion website, and this API is only available in secure context. Which is not the case for the onion website. So the capture will systematically fail to compute the proper hash.
The same URL will work just fine with the TorBrowserBundle because this one allows to run the crypto API on onion websites.
The text was updated successfully, but these errors were encountered:
Buckle up, this one is fun.
It initially came up when this code seemed to detect the capture: https://github.com/Lookyloo/testing/blob/main/website/templates/99.3.compute_hashes.html
But it will work just fine when you try to capture it from: https://rafiot.eu.pythonanywhere.com/compute_sha512
The trick is that the initial code came from an onion website, and this API is only available in secure context. Which is not the case for the onion website. So the capture will systematically fail to compute the proper hash.
The same URL will work just fine with the TorBrowserBundle because this one allows to run the crypto API on onion websites.
The text was updated successfully, but these errors were encountered: