Crypt

crypt.decrypt

Decrypts provided data using AES encryption. Returns the decrypted data.

Syntax

crypt.decrypt(data: string, key: string, iv: string, mode: string): string