AetherVaultClouddatabase

Build a fast, encrypted data vault that scales without friction.

AetherVaultCloud merges AetherVaultCloud storage with MongoDB indexing so you can create, search, update, and control records at high speed without exposing raw payloads.

Default 5 GB per key Admin tier is unlimited
Vault Snapshot
Latency < 120ms
Encryption AES-256-GCM
Cache Memory LRU
POST /api/entries GET /api/entries?q=profile PUT /api/entries/:id

Designed for total control.

Treat your VaultVoidDB-backed storage like a real database: searchable metadata, strong encryption, and strict ownership enforcement.

Encrypted payloads only

All entries are sealed with AES-256-GCM + scrypt. Titles are HMAC-hashed.

Database-grade controls

Create, update, delete, list, and search records with metadata indexing.

Fast HTTP/2 transport

Undici-powered HTTP/2 calls keep VaultVoidDB requests quick and efficient.

Cache-aware speed

RAM-constrained LRU cache limits are configurable via environment variables.

How it works

VaultVoidDB stores encrypted payloads. MongoDB indexes ownership and metadata.

01

Encrypt + hash

Payloads are encrypted and VaultVoidDB titles are hashed with your key.

02

Store + index

MongoDB tracks your IDs, filenames, sizes, and ownership.

03

Control + update

Edits remove the previous paste and upload a new encrypted version.

API quick start

Use the REST endpoints directly or manage everything from the dashboard.

Create a record
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"}'

List

GET /api/entries

Search

GET /api/entries?q=invoice

Update

PUT /api/entries/:id

Delete

DELETE /api/entries/:id

Security posture

Built for zero-trust storage with strict ownership verification.

Strong encryption

AES-256-GCM with unique IVs and per-entry salts.

Key isolation

Storage usage and metadata are segmented by API key hash.

Session hardening

Discord OAuth sessions use httpOnly, same-site cookies.

Ready to build your own vault?

Connect Discord, mint keys, and control your VaultVoidDB database from one dashboard.