Re: encrypting urls

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



serialize/unserialize accompanied by some compression/decompression
should do the trick. Your output probably won't be any smaller with
compresson overhead, but it would be non-obvious. It is also extremely
easy to circumvent.

On 8/2/05, Sebastian <sebastian@xxxxxxxxxxxxxxxxxxx> wrote:
> i need to mask (hide) some vars in a url so they arent visible to the
> user. example, i want a url like this:
> 
> page?id=3&something=12&more=12
> 
> to turn into:
> 
> page?id=3;LyFU;MLFxvy
> 
> so from "LyFU" i can access $something and from "MLFxvy" $more
> any ideas how i can do this?
> 
> doesn't have to be 100% secure, just a simple way hide it from the user.
> 
> 
> --
> No virus found in this outgoing message.
> Checked by AVG Anti-Virus.
> Version: 7.0.338 / Virus Database: 267.9.7/60 - Release Date: 7/28/2005
> 
> --
> PHP General Mailing List (http://www.php.net/)
> To unsubscribe, visit: http://www.php.net/unsub.php
> 
>

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php



[Index of Archives]     [PHP Home]     [Apache Users]     [PHP on Windows]     [Kernel Newbies]     [PHP Install]     [PHP Classes]     [Pear]     [Postgresql]     [Postgresql PHP]     [PHP on Windows]     [PHP Database Programming]     [PHP SOAP]

  Powered by Linux