Secure URL Requests: Generate a URL that allows anyone to securely send you information via E2E-encryption.
Go to file
Silas ccfe6c60cd
moar refactoring
2024-02-01 21:38:33 -05:00
public add link at bottom of page to import/export keys, add copy to clipboard buttons, adjust the How It Works section, add FAQ section 2024-02-01 16:37:18 -05:00
src moar refactoring 2024-02-01 21:38:33 -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 refactor with uhtml, dynamically swap out page template whenever hash changes in URL 2024-02-01 21:33:11 -05:00
package-lock.json refactor with uhtml, dynamically swap out page template whenever hash changes in URL 2024-02-01 21:33:11 -05:00
package.json refactor with uhtml, dynamically swap out page template whenever hash changes in URL 2024-02-01 21:33:11 -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