Skip to content

yerofey/timed.cc

Repository files navigation

timed.cc

This is the frontend for timed.cc — a quick cross-device link sharing service that uses short codes and encryption.

The app is built with:

Usage

bun i
bun run dev

How It Works

  • You paste a link into the app.
  • The link is encrypted in the browser with AES encryption.
  • The encrypted version is stored on the backend using a short code like A:12345
  • The backend never sees or stores the key
  • The frontend can generate a QR code for the link
  • When resolving the link, the frontend decrypts the link using the key

Features

  • AES encryption
  • 5-minute TTL on all links
  • QR code generation
  • Copy to clipboard

Author

Yerofey S.

License

MIT

About

timed.cc — a privacy-first link sharing tool that creates temporary short codes

Resources

License

Stars

Watchers

Forks