Creating encrypted database for work
Posted
by
Baldur
on Super User
See other posts from Super User
or by Baldur
Published on 2011-02-10T13:20:41Z
Indexed on
2011/02/10
15:27 UTC
Read the original article
Hit count: 216
My boss posed this problem to me:
- Encrypted: We need an encrypted database for miscellanious passwords we use at work that are currently only in people's head.
- Easily accessable: Someone needs to be able to quickly access specific passwords, possibly at hectic moments. This requires any sort of public key management (keeping it on a USB key in a sealed envelope?) to be relatively easy.
- Access control: The system should have groups of passwords where only specific people have access to specific groups.
- Recoverability: We need to make sure passwords from one group aren't lost even if the only users with direct access quit or pass away—hence we need some way where (for example) any two members of senior management may override the system (see the treshold link below) and retrieve all the passwords with their key.
The first thing that jumped into my mind was some form of threshold and asymmetric cryptography but I don't want to reinvent the wheel, are there any solutions for this?
Any software should preferrably be free and open-source.
© Super User or respective owner