|
SamAccount name generator
|
|
| · | Generate unique Linux user names and random passwords
|
| · | Generate unique Novell user names and random passwords
|
|
a
|
source column
|
|
b
|
source word in column, 1=first word
|
|
c
|
start position, 1=start, 128=end
|
|
d
|
count (number of letters to pick)
|
|
e
|
pick direction, 0=forward, 1=backward
|
|
a,b,c,d,e
|
Clinton Bill
|
Gates Bill
|
Lee Kuan Yew
|
Aung San Suu Kyi
|
|
1,1,1,3,0
|
cli
|
gat
|
lee
|
aun
|
|
Second run
|
cli2
|
gat2
|
lee2
|
aun2
|
|
1,1,1,3,0 ;
1,1,1,3,0 |
clicli
|
gatgat
|
leelee
|
aunaun
|
|
1,1,1,3,0 ; 1,2,128,3,1
|
clilli
|
gatlli
|
leenau
|
aunnas
|
|
1,1,1,3,0 ; 1,2,128,3,1 ; 1,3,1,2,0
|
clilli
|
gatlli
|
leenauye
|
aunnassu
|