This is a mirror of official site: http://jasper-net.blogspot.com/

Working With the Encryption Password Function in MySQL

| Monday, January 30, 2012
In MySQL server we have to explain the password function() and how it will recover a password in its string form. The password function is mainly used for authentication. The password function encrypts the string into a binary form. Recover a password in text form and set the old password and select it in the text form. The password function returns it in string form and restores a password in plain text. Password also stores as a record on server.

In the following figures we have a database table "employees" and use it with some query with showing result such as follows.

mysql-> select * from myworld;

img%201.gif

Read more: C# Corner
QR: http://chart.googleapis.com/chart?chs=80x80&cht=qr&choe=UTF-8&chl=http://www.c-sharpcorner.com/UploadFile/65fc13/working-with-password-encryption-function-in-mysql/

Posted via email from Jasper-net

0 comments: