Strong Password Generator

Platform:  mIRC
Published  Jun 24, 2012
Updated  Jun 25, 2012
Here is good password generator.

Syntax :
!genpass - For other users
/genpass - For you.


ALERT :
I don't care what you do with this.

TO DO :
Just put it in your remote and click "OK" and it will work.


BUG? SUGGESTION? FEEL FREE ^_^ ; Strong Password Generator
; By MiNdFrEaKeR/SaGaR/IlLuSiOn
; gs.mindfreakers.net #Hawkee

alias genpass { var %i = $rand(7, 10), %pass, %str = 0123456789ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz^#&)(@%<>, %len = $len(%str)
while (%i) { %pass = %pass $+ $mid(%str, $rand(1, %len), 1) | dec %i }
echo -at Password Generated : %pass  }

on *:TEXT!genpass:#: { var %i = $rand(7, 10), %pass, %str = 0123456789ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz^#&)(@%<>, %len = $len(%str)
while (%i) { %pass = %pass $+ $mid(%str, $rand(1, %len), 1) | dec %i }
notice $nick Generating password, please wait...
timer 1 2 notice $nick Password Generated : %pass  }

Comments

Sign in to comment.
FreakServ   -  Jun 25, 2012
LOL :P ok @SReject
 Respond  
SReject   -  Jun 25, 2012
if it didn't have the ()'s I'd've stuffed it all in the regex :P
 Respond  
FreakServ   -  Jun 25, 2012
@SReject : Thanks for the suggestion :) but i actually don't go along with using regex.
 Respond  
SReject   -  Jun 25, 2012

Code

 
Yawhatnever  -  9 days ago

Code

 

should be

Code

 


Using your method, the code could be shortened to the following:

Code

 
Sign in to comment

Are you sure you want to unfollow this person?
Are you sure you want to delete this?
Click "Unsubscribe" to stop receiving notices pertaining to this post.
Click "Subscribe" to resume notices pertaining to this post.