FlashPaper

Protect sensitive information by creating encrypted messages that automatically destroy themselves after one read. Verify security with open-source code.

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.

Directory Structure

flashpaper
data
.env
docker-compose.yml

docker-compose.yml

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}

.env

BASE_URL=http://localhost:8080
Categories:

Share:

Ad
Favicon

 

  
 

Similar to FlashPaper

Favicon

 

  
  
Favicon

 

  
  
Favicon