Re: using an applet to verify a user's credentials
- From: "TideRider" <4me2know@xxxxxxxx>
- Date: Mon, 21 May 2007 01:33:22 GMT
<printdude1968@xxxxxxxxx> wrote in message news:1179534958.403058.266510@xxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
| On May 18, 7:50 pm, "TideRider" <4me2k...@xxxxxxxx> wrote:
| > Another issue with trying to use an applet for user authentication is that you
| > are providing, to a greater of lesser degree, account information for all your
| > valid accounts. This is especially a problem if it includes accounts with more
| > potent access rights.
| >
| > Even when your account matrix is on the server, you should take care to keep
| > it secured from attack. Transmitting it in any form to the Internet is just plain reckless.
| >
| > --
| > TideRider
|
| It's an intranet site, not accessible from the outside world. The
| only reason I am wanting to do this is to protect the administrative
| information. There are only a couple of people who should know how to
| do certain things. There are no passwords on the site, nor is there
| anything which is truly destructive, it's a purely informational/how-
| to site. But I would rather restrict access to certain pieces of
| information than to get paged at 3 AM because someone did something by
| accident. I had another thought last night... if I were to code a JSP
| which checks the entered username and password against a database
| table, I might be able to hide more information.
That is the approach I would take. If this is the only thing you need a database table for,
you may also consider an XML file, or even a static data structure, since it doesn't
sound like you need a dynamic list of users.
--
TideRider
.
- References:
- using an applet to verify a user's credentials
- From: J
- Re: using an applet to verify a user's credentials
- From: Daniel Dyer
- Re: using an applet to verify a user's credentials
- From: TideRider
- Re: using an applet to verify a user's credentials
- From: printdude1968@xxxxxxxxx
- using an applet to verify a user's credentials
- Prev by Date: Re: How to do something every 2 minutes and know which 2 minute interval I have.....solved
- Next by Date: Re: Newbie question:Thread and while loop???
- Previous by thread: Re: using an applet to verify a user's credentials
- Next by thread: deserilize question
- Index(es):
Relevant Pages
|