Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/str4d/wage
A WASM package and web app for encrypting and decrypting age-encrypted files, powered by rage.
https://github.com/str4d/wage
encryption experimental rust rust-wasm secure-by-default webapp zero-configuration
Last synced: 20 days ago
JSON representation
A WASM package and web app for encrypting and decrypting age-encrypted files, powered by rage.
- Host: GitHub
- URL: https://github.com/str4d/wage
- Owner: str4d
- License: apache-2.0
- Created: 2020-05-17T02:16:51.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2022-11-21T10:27:40.000Z (almost 2 years ago)
- Last Synced: 2024-08-03T18:15:52.730Z (3 months ago)
- Topics: encryption, experimental, rust, rust-wasm, secure-by-default, webapp, zero-configuration
- Language: Vue
- Homepage: https://rage-encry.pt
- Size: 1.04 MB
- Stars: 72
- Watchers: 5
- Forks: 14
- Open Issues: 8
-
Metadata Files:
- Readme: README.md
- License: LICENSE-APACHE
Awesome Lists containing this project
- awesome-age - wage
README
# wage
A WASM package and web app for encrypting and decrypting age-encrypted files,
powered by [rage](https://github.com/str4d/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
* Apache License, Version 2.0, ([LICENSE-APACHE](LICENSE-APACHE) or http://www.apache.org/licenses/LICENSE-2.0)
* MIT license ([LICENSE-MIT](LICENSE-MIT) or http://opensource.org/licenses/MIT)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.