LoginLogin
Nintendo shutting down 3DS + Wii U online services, see our post

ShadowCrypto is here!

Root / Talk About Programs / [.]

MasterR3C0RDCreated:
Does it say Hi?

Does it say Hi?
This isn't a "take a guess" game, it's a "try and crack this" game

I actually tried, though :(

wow this thread

Brute forcing messages encrypted with this method takes under a second.
$ time -p ./PINcode_bruteforce.py 
{4510: "Hey, you. Yes, you. You're a rotten scrub. Did you know that? You should, because you're a scrub"}
real 0.59
user 0.58
sys 0.00

Brute forcing messages encrypted with this method takes under a second.
$ time -p ./PINcode_bruteforce.py 
{4510: "Hey, you. Yes, you. You're a rotten scrub. Did you know that? You should, because you're a scrub"}
real 0.59
user 0.58
sys 0.00
o_0 Sir, you have my complete respect now. Maybe I shouldn't be prototyping in JS...

All I did was try all 10,000 possible PINs and spit out all results with a valid checksum. 10,000 isn't that many.

00021906DE00021906C400021906DE00021906C800021906 D800021906D000021906D800021906D50002190686000219 06DC00021906D3000219068500021906C3000219062A0002 1906DD000219062C00021906D100021906D000021906D900 0219069A000219069A00021906D3000219062B0002190620 000219069600021906D30002190627000219062E00021906 2100021906930002190629000219063D00021906EE000219 0636000219063F000219063B000219062100021906CA0002 1906AE

(5458) pincrypt is awesome! how does it work?
Ineffectively. :)

(5458) pincrypt is awesome! how does it work?
Ineffectively. :)
lol

(5458) pincrypt is awesome! how does it work?
Ineffectively. :)
Yeah, PINcrypt will prevent the normal person from cracking your stuff, but not a programmer. If I get time, I'll increase the PIN length from 4 to 8, which would make bruteforcing take a good while (10 000 combinations to 100 000 000 combinations)