Skip to main content

Function: verifyKeyCheckBase64()

function verifyKeyCheckBase64(args: {
key: Buffer;
keyCheckBase64: string;
}): boolean;

Defined in: electron/services/cloud/crypto/cloudCrypto.ts:179

Returns true when the provided base64 key-check blob decrypts to the expected sentinel plaintext.

Parameters

args

key

Buffer

keyCheckBase64

string

Returns

boolean