crypt.decrypt
Decrypts provided data using AES encryption. Returns the decrypted data.
crypt.decrypt(data: string, key: string, iv: string, mode: string): stringDecrypts provided data using AES encryption. Returns the decrypted data.
crypt.decrypt(data: string, key: string, iv: string, mode: string): string