Skip to content

Latest commit

 

History

History
31 lines (19 loc) · 1.09 KB

README.md

File metadata and controls

31 lines (19 loc) · 1.09 KB

Secrets

A secure, user-friendly platform for sharing sensitive information with encryption, over the internet.

A secret is information that is meant to be kept hidden or confidential.

A secret can include various types of sensitive information such as passwords, emails, and other personal or confidential data.

Features

  • Password protection: Set unique passwords for each secret
  • Expiration control: Share information for a limited time depending on intended recipients
  • Easy to use: User-friendly interface
  • Encryption: AES-256-CBC encryption for added security

How it works

  1. Enter a secret with customizations like password protection and expiration
  2. A unique URL is generated for the secret
  3. Share the URL with intended recipients
  4. Secrets are stored in our encrypted database and deleted permanently upon expiration

Tech Stack

Secrets is built using Next.js, TailwindCSS, HeadlessUI & uses Xata as the database. For encryption, Secrets use AES-256-CBC, SHA-256 algorithms.

License

Secrets is licensed under the MIT License.

See the LICENSE file for more information 📖