0.1.11 • Published 5 years ago

wasm-pass v0.1.11

Weekly downloads
37
License
MIT/APACHE
Repository
github
Last release
5 years ago

wasm_pass

wasm-pass Build Status Documentation License: MIT/APACHE

A password generator build with Rust and Web Assembly.

Install

npm install wasm-pass

Usage

const wasm_pass = import("wasm-pass");

wasm_pass.then(wasm_pass => {
    /*
    @param len number
    @param no_symbols boolean
    @param no_nums boolean
    */
    const password = wasm_pass.generate(10, false, false);
    console.log(password);
}).catch(err => console.error(err))

Run tests

cargo test -- --show-output

Author

collinsmuriuki

Tutorial

Wrote an article about how I built this project here

This project is MIT/APACHE licensed.

0.1.10

5 years ago

0.1.11

5 years ago

0.1.8

5 years ago

0.1.7

5 years ago

0.1.9

5 years ago

0.1.6

5 years ago

0.1.4

5 years ago

0.1.5

5 years ago

0.1.3

5 years ago

0.1.2

5 years ago

0.1.1

5 years ago

0.1.0

5 years ago