⚙️ Backend (Electron)servicescloudcryptoelectron/services/cloud/crypto/cloudCryptofunctionsFunction: decryptBuffer()On this pageFunction: decryptBuffer() decryptBuffer(args: { ciphertext: Buffer; key: Buffer; }): Buffer Defined in: electron/services/cloud/crypto/cloudCrypto.ts:124 Decrypts a buffer previously encrypted by encryptBuffer. Parameters args ciphertext Buffer key Buffer Returns Buffer