Add feature/Password generator
ahelmy opened this issue · 0 comments
ahelmy commented
Add Password generator feature.
DoD:
- Add
psswd
command that has default flags as below: -l
length min = 1 and max = 2048-e
include especial characters by defaulttrue
oron
and could be turned off byfalse
oroff
.-n
include numeric [0-9] by defaulttrue
oron
and could be turned off byfalse
oroff
.-c
include capitalized case by defaulttrue
oron
and could be turned off byfalse
oroff
.