function getEncryptionKeyString
getEncryptionKeyString(): string

Get the encryption key bytes from environment variable (sync validation only) Expects DB_ENCRYPTION_KEY to be a base64-encoded 256-bit (32 byte) key

Return Type

string

Usage

import { getEncryptionKeyString } from "doc.ts";