Removed: DES_ENCRYPT() - DES Data Encryption

Q

How to encrypt data with the DES (Data Encryption Standard) algorithm using the DES_ENCRYPT() function?

✍: FYIcenter.com

A

DES_ENCRYPT(clear, key) is a MySQL built-in function that encrypts data with the DES (Data Encryption Standard) algorithm.

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

  Introduced MySQL 4.0.
  Removed in MySQL 8.0.

Related MySQL functions:

 

Removed: ENCRYPT() - Unix crypt() Hash Algorithm

Removed: DES_DECRYPT() - DES Data Decryption

Removed MySQL Functions

⇑⇑ MySQL Function References

2023-12-19, 202🔥, 0💬