1.0.1 • Published 3 months ago

@swipswup/password-utilities v1.0.1

Weekly downloads
-
License
MIT
Repository
github
Last release
3 months ago

@swipswup/password-utilities (Class 2 Example)

A small library that creates a strong password and checks if a given password is strong. The library has a check if the strong password is actually strong.

Table of Contents

Installation

Install via npm:

npm install @swipswup/password-utilities

Install via yarn:

yarn add @swipswup/password-utilities

Usage

import passwordUtilities from '@swipswup/password-utilities';

const strongPassword = generateStrongPassword();
console.log(isStrongPassword(strongPassword));

// Create a strong password with a given length
const strongPasswordWith20Chars = generateStrongPassword(20);

Contribution

Contributions are welcome! Please see CONTRIBUTING.md for more details.

Pull Request

Please refer to our PULL_REQUEST_TEMPLATE.md

Issue

For an issue please refer to ISSUE_TEMPLATE.md

Feature Request

Please refer to our FEATURE_REQUEST_TEMPLATE.md].

Security

Please refer to our SECURITY.md for information about our security policies, how to report vulnerabilities, and our approach to handling security concerns.

License

This project is licensed under the MIT License.