0.1.11 • Published 4 years ago

wasm-pass v0.1.11

Weekly downloads
37
License
MIT/APACHE
Repository
github
Last release
4 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

4 years ago

0.1.11

4 years ago

0.1.8

4 years ago

0.1.7

4 years ago

0.1.9

4 years ago

0.1.6

4 years ago

0.1.4

4 years ago

0.1.5

4 years ago

0.1.3

4 years ago

0.1.2

4 years ago

0.1.1

4 years ago

0.1.0

4 years ago