Password Safe Source

1---
2title: 'Password Safe'
3date: '2008-07-08'
4published_at: '2008-07-08T12:48:00.003+10:00'
5tags: ['crypto', 'open source', 'passwords', 'security']
6author: 'Gavin Jackson'
7excerpt: 'I hate managing passwords - so I''ve started using a program called "password safe" to manage my passwords electronically. It essentially encrypts all of your passwords into a single database file (usi...'
8updated_at: '2008-07-08T12:54:50.765+10:00'
9legacy_url: 'http://www.gavinj.net/2008/07/password-safe.html'
10---
11
12I hate managing passwords - so I've started using a program called "password safe" to manage my passwords electronically. It essentially encrypts all of your passwords into a single database file (using the twofish encryption algorithm). Note that all of these implementations are compatible with the same password safe database file (which you can store on your usb key for example). Just pick a really strong passphrase to protect your database! Original implementation (written by Bruce Schnier):
13
14[http://www.schneier.com/passsafe.html](http://www.schneier.com/passsafe.html)
15
16Sourceforge project (windows implementation):
17
18[http://passwordsafe.sourceforge.net/](http://passwordsafe.sourceforge.net/)
19
20Password Gorilla (OSX/cross platform implementation):
21
22[http://www.fpx.de/fp/Software/Gorilla/](http://www.fpx.de/fp/Software/Gorilla/)
23
24Java implementation (another cross platform implementation - not tested):
25
26[http://www.bytecode.com.au/passwordsafeswt/](http://www.bytecode.com.au/passwordsafeswt/)
27
28
29