Selasa, 24 Maret 2009
Reason why the author made this topic for the title is sometimes some users, as well as web administrator password that is difficult to make good enough, and most of the search of the password that the password is expected to be far from fraudulent activities such as password cracking brute force method with a matching or password the method dictionary
Reason why the author made this topic for the title is sometimes some users, as well as web administrator password that is difficult to make good enough, and most of the search of the password that the password is expected to be far from fraudulent activities such as password cracking brute force method with a matching or password the method dictionary. As an article author who had created earlier, the concept of simple joomla password cracker. In the article on the show so easily get the password only with mencocokan the original password with the password dictionary. It later that the author is trying to explain to escort you to create a password that is secure, even as the author had previously said "There is no 100% safe in the virtual world." All have a risk of course. And for the implementation of all depends on your creativity in using the password generator.
Script details are as follows:
/ / Password.gen.php
= 6) & & (! Is_null ($ num_chars))) (
$ password = "";
$ accepted_chars = "abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWYZ1234567890 ~!@#$%^&*+|}{:>?<"; srand (((int) ((double) microtime () * 1000003))); for ($ i = 1 ; $ i <= $ num_chars; $ i + +) ($ random_number = rand (0, (strlen ($ accepted_chars) -1)); $ password .= $ accepted_chars [$ random_number];) return $ password;) else (echo "Password must be more than 6";))?>
Your password:
b> span>
Label: Create Password Generator
0 komentar:
Posting Komentar