Created
July 26, 2016 02:00
-
-
Save ahmedengu/047f60d01f0d41ae967cd14b3c652be8 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
SELECT MD5( 'security' ) | |
> e91e6348157868de9dd8b25c81aebfb9 | |
SELECT AES_ENCRYPT( 'secret', 'security' ) | |
> f98e8eee1c6099254dad1ae1f9a7d8ed | |
SELECT DES_ENCRYPT( 'secret', 'security' ) | |
> ff32603bf12affd3f1 | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment