npm.io
0.1.2 • Published 4 years ago

oro-toolbox

Licence
—
Version
0.1.2
Deps
0
Size
744 kB
Vulns
0
Weekly
0

ORO-Toolbox

This project will wrap some functionality that vault/teller want to expose to browser as a WASM package. This includes:

  • Asymmetric Encryption/Decryption
  • Symmetric Encryption/Decryption
  • Hashing & UUID's

Building the WASM package

wasm-pack build

Run test in headless browser

wasm-pack test --firefox --headless

Run the sample app

wasm-pack build && cd www && npm install && npm run start

Then go to http://localhost:8080/ and open up the console