What do you use for storing sensitive client details?

3 points by quadrant6 ↗ HN
If you're a web development company or similar and have a good number of clients, you probably have a good number of sensitive details you keep on file (logins for ftp, ssh, domain, email, analytics etc)

My question is what do people use to store these securely while making them accessible to a development team?

1 comment

[ 5.3 ms ] story [ 10.0 ms ] thread
In my CRM it has notes. The notes are crypted in the browser with the scjs.js (Stanford JavaScript crypto lib) before being saved. I have to enter a pass phrase to open each note.