Tagged Questions

2
votes
9answers
186 views

What is the best way to determine duplicate credit card numbers without storing them?

I run a website where we mark certain accounts as scammers, and "flag" their account and all credit cards used as being bad. We don't store actual credit card values, but are stor …
1
vote
1answer
32 views

How to encrypt passwords for JConsole’s password file

I am using the JConsole to access my application MBeans and i use the the password.properties file. But as per the Sun's specification this file contains passwords in clear text fo …
1
vote
3answers
54 views

Storing passwords for authentication against another system

This is not the usual question "Is it safe to store plain-text users' passwords?". No, it's not safe, we all know that. I'm writing a little application that should authenticate a …
1
vote
1answer
61 views

Password Recovery tool in C# not working

Hi (I'm pretty new to this), I have created a portal where the user logs in and within that, they can view other programs I've made. The problem is the password recovery does not …
6
votes
11answers
254 views

Storing encrypted passwords

My coworker and I are having a fist-fight civilized discussion over password security. Please help us resolve our differences. One of us takes the viewpoint that: Storing passwo …
3
votes
10answers
241 views

Should I allow a 2-char password?

This may sound like a frivolous question, but those in the security field will get it. Should I let the user enter any number of characters as long as it's greater than 0 chars. My …
1
vote
1answer
33 views

Weird input text and input password erasing default input password

I have a simple text and password input with default username and password filled out. If I put focus on the text input and then remove the focus, it erases my password input for s …
45
votes
41answers
2k views

Should We Mask Passwords?

From Jacob Nielson's "Stop Password Masking": Usability suffers when users type in passwords and the only feedback they get is a row of bullets. Typically, masking pass …
2
votes
5answers
132 views

Is the password weak under dictionary attack

Thanks for looking. All sincerely helpful answers are voted up. I use a password strength meter to let the user know how strong the password they've chosen is. But this password …
2
votes
5answers
250 views

Help me make my password storage safe

How much more safer is this than just md5? I've just started look into password security. Im pretty new with php. $salt = 'csdnfgksdgojnmfnb'; $password = md5($salt.$_POST['passw …
1
vote
0answers
38 views

IE not offering to save password of ASP.NET form

Sometimes Microsoft does something so stunningly dumb that it makes my head hurt. Help me find out it's really not the case ... please! I've got an issue with the login page of an …
2
votes
3answers
157 views

How to send password securely over HTTP?

If on a login screen user submits a form with his username and password, the password is sent in plain text (even with POST, correct me if I am wrong). So the question is what is …
1
vote
0answers
20 views

how to maitain the authentication details/passwords in a 50 people company [closed]

What is the process that you guys follow for maintaining authentication details like login ids and passwords? There will be definitely some shared passwords. So, the target is to m …
1
vote
2answers
33 views

PHP Comand line script to create user passwd

hey all, I'm very new to linux and php so forgive me if this is a dumb question. I need to create a php command line script that will add a user to the system, to be used by the f …
3
votes
4answers
115 views

PHP Registration: Auto-generate password or let user choose it

During registration, I'm debating how I should set user password: Let the user choose it. If i do this, I have to enforce some standards (length, weakness, may involve regexes, e …

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