BrandKwikID Documentation

Security and Compliance

Encryption at rest and in transit, access control, and banking compliance controls for Kwik Vault

Security and Compliance

Kwik Vault applies bank-grade security across every layer: encrypted storage and transport, department-scoped access control, append-only audit, and tenant isolation per deployment instance.

Overview

Documents in Kwik Vault contain sensitive customer and operational data. The platform encrypts data at rest and in transit, restricts access through RBAC and SSO, and records every read and write in a tamper-evident audit trail aligned with regulatory examination expectations.

Encryption at Rest

LayerProtection
Object storageDocument blobs encrypted with AES-256; keys managed by the cloud KMS or on-prem HSM per deployment policy
Relational storeMetadata, workflow state, and audit chain encrypted at the storage volume level
Search indexIndex volumes encrypted; sensitive customer reference fields stored per tenant indexing policy
BackupsBackup snapshots inherit the same encryption as primary storage; keys never stored alongside ciphertext

Encryption keys rotate per institution policy. Key material does not appear in application configuration or integrator payloads.

Encryption in Transit

PathProtection
Integrator APIsTLS 1.2+ on all REST endpoints (/api/v1/*)
Web portalHTTPS-only; HSTS enforced on production deployments
Identity federationSAML/OIDC tokens exchanged over TLS between bank IdP and Vault identity service
Internal servicesService-to-service traffic encrypted within the deployment network zone

Integrators must use https:// base URLs in production. Plain HTTP is blocked at the gateway.

Access Control

  • Portal users: Corporate SSO with department and branch scope from identity claims.
  • Integrators: Service users and bearer tokens minted on API Keys; scoped to ingest, search, and audit operations.
  • Super admins: Trash recovery, permanent deletion, and configuration changes require elevated privileges.
  • Approvers: Act only on documents within their assigned department.

Every access decision is logged in Audit.

Compliance Alignment

Kwik Vault supports banking compliance workflows:

  • Unified audit trail: Append-only log with integrity chain for examination and forensic review.
  • Retention and disposal: Configurable soft-delete retention and permanent purge per Storage and Lifecycle.
  • Tenant isolation: Dedicated deployment instance per institution; no cross-bank data commingling.
  • Approval governance: New versions enter pending until department approvers act in Approvals.

Benefits

  • Data protection: Encryption at rest and in transit protects customer documents end to end.
  • Examination readiness: Audit export and access logs support regulatory reviews.
  • Least privilege: Department-scoped RBAC limits exposure to authorized staff only.

Next Steps