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 ...