nog hippere versie
This commit is contained in:
parent
fbeddcff5a
commit
81fa1050a0
2 changed files with 102 additions and 0 deletions
|
|
@ -3,6 +3,7 @@
|
|||
# Geen I L O i l o 0 1
|
||||
|
||||
@chars=( "A" .. "H", "J", "K", "M", "N", "P" .. "Z", "a" .. "h", "j", "k", "m", "n", "p" .. "z", 2 .. 9, qw(! @ $ % ^ & *) );
|
||||
|
||||
foreach ( 1 .. 8 ) {
|
||||
$passwd = join("", @chars[ map { rand @chars } ( 1 .. 8 ) ]);
|
||||
print "$passwd\n";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue