Encrypts a string column with AES and no random padding, so that the same input data and encryption key always produces the same encrypted string. The provided key is stored in plain text and is stretched using MD5 hashing to get a 128-bit key.
Please be aware that these techniques do not adhere to state-of-the-art cryptography practices, but can be used to obfuscate data.
- Type: TableInput DataTable with string column to be encrypted.