Friday, January 16, 2009

make generator password

yes, long not meet. yearn likely not bermesra. . . : d. previous author apologizes beforehand on new articles availability slowness from staff ilmuwebsite. a large part caused by bustle each staff, want special attention. request is understood. staff also human, has has heart. . . : d why does author lift this topic to made title sometimes several users, also difficulty administrator web makes password good enough, and majority also look for thoroughly password later supposed password far from activity kills time to like cracking password with method brute force and or password adaptation with method menctionary. like article ever author makes previous, hit simple concept joomla password cracker. in article at show so the easy password at get only with verifying original password with existing password dictionary. matter later author explains try to drive you to make password safe, although such as those which ever author says previous “tidak there safe 100% in the world of illusion. ” all has risk of course. and for that the implementation is all dependings your creativity in uses generator password. look at this script : // 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 "character the total more than 6 digits so..."; } } ?> Password Generator yours password :

author tries to explain part the kernel. . . if ((is_numeric($num_chars)) && ($num_chars >= 6) && (! is_null($num_chars))) { if inputan at insert by user number/number numeric, and character the total more than 6 digits so. . . $password = ""; $accepted_chars = " abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUV WYZ1234567890~!@#$%^&*+|}{:>?<"; prepare character, number, and special character later be made password. srand(((int)((double)microtime()*1000003)) ); then do randomisasi character possibility, number, and or special character later at take to be part from password. for ($i=1; $i<=$num_chars; $i++) { do reduplication as much as inputan that putted into. . . $random_number = rand(0, (strlen($accepted_chars) -1)); make randomisasi character election, number, special character, from character collection that prepared previous. . . $password .= $accepted_chars[$random_number] ; insert one by one character that taken to into variable $password } until here selfexplanatory taste author, if some'x at ask please send question to author email : alkemail@gmail.com or http://adivb.blogspot.com clik her to download code Greetz : b_scorpio, abuzahra, peterpanz, kandar, phii_, syahrilrohman, ivan, dr.emi, safril, najwa, Lapak-online Team!