1.0.0 • Published 9 months ago
pwdr-web v1.0.0
🔣 Pwdr-web
A web utility for generating deterministic passwords based on a phrase and key
📦 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
- output:
1.0.0
9 months ago