©SQL :: Manager
HomeProgram InformationTechnical detailsFree downloadDonate for a cup of coffee
myway SQL Manager for MySQL and MariaDB, Download on Uptodown
Encryption, Compression and Hashing in MySQL, MariaDB

MySQL and MariaDB - Overview of the Encryption, Compression and Hashing Functions

MySQL and MariaDB provides a set of encryption and compression functions that can be used to encrypt or compress data in SQL queries, and various hashing functions, which are primarily used to securely store passwords or generate hash values ​​for data. Encryption and compression functions can be useful for securing sensitive data and reducing storage requirements for large data sets. However, it is important to use them properly and to ensure that the encrypted or compressed data can be securely transmitted and stored.
Verschlüsselung & Komprimierung

AES_DECRYPTAES_DECRYPT(String, Key)
Mit AES entschlüsseln.
More about AES_DECRYPT Function
AES_ENCRYPTAES_ENCRYPT(String, Key)
Mit AES verschlüsseln.
More about AES_ENCRYPT Function
COMPRESSCOMPRESS(String)
Gibt Ergebnis als Binärstring zurück.
More about COMPRESS Function
DECODEDECODE(Binary string, Password)
Entschlüsselt einen mit ENCODE verschlüsselten String.
More about DECODE Function
DES_DECRYPTDES_DECRYPT(Binary string [, Key])
Entschlüsselt eine Zeichenfolge.
More about DES_DECRYPT Function
DES_ENCRYPTDES_ENCRYPT(String [, Key])
Verschlüsselt eine Zeichenfolge.
More about DES_ENCRYPT Function
ENCODEENCODE(String, Password)
Codieret eine Zeichenfolge.
More about ENCODE Function
ENCRYPTENCRYPT(String [, Salt])
Verschlüsselt eine Zeichenfolge.
More about ENCRYPT Function
FROM_BASE64FROM_BASE64(String)
Base64-codierte Zeichenfolge decodieren und Ergebnis zurückgeben.
More about FROM_BASE64 Function
MD5MD5(String)
Berechnet die MD5-Prüfsumme.
More about MD5 Function
OLD_PASSWORDOLD_PASSWORD(String)
Gibt den Wert der alten (vor MySQL 4.1) Implementierung von PASSWORD()-Funktion als String zurück.
More about OLD_PASSWORD Function
PASSWORDPASSWORD(String)
Gibt eine berechente Kennwortzeichenfolge zurück.
More about PASSWORD Function
RANDOM_BYTESRANDOM_BYTES(Length)
Gibt einen zufälligen Byte-Vektor zurück.
More about RANDOM_BYTES Function
SHASHA(String)
Berechnet eine SHA-1 160-Bit-Prüfsumme aus einer Zeichenkette.
More about SHA Function

Synonyms:SHA1
SHA1SHA1(String)
Berechnet eine SHA-1 160-Bit-Prüfsumme aus einer Zeichenkette.
More about SHA1 Function

Synonyms:SHA
SHA2SHA2(String, Length)
Berechnet eine SHA-2-Prüfsumme aus einer Zeichenkette.
More about SHA2 Function
TO_BASE64TO_BASE64(String)
Gibt das in einen Base-64-String umgewandelte Argument zurück.
More about TO_BASE64 Function
UNCOMPRESSUNCOMPRESS(Binary string)
Dekomprimiert eine komprimierte binäre Zeichenfolge.
More about UNCOMPRESS Function


See also: List of all MySQL and MariaDB built-in functions
Updated: 2023-09-22ImprintContactTerms & conditionsPrivacy & CookiesUpdatesSitemapFacebookLinkedinTwitterStatistics©2020-2024 Heino Cunze-Fischer