Tagged Questions

15
votes
10answers
840 views

Preventing Brute Force Logins on Websites

As a response to the recent Twitter hijackings and Jeff's post on Dictionary Attacks, what is the best way to secure your website against brute force login attacks? Jeff's post suggests putting in an …
10
votes
5answers
459 views

To use OpenID or not to use!?

Hello there, I'm new to this site but I've read the rules and also searched the questions section but not found any related question answered well. anyway, the question: what's the Pros. & Cons. …
9
votes
10answers
348 views

What are the pros and cons of using an email as a username?

You know most login forms use user & pass. And some go the email & pass. What are the pros and cons of them? Here is what I have thought of. PROS of email one less thing to remember (as …
9
votes
5answers
477 views

Please Critique my PHP authentication efforts

After posting this a while back, I decided to create my own Registration / Authentication capability in PHP. I'd love anyone to point out the flaws / opportunities for improvement, particularly …
9
votes
10answers
1k views

How do you get the logged in Windows domain account from an ASP.NET application?

We have an ASP.NET application that manages it's own User, Roles and Permission database and we have recently added a field to the User table to hold the Windows domain account. I would like to …
8
votes
11answers
1k views

Best practices for login pages?

I am working on a single sign-on login page using Shibboleth that will be used for a variety of web applications. Obviously we would like to make this page as secure and usable as possible while …
7
votes
6answers
220 views

‘Phone’ style password entry with javascript

I am looking to improve the accessibility of a site for very young children. As their keyboard skills are quite poor, we get alot of complaints that entering passwords without being able to see the …
7
votes
3answers
2k views

HTTP POST Returns The Error: 417 “Expectation Failed.” (C#) (RESOLVED)

Hi. I'm trying to login to a website using HTTP POST method. I've inspected and altered the POST data while logging in to the website and I came to the conclusion that only the two "username" and …
7
votes
2answers
951 views

How should I implement user membership in my ASP.NET MVC site?

I'm creating an ASP.NET MVC site and I need to implement login and membership functionality. Is this something where I roll my own? I already have a members table in my database, should I create a …
7
votes
7answers
664 views

How to throttle login attemps in Java webapp?

I want to implement an efficient mechanism to throttle login attemps in my Java web application, to prevent brute-force attacks on user accounts. Jeff explained the why, but not the how. Simon …
7
votes
6answers
589 views

Inhouse registration vs. OpenID vs. Google Friend Connect vs. Facebook Connect vs. (etc)

I'm trying to decide how to allow users to register for my website... there's openID, clickpass, facebook connect, google friend connect, etc, or the good old fashioned in-house "enter a username, …
6
votes
7answers
195 views

Are there any viable alternatives to “classic” cookie authentication?

Is there any way (apart from HTTP authentication, which I gather is inherently insecure over the Internet?) for a "real life" website to handle logins and authentication rather than the traditional …
6
votes
4answers
706 views

Can we hack a site that just stores the username as a session variable?

I've developed my website that checks if the user is registered and creates a session variable with the username. It's all that is stored as a session variable. If I want to protect my pages (so that …
6
votes
8answers
910 views

Logging In: Background Details

What happens when you log into a website? I know cookies are stored and some info (what info?) gets sent to the server...but maybe some more detail?
5
votes
3answers
94 views

google and yahoo login like stackoverflow? [closed]

Dear all, I'm researching about Single Sign On (SSO), using google,yahoo and openID account to login in my site. Some professional can tell me which is method to implement it. API OR LIBRARY to work …

1 2 3 4 5 31 next
15 30 50 per page