Share your most sensitive information securely without leaving a permanent digital footprint. This open-source application allows you to generate encrypted messages that automatically delete themselves immediately after they are viewed. Whether you are sharing passwords, API keys, or confidential personal notes, you can ensure that your data remains private and inaccessible to unauthorized parties. Key benefits include: Zero-knowledge encryption ensures that only the intended recipient can read the contents. Automatic self-destruction guarantees the message vanishes forever once opened, preventing accidental leaks or unauthorized access later. Open-source transparency allows developers and security enthusiasts to inspect the underlying code and verify the platform's privacy claims. Keep your communications strictly confidential and maintain complete control over who sees your sensitive data.
services:
flashpaper:
image: ghcr.io/andrewpaglusch/flashpaper:latest
container_name: flashpaper
restart: unless-stopped
ports:
- "8080:80"
volumes:
- ./data:/var/www/html/data
environment:
- BASE_URL=${BASE_URL}BASE_URL=http://localhost:8080Auto-fetched about 24 hours ago
Auto-fetched about 23 hours ago