p4ss
v1.0.2
Published
A simple lib to validate and generate passwords
Downloads
1
Readme
p4ss
A simple lib to validate and generate passwords
how to use
- import the lib
- create a new P4ss object type, passing as argument your password
- use the isValidPassword method to check if your password is secure, or not
to-do
- A method to generate secure passwords;