Encrypted payloads only
All entries are sealed with AES-256-GCM + scrypt. Titles are HMAC-hashed.
AetherVaultCloud merges AetherVaultCloud storage with MongoDB indexing so you can create, search, update, and control records at high speed without exposing raw payloads.
POST /api/entries
GET /api/entries?q=profile
PUT /api/entries/:id
Treat your VaultVoidDB-backed storage like a real database: searchable metadata, strong encryption, and strict ownership enforcement.
All entries are sealed with AES-256-GCM + scrypt. Titles are HMAC-hashed.
Create, update, delete, list, and search records with metadata indexing.
Undici-powered HTTP/2 calls keep VaultVoidDB requests quick and efficient.
RAM-constrained LRU cache limits are configurable via environment variables.
VaultVoidDB stores encrypted payloads. MongoDB indexes ownership and metadata.
Payloads are encrypted and VaultVoidDB titles are hashed with your key.
MongoDB tracks your IDs, filenames, sizes, and ownership.
Edits remove the previous paste and upload a new encrypted version.
Use the REST endpoints directly or manage everything from the dashboard.
curl -X POST https://void-vault-beta.vercel.app/api/entries \
-H "Content-Type: application/json" \
-H "x-api-key: YOUR_KEY" \
-d '{"content":"hello", "filename":"note.txt"}'
GET /api/entries
GET /api/entries?q=invoice
PUT /api/entries/:id
DELETE /api/entries/:id
Built for zero-trust storage with strict ownership verification.
AES-256-GCM with unique IVs and per-entry salts.
Storage usage and metadata are segmented by API key hash.
Discord OAuth sessions use httpOnly, same-site cookies.
Connect Discord, mint keys, and control your VaultVoidDB database from one dashboard.