Favicon of Onetime Secret

Onetime Secret

Share sensitive data safely using self-destructing links. Add optional passphrases, meet compliance standards, and ensure information vanishes after one view.

Keep sensitive information out of email and chat logs by generating secure, one-time use links. This ensures confidential data like API tokens and passwords remains private. Once viewed, the secret is permanently deleted from the servers, leaving no trace.

Key features include:

  • Self-Destructing Links: Data is permanently erased immediately after viewing.
  • Enhanced Privacy: Add an optional passphrase for an extra layer of authentication.
  • Compliance Ready: Helps meet strict data privacy requirements, including SOC2, GDPR, CCPA, and HIPAA.
  • Regional Storage: Choose specific geographic locations to satisfy data sovereignty.
  • Custom Branding: Build trust by using your own custom domain and company logo.

Perfect for IT professionals, this tool prevents credential leaks and enforces strict security protocols for handling sensitive data.

Directory Structure

onetime-secret
data
redis-data
.env
docker-compose.yml

docker-compose.yml

services:
  redis:
    image: redis:alpine
    restart: always
    volumes:
      - ./redis-data:/data

  onetimesecret:
    image: onetimesecret/onetimesecret:latest
    restart: always
    ports:
      - "7143:7143"
    environment:
      - REDIS_URL=redis://redis:6379/0
      - ONETIME_HOST=${ONETIME_HOST}
      - ONETIME_SECRET=${ONETIME_SECRET}
      - SSL=${SSL}
    depends_on:
      - redis
    volumes:
      - ./data:/var/lib/onetime

.env

ONETIME_HOST=localhost:7143
ONETIME_SECRET=your_super_secure_random_secret_key
SSL=false
Categories:

Share:

Ad
Favicon

 

  
 

Similar to Onetime Secret

Favicon

 

  
  
Favicon

 

  
  
Favicon