Tagged Questions

1
vote
3answers
32 views

Encrypting 3rd party credentials

I have an application where I need to store 3rd party credentials to services like Amazon S3, FTP, SFTP, etc.. I know that it is possible to access some of those systems without passwords, but that …
0
votes
1answer
18 views

Rails storing host password for FTP model

I'm building a rails app that communicates with other servers via ftp. The user needs to input their host, username and password for their particular ftp server. I wouldn't want to store their …
8
votes
9answers
192 views

Should I support Unicode in passwords?

I would like to allow my users to use Unicode for their passwords. However I see a lot of sites don't support that (e.g. Gmail, Hotmail). So I'm wondering if there's some technical or usability …
0
votes
0answers
4 views

Format of IBM keyman’s password stash file.

Hi All, I need to write a script to stash a password to a file. The password should be stored in the same format as IBM's keyman utlity stores the stash password. Can this even be done?, if so, can …
1
vote
6answers
96 views

Password hashing at client browser

What's the best way to hash the user password at the client browser, before sending it to the web server, so that only the hash goes out, not the plain-text password? EDIT: assuming HTTP is used (not …
3
votes
2answers
59 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 box saying "Please …
-1
votes
0answers
31 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 - no one else, no …
3
votes
2answers
122 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' Password Recovery tool, …
6
votes
7answers
184 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 the salts on a system …
5
votes
3answers
80 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 passwords (and …
1
vote
1answer
43 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, I want my users to …
0
votes
4answers
128 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 to read in a string …
1
vote
1answer
90 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 formats only. …
2
votes
10answers
234 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 storing a checksum/MD5 …
1
vote
3answers
59 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 against an external …

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