interface EncryptResponse {
    ciphertext: string;
    dataToEncryptHash: string;
}

Hierarchy (view full)

Properties

ciphertext: string

The base64-encoded ciphertext

dataToEncryptHash: string

The hash of the data that was encrypted