Ask HN: what do you use for shared PW storage?
What does your team/startup use for secure+encrypted, shared secret info (like PW) storage? I'm looking for something that is role based or has the ability to explicitly give user X access to asset Y. Example I have a pingdom.com l/p that I 3 of my co-workers to be able to use.
I don't mind hosting the tool. I've found https://www.passpack.com/online/ but am hesitant to trust someone else with my sensitive data.
7 comments
[ 3.3 ms ] story [ 27.1 ms ] threadTeamPass: A PHP app. Hosted or downloadable. http://www.teampass.net/
WebPasswordSafe: A Java web app. Uses Password Safe databases. https://code.google.com/p/webpasswordsafe/
corporatevault: A Grails web app. http://sourceforge.net/projects/corporatevault/
Clipperz: A JavaScript web app. Hosted or downloadable. Sharing support coming soon. http://www.clipperz.com/support/user_guide/sharing
http://ask.slashdot.org/story/12/05/12/0033242/ask-slashdot-...
Curious is there anything you don't you like about passpack?