ENCODE

Stai visualizzando una vecchia versione di questo article. Visualizza la versione più recente.

Sintassi

 
ENCODE(str, str_pass)

Spiegazione

Cripta str usando str_pass come password. Per decriptare il risultato si può usare DECODE().

The result is a binary string of the same length as str.

The strength of the encryption is based on how good the random generator is. It should suffice for short strings.

Commenti

Sto caricando i commenti......
Content reproduced on this site is the property of its respective owners, and this content is not reviewed in advance by MariaDB. The views, information and opinions expressed by this content do not necessarily represent those of MariaDB or any other party.