Imrac commented on a Page, Password Generator  -  Apr 09, 2008

I modified Jonesy44\'s for my own use, if you do not mind =)

alias genpass {
  var %c = 1, %rpass
  while (%c <= 8) {
    if ($rand(1,2) = 1) { %rpass = %rpass $+ $rand(a,f) }
    else { %rpass = %rpass $+ $rand(0,9) }
    inc %c 1
  }
  return %rpass
}
 Respond  
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.