AES_ENCRYPT
Encrypts text using
AES
algorithm
SELECT 
    '12000' AS original_string,
    AES_ENCRYPT('12000', 'some secret key') AS encrypted_string
by Valeri Tandilashvili
4 years ago
MySQL
Encryption functions
1
Pro tip: use ```triple backticks around text``` to write in code fences