encrypted login page

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
lipun4u
Forum Commoner
Posts: 82
Joined: Wed Jul 01, 2009 3:35 am
Location: Mumbai
Contact:

encrypted login page

Post by lipun4u »

Can anyone give me a link to a tutorial which describes about encrypted login page ???
mybikeisgreen
Forum Newbie
Posts: 22
Joined: Thu Oct 01, 2009 6:22 pm

Re: encrypted login page

Post by mybikeisgreen »

What you need is an SSL certificate. http://www.instantssl.com/
lipun4u
Forum Commoner
Posts: 82
Joined: Wed Jul 01, 2009 3:35 am
Location: Mumbai
Contact:

Re: encrypted login page

Post by lipun4u »

no..I want all the information passed from the login page be encrypted ...
mybikeisgreen
Forum Newbie
Posts: 22
Joined: Thu Oct 01, 2009 6:22 pm

Re: encrypted login page

Post by mybikeisgreen »

What do you mean. There is no other alternative to SSL for web based encryption.
lipun4u
Forum Commoner
Posts: 82
Joined: Wed Jul 01, 2009 3:35 am
Location: Mumbai
Contact:

Re: encrypted login page

Post by lipun4u »

I think this link serves the purpose... http://kodeyard.blogspot.com/2009/10/ ... ive-1.html
User avatar
pickle
Briney Mod
Posts: 6445
Joined: Mon Jan 19, 2004 6:11 pm
Location: 53.01N x 112.48W
Contact:

Re: encrypted login page

Post by pickle »

I really don't think so:
lipun4u wrote:I want all the information passed from the login page be encrypted
That website wrote:No website in this world uses this technique as the login information is not encrypted.
Real programmers don't comment their code. If it was hard to write, it should be hard to understand.
lipun4u
Forum Commoner
Posts: 82
Joined: Wed Jul 01, 2009 3:35 am
Location: Mumbai
Contact:

Re: encrypted login page

Post by lipun4u »

yes yes...I was talking about the login procedures...

that's true this blog does not explain about encryption...
User avatar
jackpf
DevNet Resident
Posts: 2119
Joined: Sun Feb 15, 2009 7:22 pm
Location: Ipswich, UK

Re: encrypted login page

Post by jackpf »

Your question is not clear.

But here's something to read: http://uk.php.net/mcrypt
Post Reply