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, 1565🔥, 0💬
Popular Posts:
Where to find answers to frequently asked questions on CREATE, ALTER and DROP Statements in MySQL? H...
How To Get the Definition of a User Defined Function Back in SQL Server Transact-SQL? If you want ge...
How To Download Oracle Database 10g XE in Oracle? If you want to download a copy of Oracle Database ...
Collections: Interview Questions MySQL Tutorials MySQL Functions Oracle Tutorials SQL Server Tutoria...
How To Convert Numeric Expression Data Types using the CAST() Function in SQL Server Transact-SQL? I...