1.1.1 • Published 4 months ago

@rolandwarburton/pwgen v1.1.1

Weekly downloads
-
License
ISC
Repository
-
Last release
4 months ago

Passphrase Generator

Port of rolandwarburton/pwgen which was written in go.

Unfortunately googles Manifest V3 does not have any reasonable support for WASM so the portability of pwgen to the web was limited. Enter pwgen-js.

Installing

npm install @rolandwarburton/pwgen

Example usage

import { genpw } from 'pwgen';

const pw = await genpw()
console.log(pw);

Credits

eff.org/dice for a well authored word list.

1.1.1

4 months ago

1.1.0

4 months ago

1.0.0

5 months ago