DES_DECRYPT(crypt_str[,key_str]) (Decrypts a string encrypted with DES_ENCRYPT().) : DES_DECRYPT : Encryption Compression Functions MySQL TUTORIALS


MySQL TUTORIALS » Encryption Compression Functions » DES_DECRYPT »

 

DES_DECRYPT(crypt_str[,key_str]) (Decrypts a string encrypted with DES_ENCRYPT().)


mysql>
mysql> select DES_DECRYPT(DES_ENCRYPT('credit_card_number'));
+------------------------------------------------+
| DES_DECRYPT(DES_ENCRYPT('credit_card_number')) |
+------------------------------------------------+
| credit_card_number                             |
+------------------------------------------------+
row in set (0.00 sec)

mysql>



Leave a Comment / Note


 
Verification is used to prevent unwanted posts (spam). .

Follow Navioo On Twitter

MySQL TUTORIALS

 Navioo Encryption Compression Functions
» DES_DECRYPT