crypt.encrypt
Encrypts provided data using AES encryption. Returns both the encrypted data and the initialization vector (iv).
crypt.encrypt(data: string, key: string, iv: string?, mode: string?): (string, string)Encrypts provided data using AES encryption. Returns both the encrypted data and the initialization vector (iv).
crypt.encrypt(data: string, key: string, iv: string?, mode: string?): (string, string)