Simple URL encoding technique?
- From: David Segall <david@xxxxxxxxxxxxxxx>
- Date: Sun, 12 Nov 2006 15:14:54 GMT
My JSP application asks users to visit a web site with a URL of the
form <www.example.com?column=100&row=200>. This makes it far too easy
for an intruder to derive a different column and row that may yield a
real location to which they should not have access. Is there an
existing method that can "obfuscate" (and de-obfuscate) the column and
row number. It is easy to concatenate the row and column numbers if
that is a desirable first step. I don't need a high level of security
because the there is nothing of real value at the destination; I just
want to foil a casual vandal.
.
- Follow-Ups:
- Re: Simple URL encoding technique?
- From: Daniel Pitts
- Re: Simple URL encoding technique?
- From: Juha Laiho
- Re: Simple URL encoding technique?
- From: Manish Pandit
- Re: Simple URL encoding technique?
- From: Arne Vajhøj
- Re: Simple URL encoding technique?
- Prev by Date: Re: CommPort integration
- Next by Date: Re: servlet reference and thread safe
- Previous by thread: Thread-end monitoring
- Next by thread: Re: Simple URL encoding technique?
- Index(es):
Relevant Pages
|