# password-creator-by-liri

> Creating random password

Latest version **1.0.2** (published 2024-01-28) · ISC license · 0 weekly downloads

## Install

```sh
npm install password-creator-by-liri
pnpm add password-creator-by-liri
yarn add password-creator-by-liri
bun add password-creator-by-liri
```

## Health

**Score 15/100 (F)** — status: abandoned.

Positive: no vulnerabilities.

Warnings: low downloads; no types; no esm support.

Negative: abandoned; low maintenance score.

## Facts

| | |
|---|---|
| Version | 1.0.2 |
| Published | 2024-01-28 |
| First published | 2024-01-28 |
| Weekly downloads | 0 |
| License | ISC |
| TypeScript types | none |
| Module format | CommonJS |
| Dependencies | 0 |
| Unpacked size | 1.3 KB |
| Known vulnerabilities | 0 |
| Install scripts | no |
| Author | Liri Sobol |
| Maintainers | lirisobol |
| Keywords | password, passwords, password creator |

## Links

- npm: https://www.npmjs.com/package/password-creator-by-liri
- npm.io page: https://npm.io/package/password-creator-by-liri

## Recent versions

- 1.0.2 (latest) — 2024-01-28
- 1.0.1 — 2024-01-28
- 1.0.0 — 2024-01-28

## README

# Password Creator

## Creates a random password

## Installation:


``` bash
npm i password-creator-by-liri
```

## Usage

``` javascript
const passwordCreator = require("password-creator");

// Creates a randomized 10 character password, default length -> 10 characters
const password = passwordCreator.createPassword()

// Creates a randomized 20 character password
const password = passwordCreator.createPassword(20)

```

### Happy Hacking 🕹️

---
_Source: https://npm.io/package/password-creator-by-liri · Machine-readable twin of the npm.io package page. Health data is recomputed on every publish._
