Removed: DES_DECRYPT() - DES Data Decryption

Q

How to decrypt data with the DES (Data Encryption Standard) algorithm using the DES_DECRYPT() function?

✍: FYIcenter.com

A

DES_DECRYPT(cipher, key) is a MySQL built-in function that decrypts data with the DES (Data Encryption Standard) algorithm.

Note that DES_DECRYPT() is no longer supported. It was:

  Introduced MySQL 4.0.
  Removed in MySQL 8.0.

Related MySQL functions:

 

Removed: DES_ENCRYPT() - DES Data Encryption

Removed: DECODE() - Decoding Data with Password

Removed MySQL Functions

⇑⇑ MySQL Function References

2023-12-19, 273🔥, 0💬