0.1.0 • Published 6 months ago
pwd-gen-pro v0.1.0
pwd-gen-pro
中文文档
pwd-gen-pro is a tiny JavaScript library for generating high-strength random passwords. It supports customizable length, character types, and quantity, making it simple and versatile for secure applications.
Usage
import pwdGenPro from "pwd-gen-pro";
const password = pwdGenPro({ length: 12 });
console.log(password);
0.1.0
6 months ago