Closed mimopotato closed 4 months ago
Encryption using AES should be implemented. Using a mutated encryption key, loaded from string or variable, a data field should be return with encrypted string.
key: _encryptAES: data: string encryptionKey: string
Encryption using AES should be implemented. Using a mutated encryption key, loaded from string or variable, a data field should be return with encrypted string.