Tagged Questions
8
votes
3answers
86 views
For emergencies: share part of pass with 4 people, decryptable with 2 persons
Let's say I have a password:
AAABBBCCCDDD
I could easily give person A the first part (AAA), person B the second part and so on.
But is there an option any two of the four people can decrypt/form ...
3
votes
4answers
388 views
Encryption of passwords on disk for open source desktop applications
Is it possible to store passwords on the local system (Windows XP) that can only be accessed by the application itself?
My instinctive answer would be "no". Even if some kind of hashing or encyption ...
1
vote
2answers
65 views
in wordpress i want to send the user his password by mail?
i have a workflow in which a user when gets approved by system. Gets his login credentials as username and password. I want to send the user when he is approved his username and password in a mail. I ...
1
vote
5answers
74 views
Do banks store passwords as plain text? [closed]
I've seen some websites, particularly banking sites, that ask you to enter this (for example). Sometimes they ask for this to prove my identity over the phone.
The 2nd character of your password
The ...
1
vote
2answers
117 views
Is hash(site || password || salt) actually a bad idea? [closed]
Suppose I were designing a web service with modest security requirements. For the most part, the threat model would be more about bored college students and less about anything you'd ever find in a ...
1
vote
2answers
188 views
How to store a user's password to another web application
I'm building a web application that shows users interesting visualizations of their Gmail activity (who they're emailing the most, etc). Obviously the user needs to give me his Gmail password to use ...
0
votes
2answers
107 views
Saving login password
I'm writing a desktop app that retrieves e-mails from an IMAP server. For convenience, the user is given the option to save his username and password for the login screen, so he doesn't have to enter ...