# Message Cabinet **Repository Path**: hyz2xx/message-cabinet ## Basic Information - **Project Name**: Message Cabinet - **Description**: 留言柜子 - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2025-02-28 - **Last Updated**: 2025-02-28 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # SecureShare A secure message sharing platform built with Flask. This application allows users to create messages protected by a 6-digit password. Recipients can retrieve these messages by entering the correct password, after which the messages are automatically deleted. ## Features - Create messages with 6-digit password protection - Secure message storage - One-time message retrieval (messages are deleted after being viewed) - Modern, responsive UI with animations - Simple and intuitive user experience ## Setup 1. Install dependencies: ``` pip install -r requirements.txt ``` 2. Run the application: ``` python app.py ``` 3. Access the application at `http://localhost:5000` ## How to Use 1. **Create a Message**: - Enter your message in the text area - Set a 6-digit password - Click "Create Secure Message" - Share the generated link with your recipient 2. **Retrieve a Message**: - Access the shared link - Enter the 6-digit password - View the message (it will be deleted after viewing)