Server #1 |
Server #2 |
Server #3 |
GitHub |
SourceForge |
PasswordSafe was originally designed by Bruce Schneier and released as a free utility application. Since then, it has evolved considerably. The following table has links to pages detailing the release history of PasswordSafe since the project was made open source. This can be useful for seeing what features were added and what bugs were fixed since a given release.
Year | Releases |
2023 | 3.62-3.64.1 |
2022 | 3.59-3.61 |
2021 | 3.55-3.58 |
2020 | 3.52-3.54.1 |
2019 | 3.49-3.51 |
2018 | 3.45-3.48 |
2017 | 3.42-3.44 |
2016 | 3.38.1-3.41 |
2015 | 3.36-3.38 |
2014 | 3.33-3.35 |
2013 | 3.31-3.32 |
2012 | 3.28-3.30 |
2011 | 3.25-3.27 |
2010 | 3.21-3.24.1 |
2009 | 3.16-3.20 |
2008 | 3.12-3.15.1 |
2007 | 3.06-3.11.1 |
2006 | 2.16-3.05.02 |
2005 | 2.08-2.15 |
2004 | 2.0-2.07 |
2003 | 1.91-1.92c |
2002 | First Open Source release |
No, I haven't died, or abandoned Password Safe, or all the other suggestions that have come into my inbox lately. I'm still working on it. Unfortunately, the company that employed me shipwrecked, leaving me to spend the last few months searching for employment.
So, the first thing I plan to do to get this rolling again is to put up a binary release of what I've done so far. Check back in a couple of days, and I should have put something together.
JR
I've just started the process of setting up shop here at SourceForge, so bear with me as I get things rolling. The source has been checked into CVS, and I've gotten some of the coarse lumps out at this point. The original app (the 1.7 source that I started with) is a Visual C++ MFC "Wizard" app. My initial thrust is to keep the MFC UI, and start moving the non-UI classes to STL. ('string' instead of 'CString', for example.)