Sure the site is working with a MD5 dictonary, but MD5 is working with an algorithm. U can crack an algorithm. MD5 is not "uncrackable"! Its inpossible to make something uncrackable.
MD5 - Wikipedia, the free encyclopedia
Printable View
Sure the site is working with a MD5 dictonary, but MD5 is working with an algorithm. U can crack an algorithm. MD5 is not "uncrackable"! Its inpossible to make something uncrackable.
MD5 - Wikipedia, the free encyclopedia
Nice release; tough coding.
:)
PS: Stop arguing about the code and just use it, duh?
LOL. With MD5, it takes ages to convert back, so in a way - Jetgod is correct.
Converting a MD5 hash back into text takes quite some time. Then again, it all depends on the length of the hash code.
To be honest, I would use sha1 and MD5 together to make it securer.
Example:
and then to make a generator, just do:Code:$pass = md5(sha1(sha1(md5(sha1(trim($_POST['adminpassw']))))));
Then feed the code into the file and done.Code:<?php
if(!$_POST["submit"]){
?>
<form method="POST">Password: <input type="password" name="pass"><br><br><input type="submit" name="submit" value="Generate Password"></form>
<?php
}else{
$pass = md5(sha1(sha1(md5(sha1(trim($_POST['pass']))))));
print $pass;
}
?>
Good release - I'll check it out now.
very nice cheerd
d77f2202b63706491e51a2ec1eec9796
aka what the hell is this?
ya this login and logout is cool! Can anyone help me with PHP! I try it but doesnt work! Please PM!
Regards
saddiqiqbal
Progress from version 0.2
Quote:
- Habbohomes 73%
- Online housekeeping 100%
- Online code editor 100%
- Habbolayout builded in 90%
- [EDIT] I'm hosting servers so in the housekeeping u can click start server
What does MD5 mean? Im a newb at PHP stuff. Maybe I should learn it?