Str4d Wage Save

A WASM package and web app for encrypting and decrypting age-encrypted files, powered by rage.

Project README

wage

A WASM package and web app for encrypting and decrypting age-encrypted files, powered by rage.

Currently in beta. The WASM library and webapp are mostly complete, but their APIs and UX are still expected to change as improvements are made. Known missing features:

  • Multi-file archive-and-encrypt.
  • Optional armoring for encryption.

Development

First, build wage itself as a Rust WASM package:

wasm-pack build

Then set up and run the webapp:

cd www
npm install
npm run serve

The webapp server will hot-reload on changes to the webapp itself. After making changes to the Rust WASM package, rebuild the package and restart the server:

[Ctrl+C]
cd ..
wasm-pack build
cd www
npm run serve

File downloading for encrypted or decrypted files will likely not work unless you are either accessing the webapp via localhost, or have configured it with a TLS certificate.

License

Licensed under either of

at your option.

Contribution

Unless you explicitly state otherwise, any contribution intentionally submitted for inclusion in the work by you, as defined in the Apache-2.0 license, shall be dual licensed as above, without any additional terms or conditions.

Open Source Agenda is not affiliated with "Str4d Wage" Project. README Source: str4d/wage
Stars
69
Open Issues
8
Last Commit
1 year ago
Repository
License

Open Source Agenda Badge

Open Source Agenda Rating