top button
Flag Notify
    Connect to us
      Site Registration

Site Registration

How can I encrypt the username and password using PHP?

+2 votes
320 views
How can I encrypt the username and password using PHP?
posted May 19, 2014 by Rahul Mahajan

Share this question
Facebook Share Button Twitter Share Button LinkedIn Share Button

1 Answer

0 votes

There are various type of functions used for purpose of data Encryption and Decryption.
For Encryption:-
1.AES_ENCRYPT()
2. ENCODE()
3.DES_ENCRYPT()
4. ENCRYPT()

For Decryption:-
1.AES_DECRYPT()
2.DECODE()
3.DES_DECRYPT

answer May 20, 2014 by Mohit Sharma
...