Toggle menu
Toggle personal menu
Not logged in
Your IP address will be publicly visible if you make any edits.

User contributions for Ihaveahax

More actions
Search for contributionsExpandCollapse
⧼contribs-top⧽
⧼contribs-date⧽
(newest | oldest) View ( | ) (20 | 50 | 100 | 250 | 500)

24 January 2024

22 January 2024

17 January 2024

14 January 2024

13 January 2024

6 January 2024

21 December 2023

  • 21:1221:12, 21 December 2023 diff hist +29 N 3DS:MSET9 FreshRedirected page to 3DS:MSET9 fresh current Tag: New redirect
  • 05:5705:57, 21 December 2023 diff hist +1,154 N User:Ihaveahax/OTP bitflip finderCreated page with "This was used to find a bitflip in an OTP in mid 2021. It goes through each bit of the encrypted OTP, flips it, decrypts, and verifies hashes. It only checks keydata, though, it could be modified to check the entire OTP. == check.py == <syntaxhighlight lang="python"> from pyctr.crypto import CryptoEngine from Cryptodome.Cipher import AES from hashlib import sha256 a = CryptoEngine() with open('otp_dec.bin', 'rb') as f: beginning = f.read(0x90) with open('otp.bin'..." current

20 December 2023

(newest | oldest) View ( | ) (20 | 50 | 100 | 250 | 500)