Re: [PHP] encrypting urls

2005-08-02 Thread Rory Browne
On 8/2/05, Torgny Bjers <[EMAIL PROTECTED]> wrote: > Another idea would be to Base64 encode/decode the parameters. I'm not sure why you sent this to me(and me only). It's not me, but rather the OP who wants to "encrypt" the url. > > Rory Browne wrote: > > >serialize/unserialize accompanied by s

Re: [PHP] encrypting urls

2005-08-02 Thread Rory Browne
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 <[EMAIL PROTECTED]> wrote: > i need to mask (hide)