Secure URL Requests: Generate a URL that allows anyone to securely send you information via E2E-encryption.
Go to file
Silas 0e431a1283
moar language cleanup
2024-01-30 00:05:52 -05:00
public init commit 2024-01-29 19:22:39 -05:00
src moar language cleanup 2024-01-30 00:05:52 -05:00
.editorconfig init commit 2024-01-29 19:22:39 -05:00
.gitignore bunch of UI cleanup, add MIT license, add readme 2024-01-29 22:41:01 -05:00
.tool-versions init commit 2024-01-29 19:22:39 -05:00
LICENSE bunch of UI cleanup, add MIT license, add readme 2024-01-29 22:41:01 -05:00
README.md bunch of UI cleanup, add MIT license, add readme 2024-01-29 22:41:01 -05:00
index.html bunch of UI cleanup, add MIT license, add readme 2024-01-29 22:41:01 -05:00
package-lock.json init commit 2024-01-29 19:22:39 -05:00
package.json init commit 2024-01-29 19:22:39 -05:00
tsconfig.json init commit 2024-01-29 19:22:39 -05:00
vite.config.ts init commit 2024-01-29 19:22:39 -05:00

README.md

Sure - A Secure Message Sharing Web App

Sure is a web application that allows you to share secrets securely using end-to-end encryption without relying on a server. It is built with TypeScript, uses ECDH for secure communication between two parties, and works completely offline.

Getting Started

If you have asdf installed, run asdf install at the root of the project. Otherwise install the version of NodeJS specified in .tool-versions in this repository before continuing.

git clone https://git.silentsilas.com/silentsilas/sure.git
cd sure
npm install && npm run dev

Deploy

Output a static build to ./dist that you can deploy to any host, or open index.html for a working offline version of the site.

npm run build