secpaste

minimalistic pastebin. zero-knowledge text sharing.

paste content


about

This is a minimalistic pastebin focused on security and anonymity.

Content is stored encrypted with AES256. IDs and tokens are hashed with SHA256.

No logging. No tracking. No bullshit.

command line usage

curl --data-binary @file.txt https://secpaste.dev
echo "hello world" | curl -d @- https://secpaste.dev

security

encryption: 256-bit AES for content, 2048-bit RSA key pair

storage: keys stored separately, cleared from memory after use

tokens: 64-character authentication, no username/password

qr code access

QR codes are generated for each paste for easy mobile access

faq

how does this work?

paste content, get an ID, share it. use curl for command line access.

can i delete pastes?

yes. pastes without tokens auto-delete after 14 days. images after 7 days.

what if i lose my token?

there is no way to recover it. keep it safe.

can someone brute-force the IDs?

theoretically yes. practically no. 8^64 possible combinations.


generate token | use token | image upload