0.1.3 • Published 3 years ago

wasm-lib-generate-strong-password v0.1.3

Weekly downloads
-
License
-
Repository
-
Last release
3 years ago

Generate strong password

Features

  • Generate strong password

Installation

npm i wasm-lib-generate-strong-password

Use

const wasm = require("wasm-lib-generate-strong-password");
(async () => {
  let strongPassword = wasm.generate_password(30, true, true, true, true);
  console.log(strongPassword);
})();

Option

  • length (u8): length of password
  • is_lowercase(bool): Include lowercase
  • is_uppercase(bool): Include uppercase
  • is_numeric(bool): Include numeric
  • is_symbol(bool): Include symbol
0.1.3

3 years ago

0.1.2

3 years ago

0.1.0

3 years ago