@rolandwarburton/pwgen

1.1.1 • Public • Published

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.

Dependents (0)

Package Sidebar

Install

npm i @rolandwarburton/pwgen

Weekly Downloads

0

Version

1.1.1

License

ISC

Unpacked Size

272 kB

Total Files

10

Last publish

Collaborators

  • rolandwarburton