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.<p>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.
My team uses Passpack, but I found a few self-hosted solutions previously. I didn't test them, though.<p>TeamPass: A PHP app. Hosted or downloadable.
<a href="http://www.teampass.net/" rel="nofollow">http://www.teampass.net/</a><p>WebPasswordSafe: A Java web app. Uses Password Safe databases.
<a href="https://code.google.com/p/webpasswordsafe/" rel="nofollow">https://code.google.com/p/webpasswordsafe/</a><p>corporatevault: A Grails web app.
<a href="http://sourceforge.net/projects/corporatevault/" rel="nofollow">http://sourceforge.net/projects/corporatevault/</a><p>Clipperz: A JavaScript web app. Hosted or downloadable. Sharing support coming soon.
<a href="http://www.clipperz.com/support/user_guide/sharing" rel="nofollow">http://www.clipperz.com/support/user_guide/sharing</a>