DropKey is a lightweight PHP application built using the Fat-Free Framework for securely sharing sensitive information, such as passwords, with your team. It ensures confidentiality by allowing one-time access and automatically expiring the shared data after it has been viewed.
- 🔒 Secure Sharing: Encrypt sensitive information for safe transmission.
- 🕒 One-Time Access: Passwords automatically expire after being accessed.
- 💻 User-Friendly Interface: Simple and intuitive design for seamless usage.
- 🧹 Temporary Storage: No persistent storage of sensitive data beyond its intended use.
This project is built using the Fat-Free Framework (F3), so the installation steps differ slightly from traditional PHP setups.
git clone https://github.com/yourusername/dropkey.git
cd dropkey