hushhh hushhh.cc
SECURE TRANSMISSION UTILITY | 100% FREE

One-time secrets,
destroyed on read.

Zero-knowledge, browser-encrypted data delivery for teams and deployment scripts. Data is destroyed from memory the instant it is revealed.

hushhh / secret-payload.txt
E2EE Active
1 hour 60m
24 hours 1d
7 days 7d
1 month 30d
Sponsor

Litterae.

An exclusive ecosystem for automated journalism. Set up your AI newsroom, fetch pristine articles natively written in 10 languages, and automate your content empire.

Join the Avant-Garde →
SPONSORED AD Comparaloo.es

Smart multi-vertical price comparison engine. Compare real-time prices across supermarkets, pet care, health & top online deal catalogs in one unified search.

Explore Comparaloo.es
[ PHILOSOPHY ]

Free & Open Security

Digital privacy shouldn't be locked behind monthly subscription tiers.

01 / COST

100% Free Forever

No freemium tiers, no secret quotas, no credit cards. All encryption features are unlocked for everyone.

02 / AUTH

Zero Sign-Up Required

No account registration, no emails, no passwords. Open the tool, send your secret, and close the tab.

03 / PRIVACY

Zero Ads & Tracking

Zero advertisement scripts, zero third-party tracking cookies, zero invasive telemetry. Pure static speed.

[ ARCHITECTURE ]

Engineered for absolute confidentiality

E2EE BROWSER CRYPTOGRAPHY

Client-Side AES-256 Key Isolation

Encryption happens in your browser before network transmission. The decryption key resides exclusively in the URL hash fragment (#key), which standard HTTP protocols guarantee is never sent to the server.

ATOMIC DESTRUCTION

Atomic Erase

The millisecond a recipient requests the secret payload, an atomic read + delete transaction wipes the record. No backups, no recovery.

CLI INTEGRATION

Native cURL & Shell Support

Send and receive raw text payloads directly from your terminal or CI/CD pipelines without browser dependencies.

CRAWLER PROTECTION

Anti-Bot Link Confirmation

Explicit human confirmation step stops Slack, Discord, or email antivirus preview crawlers from destroying your link before intended viewing.

AUTOMATED PURGE

Automated TTL Expiration

Configurable time-to-live from 1 hour to 30 days. Background maintenance timers purge unread expired records continuously.

[ TERMINAL SHOWCASE ]

cURL & CLI Quickstart

zsh — cURL integration examples Full API Spec →
# 1. Create a secret from CLI (returns JSON with ID & secret URL)

$ curl -d "MY_API_KEY=sk_live_998877" https://hushhh.cc/

{"id":"7b89f2a03c4d5e6f7a8b9c0d1e2f3a4b","url":"https://hushhh.cc/secret/7b89f2a03c4d5e6f7a8b9c0d1e2f3a4b"}

# 2. Get plain-text URL output directly

$ curl -d "my secret" "https://hushhh.cc/?raw=true"

https://hushhh.cc/secret/7b89f2a03c4d5e6f7a8b9c0d1e2f3a4b

# 3. Read secret in raw text mode from terminal (auto-destructs from server)

$ curl https://hushhh.cc/api/secrets/7b89f2a03c4d5e6f7a8b9c0d1e2f3a4b?raw=true

MY_API_KEY=sk_live_998877

[ FAQ ]

Frequently Asked Questions

Q: Is hushhh really 100% free with no limits?

Yes, completely free. There are no paid tiers, subscriptions, or hidden paywalls. It is maintained as a free community utility for developers.

Q: Can the server read my secret content?

No. In standard E2EE mode, data is encrypted in your browser. The decryption key exists strictly in the URL fragment (#key), which HTTP standards guarantee is never transmitted to the server.

Q: What happens if nobody opens the link?

Every secret has a configurable time-to-live (TTL). If it expires unread, an automated background job permanently deletes it from database storage.

Copied to clipboard!