Function: decryptBuffer()
function decryptBuffer(args: { ciphertext: Buffer; key: Buffer }): Buffer;
Defined in: electron/services/cloud/crypto/cloudCrypto.ts:36
Decrypts a buffer previously encrypted by encryptBuffer.
function decryptBuffer(args: { ciphertext: Buffer; key: Buffer }): Buffer;
Defined in: electron/services/cloud/crypto/cloudCrypto.ts:36
Decrypts a buffer previously encrypted by encryptBuffer.