NoDataSafe — Encrypted Vault

All business secrets — one place. Nobody can access them.

NoDataSafe is available for Business tier and above. Local encryption with Seed Phrase — the server stores only ciphertext. Even we can't read it.

What goes in NoDataSafe?

@
Service logins

Gmail, AWS, Slack, GitHub — if stolen, full access to the entire business

$
API keys

Stripe, OpenAI, AWS IAM — each one worth thousands in damage

#
Crypto wallets

Seed phrases, private keys — no insurance, no recovery, no bank

/
Server access

SSH keys, DB credentials, VPN configs — backdoor to all systems

>
Admin passwords

Router, firewall, domain registrar — infrastructure control

*
Sensitive docs

Contracts, NDA, financials, medical — anything that must not leak

Weight vs value — how much is each kilobyte worth

100 passwords + usernames + URLs~50KB encrypted
1,000 full entries with notes~500KB encrypted
All secrets of a 50-person company~2MB encrypted
Blob weight in SupabaseLess than a profile picture

50KB encrypted = all access credentials of an entire company. Less than one photo. Worth more than their entire database.

Why is it safe on any server?

NoDataSafe is encrypted in your browser before it leaves the device. The server receives only a ciphertext blob — no keys, no names, no metadata. You can put it on any server — Supabase, AWS, customer's private server — because even if breached, there's nothing to read. AES-256-GCM + PBKDF2 with 600,000 iterations = billions of years to crack.