function getWrappedPrivateKey
getWrappedPrivateKey(): Promise<string | null>

Get the wrapped private key (needs DATA_KEY to decrypt)

Return Type

Promise<string | null>

Usage

import { getWrappedPrivateKey } from "docs/database.ts";