Collections:
Removed: DES_ENCRYPT() - DES Data Encryption
How to encrypt data with the DES (Data Encryption Standard) algorithm using the DES_ENCRYPT() function?
✍: FYIcenter.com
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
2024-10-14, 887🔥, 0💬
Popular Posts:
How To Start Instance with a Minimal Initialization Parameter File in Oracle? The sample initializat...
How To Convert Characters to Numbers in Oracle? You can convert characters to numbers by using the T...
How To Calculate DATETIME Value Differences Using the DATEDIFF() Function in SQL Server Transact-SQL...
Where to find SQL Server Transact-SQL language references? You can find SQL Server Transact-SQL lang...
How To Change the Name of a Database User in SQL Server? If you want to change the name of an existi...