@unknownflo/password-utilities
v1.1.1
Published
Password Utilities
Readme
@unknownflo/password-utilities
Description
A lightweight and efficient JavaScript library for password managment. This toolkit provides simple and reliable functions to generate Password with 'generateStrongPassword' and check Passwords strength with 'isStrongPassword'
Features
- Generate Strong Passwords
- Check if provided Password is strong
- Lightweight and dependency-free
- Tested with Jest
- Easy to use in Node.js and JavaScript projects
Installation
npm
npm install @unknownflo/password-utilitiesUsage
CommonJS
const { generateStrongPassword, isStrongPassword } = require("@unknownflo/password-utilities");
console.log(generateStrongPassword(12));
// Returns random Password
console.log(isStrongPassword("testPass"));
// Returns FalseContributing
- Fork the repository
- Create a feature branch
- Commit your changes
- Open a pull request
- Security
Report security issues in SECURITY.md.
License
MIT License
npm
https://www.npmjs.com/package/@unknownflo/password-utilities
Author
UnknownFlo: GitHub: https://github.com/unknownflo
Lilberto: GitHub: https://github.com/Lilberto
