Valqore DocsDocs
EnterpriseEncryption at Rest

Encryption at Rest

Client-owned encryption keys and automatic field redaction.

Encryption at Rest

All data encrypted at rest with your key. Set VALQORE_MEMORY_ENCRYPTION_KEY. Sensitive fields are automatically redacted.

# Generate a strong key (once, keep safe)
openssl rand -base64 32
 
# Set in environment
export VALQORE_MEMORY_ENCRYPTION_KEY="base64:YourGeneratedKeyHere=="
Was this helpful?
Valqore Docs
Copyright © Cruip. All rights reserved.