KentonBomb
New Member
- Messages
- 42
- Reaction score
- 0
- Points
- 0
I'm asking this question because i have recently written a php script to display my Guitar Hero 2 Achievements in a dynamic forum signature (I'm such a geek, lol)
This is the sig:
The thing is, It can be changed with a web based mini-panel. It requires a password (Which is MD5 Encrypted), and I want to make sure that it can't be cracked. If it is, people can literally choose what my signature on another forum says. Can you see what the issue could be here?
The forum i use it on, I have around 2500 Posts on, so that's alot of data being transfered. I want to stay in control of what data is transfered obviously
So to test it out, I tried my hash against many online decoders. They all failed. Then I tried a bruteforcer, but I didn't have the patients to let it crack my password, so I gave up. Did I do so in error? How secure is MD5 Really?
Thanks for any advice given to me, and if this is in the wrong subforum- Sorry!
This is the sig:
The thing is, It can be changed with a web based mini-panel. It requires a password (Which is MD5 Encrypted), and I want to make sure that it can't be cracked. If it is, people can literally choose what my signature on another forum says. Can you see what the issue could be here?
The forum i use it on, I have around 2500 Posts on, so that's alot of data being transfered. I want to stay in control of what data is transfered obviously
So to test it out, I tried my hash against many online decoders. They all failed. Then I tried a bruteforcer, but I didn't have the patients to let it crack my password, so I gave up. Did I do so in error? How secure is MD5 Really?
Thanks for any advice given to me, and if this is in the wrong subforum- Sorry!
Last edited: