IonizeDocsionize.cc ↗

Crypt Library

crypt.decrypt

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

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