str4d / wage

A WASM package and web app for encrypting and decrypting age-encrypted files, powered by rage.
https://rage-encry.pt
Apache License 2.0
74 stars 14 forks source link

webapp: Multi-file encryption #15

Open str4d opened 3 years ago

str4d commented 3 years ago

Requires streaming the files into an archive, and then onward into the encryptor. https://github.com/transcend-io/conflux is a good contender, but I haven't figured out how to close the stream off correctly yet.