Posts: 17 Location: Joined: 29.04.08 Rank: HBH Guru
Posted on 13-09-12 07:14
If anyone is available, I\'d like to get some input on my bruite forcing code. Anyone I can PM it to? It\'s currently written in javascript, if I can\'t get it to work I\'m just going to convert the method to C++.
I believe javascript should be fast enough to get you a working password.
EDIT:
I did a small test just now.
Javascript might indeed be a bit too slow.
EDIT 2:
Just for future reference - with an appropriate charset, the correct password is generated in relatively few iterations, so javascript can manage this after all.
Posts: 17 Location: Joined: 29.04.08 Rank: HBH Guru
Posted on 14-09-12 03:53
Update: Got it.
Tried a C++ version that seemed to work but the collisions it found didn\'t work when I got home. Perhaps it was the way I was deriving index. Went back to Javascript and fixed my loops, worked quite well.
I am telling you it is not possible I bet you knew the format of the answer.
Hmmm. Strange as it may seem I haven\'t done it. Should probably do it when I have some time.
Basic maths should be enough to solve this.