1.0.0 • Published 9 months ago

pwdr-web v1.0.0

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

🔣 Pwdr-web

A web utility for generating deterministic passwords based on a phrase and key

version license size downloads

📦 Installation

npm i pwdr-web

🚀 Quickstart

import { generatePwd } from 'pwdr-web';

const pwd = await generatePwd('phrase', 'key');

🔢 Resulting password

  • Minimum length: 16
  • Maximum length: 64
  • Default length: 32

🔁 Version compatibility check

  • phrase: compatibility_check_phrase
  • key: compatibility_check_key
  • length: 32

🏷️ Versions

  • v1.0.0
    • output: 1e9/wtB["D0NS/oCa/ra9p,v'NHBT4GQ
1.0.0

9 months ago