Add generation of passwords in different strengths to the command palette:
- Generate short password: 10 alphanumeric characters
- Generate medium password: 15 alphanumeric characters
- Generate long password: 20 alphanumeric characters
Hotkeys:
Ctrl + Alt + P
- generate medium password.
There is a set of chars which could be interpreted wrong at the glance:
l
small LI
capital i|
vertical bar1
one0
zeroO
capital O letter$
dollar sign
By default, the package avoids these letters, but you can enable using them in the configuration at any time.
Inspired by Generate Password package for Sublime 3
MIT
But check updates: LICENSE on GitHub