项目作者: str4d

项目描述 :
A WASM package and web app for encrypting and decrypting age-encrypted files, powered by rage.
高级语言: Rust
项目地址: git://github.com/str4d/wage.git
创建时间: 2020-05-17T02:16:51Z
项目社区:https://github.com/str4d/wage

开源协议:Other

下载


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:

  1. wasm-pack build

Then set up and run the webapp:

  1. cd www
  2. npm install
  3. 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:

  1. [Ctrl+C]
  2. cd ..
  3. wasm-pack build
  4. cd www
  5. 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.