1.0.0 • Published 2 years ago

seq-pass v1.0.0

Weekly downloads
-
License
ISC
Repository
-
Last release
2 years ago

seq-pass

Secure password generator

Secure password generator wich uses crypto module of Node.js

Requirements

  • Node.js: 16.7.0 or higher
  • TypeScript: 4.8.3 or higher

Installation

npm install seq-pass
yarn add seq-pass

Usage

import { generatePassword } from 'seq-pass'
const securePassword = generatePassword()
Arguments(Optional)

length: number - desired password length wishList: string - string with chars, which will be used in password generation process

Repository

https://github.com/AlexChrks/sec-pass