This is a discussion on How can we encrypt the username and password using PHP? within the PHP Programming forums, part of the Web Development category; Hi, Any one Explain encrypt the Username and Password in PHP....
| |||||||
| Register | FAQ | Members List | Calendar | Mark Forums Read |
| |||
| You can use the MySQL PASSWORD() function to encrypt username and password. For example, INSERT into user (password, ...) VALUES (PASSWORD($password”)), ...);
__________________ R.Sundar Raja |
| |||
| Quote:
In PHP we can use base64_encode($user) to encode.
__________________ With, J. Jeyaseelan Everything Possible |
![]() |
| Thread Tools | |
| Display Modes | |
| |
Similar Threads | ||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Username and Password verification in SQL stored procedure. | oxygen | Database Support | 1 | 12-23-2007 08:43 PM |
| If any possible for Html page encrypt | sathian | HTML, CSS and Javascript Coding Techniques | 1 | 12-03-2007 07:52 PM |
| Username,Password verfication in SQL Server 2005 itself using stored procedure | oxygen | Database Support | 0 | 07-19-2007 11:21 PM |
| How to encrypt app.config file in .net.? | bluesky | C# Programming | 0 | 07-17-2007 09:59 PM |
| Code to encrypt the Password or any string | hanusoftware | ASP and ASP.NET Programming | 0 | 07-05-2007 01:58 AM |