Skip to content

Instantly share code, notes, and snippets.

@ahmedengu
Created July 26, 2016 02:00
Show Gist options
  • Save ahmedengu/047f60d01f0d41ae967cd14b3c652be8 to your computer and use it in GitHub Desktop.
Save ahmedengu/047f60d01f0d41ae967cd14b3c652be8 to your computer and use it in GitHub Desktop.
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