• Performs in memory AES-192 decryption on a buffer given the supplied password and initialization vector Returns the decrypted buffer.

    Parameters

    • password: string
    • cipher: Buffer
    • iv: Buffer

    Returns Promise<Buffer>