Re: Web application security

Tech-Archive recommends: Repair Windows Errors & Optimize Windows Performance

From: gdp (gp014i0613_at_blueyonder.co.uk)
Date: 05/27/04


Date: Thu, 27 May 2004 18:53:19 +0100

thanks for the advice...appreciated

"gdp" <gp014i0613@blueyonder.co.uk> wrote in message
news:FOZsc.14132$UM1.14042@pathologist.blueyonder.net...
> Hi...
>
> I have to allow access for administrators to sections of my website which
> contain sensitive data. Ther is a link on the homepage called "Admin
> Login". They are asked for a PIN number which is a randon four letter
four
> number combo and if they get that correct then have to enter their
personal
> username and password.
>
> The text field inputs are cleaned before being used to make up dynamic SQL
> by replacing all apostrophes with the below function
>
> function clean(clean_this)
> clean=trim(replace(clean_this,"'","''"))
> end function
>
>
> Is this all safe....I am slightly uneasy about having the login on the
> website and it could be hidden in a special link only given to admins -
but
> this is the same mechanism that ebay and amazon etc rely on to let people
> log in....
>
> Could somebody please advise me of any dangers of this approach
>
> thanks
>
> gdp
>
>



Relevant Pages

  • Web application security
    ... I have to allow access for administrators to sections of my website which ... Ther is a link on the homepage called "Admin ... Is this all safe....I am slightly uneasy about having the login on the ...
    (microsoft.public.inetserver.asp.general)
  • Thoughts about using Session variables for login security?
    ... I am creating a simple website with a login page and some "admin only" ... In my login page's submit button I just say if the "password is correct" ... I know I could use Membership stuff, but I'm just doing a simple, quick ...
    (microsoft.public.dotnet.framework.aspnet)
  • Form authentication & multiple login pages
    ... I developed an ASP.NET website. ... The admin pages are in a virtual directory naming Admin. ... Now I want to make 2 login pages for 2 above parts. ...
    (microsoft.public.dotnet.faqs)
  • Form authentication & multiple login pages
    ... I developed an ASP.NET website. ... The admin pages are in a virtual directory naming Admin. ... Now I want to make 2 login pages for 2 above parts. ...
    (microsoft.public.dotnet.faqs)
  • Re: getting me ducks in a row - concepts
    ... Don't create local login accounts for users, ... >> admin types know the local administrator credentials on all PCs. ... You don't load QB on the server - the registry keys or files/folders would ...
    (microsoft.public.windows.server.sbs)