generate-password
Advanced tools
Changelog
1.3.0 / 2016-12-28
Release with two new features.
One can now pass { 'exclude': 'abc' }
to exclude various characters from password
generation. This can be used to blacklist certain symbols, remove alike characters,
etc by giving a string with all the characters to be removed.
The options parameter is now optional — it is now unnecessary to pass an empty object when the defaults are desired.