0
votes
2answers
33 views
asp.net membership users with passwords and those without
I am trying to find a way to handle two types of users for an intranet system. There are users who login and there are those who do not. I need to store both types of users in the membership db. Does …
0
votes
1answer
13 views
Multi User Password Manager Security Strategy
I am looking for web based, multi user password management software. I am also considering creating my own.
The basic question that comes up is, what strategy will I use for secure storage and …
3
votes
4answers
80 views
How do I change my password in multiple Oracle databases?
Is there a tool that allows me to change my password in multiple Oracle databases?
It expires every month and I would like to change them all simultaneously.
2
votes
3answers
74 views
Which hash function is currently a good choice for passwords?
Hi,
Some hash functions are today not as safe as they were some years ago. Which hash function would currently be a good choice for hashing passwords?
Thanks in advance.
0
votes
1answer
35 views
How do I reset password retry count for a user in the gpu using C#
Hi,
I'm using this piece of code :
// create a "principal context" - e.g. your domain (could be machine, too)
PrincipalContext pc = new PrincipalContext(ContextType.Domain, "YOURDOMAIN");
// …
7
votes
7answers
198 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 …
9
votes
8answers
209 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 …
1
vote
1answer
47 views
reusable “save credentials” dialog (like IE’s or Vista’s) in .NET or Win32
Lately I've been working in an office with a wireless network which uses an annoying authentication scheme: every few hours, you need to open up a browser and type a username/password into an …
0
votes
1answer
44 views
Has anyone used Buzz Andersen’s Simple iPhone Keychain code?
You can find it here.
I'm trying to understand his sample code in order to write a simple program with that stores passwords into the keychain and retrieves them for login. Has anyone done this …
0
votes
7answers
109 views
How to generate random password with PHP?
Or is there a software to auto generate random passwords?
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 passwords doesn't even
…
1
vote
3answers
50 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
33 views
What’s easier to encrypt on iPhone: Core Data or Property Lists?
What type of persistent data storage would be easier to encrypt on the iPhone- core data, or property lists? By "easier" I mean require less time and complicated steps to implement.
0
votes
1answer
24 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 …
3
votes
2answers
130 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, …
