Tagged Questions

6
votes
7answers
177 views

Is forcing complex passwords “more important” than salting?

I've spent the past 2 hours reading up on salting passwords, making sure that I understood the idea. I was hoping some of you could share your knowledge on my conclusions. Say th …
3
votes
2answers
116 views

Does a library exist to remove passwords from PDFs programmatically?

Does a library exist that will remove "owner" passwords from PDF documents so that the text can then be programmatically extracted from them? Something like PDF Technologies' Passw …
3
votes
2answers
51 views

“Please confirm which user you are changing the password for”

So I just made a change password form for my rails app. It's just like any other very typical password change form. So after a few times testing it out I started seeing a popup bo …
-1
votes
0answers
29 views

XP accounts - why does this happen?

Hi all, Quick question regarding my computer accounts. Recently revisted one of my old comps and forgot the admin password :) When I boot up I get screen showing John Doe account …
5
votes
3answers
71 views

Using HTTP POST for login forms

I regularly use a standard form to send login information through the HTTP POST method and then validate it using php to check if the details are correct. I use an md5 hash on the …
0
votes
4answers
113 views

Simple JAVA: Password Verifier problem

I have a simple problem that says: A password for xyz corporation is supposed to be 6 characters long and made up of a combination of letters and digits. Write a program fragment …
1
vote
1answer
37 views

How should I store a user’s LDAP password in a cookie?

So I have this black box authentication method, handed down to me from the accounts people, which basically amounts to ldap_bind($connection, $username, $password). But of course, …
2
votes
10answers
219 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 …
6
votes
11answers
267 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 …
46
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 …
1
vote
1answer
60 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
1answer
72 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 …
3
votes
10answers
251 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
3answers
57 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
50 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 …

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