IceArrow lets you share a secret message or file with anyone in a quick and secure manner.
The encryption/decryption happens in the browser and the encrypted content is stored on Walrus.
This repository represents the frontend part of the app. The Golang backend is here b3b/icearrow-server.
You upload your file, IceArrow encrypts it and gives you a unique link, which you then send through any available channel. The recipient opens the link and gets the file decrypted. After that, the link expires. As easy as that.
- End-to-End encryption with OpenPGP
- One-time links
- No account/wallet required
- Companion Chrome extension kkomelin/icearrow-extension
The project has been built on top of Yopass project. We're grateful to all its contributors for their exceptional work which made IceArrow project possible.