Encrypt URL-Address

Discussions of secure PHP coding. Security in software is important, so don't be afraid to ask. And when answering: be anal. Nitpick. No security vulnerability is too small.

Moderator: General Moderators

Post Reply
neomotive
Forum Newbie
Posts: 2
Joined: Fri Jan 08, 2010 2:44 am

Encrypt URL-Address

Post by neomotive »

I have such problem: in my site for clients will be returned (after he will pay) result page in which he should input personal information. It is page my product and the client should not see its URL-address. What functions i can apply and how to do so that the URL-address will be not visible (or will be encrypted).
pbs
Forum Contributor
Posts: 230
Joined: Fri Nov 07, 2008 5:31 am
Location: Nashik, India
Contact:

Re: Encrypt URL-Address

Post by pbs »

You can use base64_encode() and base64_decode() functions to encrypt the URL.
User avatar
kaisellgren
DevNet Resident
Posts: 1675
Joined: Sat Jan 07, 2006 5:52 am
Location: Lahti, Finland.

Re: Encrypt URL-Address

Post by kaisellgren »

Why your client shouldn't see the URL?
Post Reply