bsv9/picosend

By bsv9

Updated 5 months ago

A minimalistic application for sharing secrets securely with one-time access.

Image
Security
0

1.3K

bsv9/picosend repository overview

picosend

A minimalistic application for sharing secrets securely with one-time access.

Features

  • One-time secret sharing - Secrets are automatically deleted after being read once
  • End-to-end encryption - AES-256-CBC encryption with client-side encryption
  • No persistent storage - Secrets stored only in memory
  • No user accounts required - Anonymous and hassle-free sharing
  • Self-hostable - Deploy on your own infrastructure
  • Open source - Transparent and auditable code
  • Robot protection - Seamless verification code system
  • Transport security - Prevents exposure through proxies or logs
  • Minimalistic design - Simple and intuitive user interface
Using Docker
# Pull the image
docker pull docker.io/bsv9/picosend

# Run with default settings (logs in /logs directory)
docker run -p 8080:8080 -d docker.io/bsv9/picosend

# Run with custom log directory
docker run -p 8080:8080 -v /path/to/logs:/logs -d docker.io/bsv9/picosend

# Run with custom port
docker run -p 9000:8080 -d docker.io/bsv9/picosend

# Access WebTail
open http://localhost:8080

Security Features

  • AES-256-CBC encryption with PKCS7 padding
  • Client-side encryption before transmission
  • Automatic secret deletion after first retrieval
  • Transport security prevents proxy/logging exposure
  • No persistent storage - secrets exist only in memory

License

MIT

Tag summary

Content type

Image

Digest

sha256:cf47c78b9

Size

11.6 MB

Last updated

5 months ago

docker pull bsv9/picosend