rage-wasm: WebAssembly wrapper of rage
rage is a simple, modern, and secure file encryption tool, using the age format. It features small explicit keys, no config options, and UNIX-style composability.
The format specification is at age-encryption.org/v1. To discuss the spec or other age related topics, please email the mailing list at [email protected]. age was designed by @Benjojo12 and @FiloSottile.
This package is a WebAssembly wrapper of the Rust rage package, providing basic encryption and descryption operations.
🚴
Usage
🐑
Use NPM or Yarn to install the package
npm install @kanru/rage-wasm
🛠️
Build with wasm-pack build
wasm-pack build
🔬
Test in Headless Browsers with wasm-pack test
wasm-pack test --headless --firefox
🎁
Publish to NPM with wasm-pack publish
wasm-pack publish