QuickShare
QuickShare

QuickShare

A Secure Self-Destructing Text Sharing Service

by zishuo wang zishuo.wang.24@stu.hainan-biuh.edu.cn

Web Service

Description

This project is a web application for securely sharing snippets of text or code (similar to a private Pastebin). The FastAPI backend will receive text from the user, encrypt it, and store it in a database. It will generate a unique, unguessable URL for this snippet and allow the user to set an expiration (e.g., delete after 1 hour, or delete after 1 view). The JavaScript frontend (built with npm) will provide a simple editor interface for submitting the text, setting the expiration options, and then displaying the generated "share" link for the user to copy. This project focuses on backend logic (data encryption, unique ID generation, and self-destruction logic) and secure API design, rather than relying on external APIs or user management.

Desktop Homepage

Desktop Screenshot

Mobile Homepage

Mobile Screenshot

Open Graph Image

Open Graph Image

Favicon

Favicon