Skip to content

Latest commit

 

History

History
24 lines (15 loc) · 1.06 KB

README.md

File metadata and controls

24 lines (15 loc) · 1.06 KB

IceArrow - Secure Secret Sharing on Walrus

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.

How it works

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.

Features

Credits

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.