Skip to main content

Function: verifyKeyCheckBase64()

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

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

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

Parameters

args

key

Buffer

keyCheckBase64

string

Returns

boolean