Menu

Tree [a4a920] master /
 History

HTTPS access


File Date Author Commit
 .builds 2026-06-06 Carl Byington Carl Byington [8d04ba] kill executable source files
 .github 2026-06-30 dependabot[bot] dependabot[bot] [9e29b1] Bump actions/cache from 6.0.0 to 6.1.0
 CMakeModules 2023-06-06 ronys ronys [70dfaa] Windows cmake tweaks
 CodeBlocks 2026-06-14 Andrey Kuznetsov Andrey Kuznetsov [5081b2] C::B update build options
 CodeLite 2025-12-27 ronys ronys [21f269] Update to C++ standard 17
 Misc 2026-06-28 Andrey Kuznetsov Andrey Kuznetsov [29a9fc] [i18n] Fix for #1839 + updates in Russian .po (WX)
 Xcode 2026-06-08 Richard Powell Richard Powell [0e3a5d] [macOS] Fix some Xcode warnings
 docs 4 days ago ronys ronys [a4a920] Ready for release 3.72.1
 help 2026-06-14 Andrey Kuznetsov Andrey Kuznetsov [038973] [i18n] Updates in Russian help
 install 2026-06-06 Carl Byington Carl Byington [786cb3] leave executable bit on scripts
 src 6 days ago martona martona [79746e] fix mismatched dpi display in light mode
 xml 2026-04-06 ronys ronys [0e812d] Support Custom Fields in View Filters
 .editorconfig 2023-01-14 Henric Jungheim Henric Jungheim [7f4193] Add .editorconfig.
 .gitignore 2025-05-20 Richard Powell Richard Powell [d7245b] Add a helper function for Set/Get MRU list tests
 .gitpod.Dockerfile 2020-06-04 ronys ronys [3f591e] Leave /var/lib/apt/lists in docker for now
 .gitpod.yml 2020-05-29 ronys ronys [49e6e9] gitpod: setup dbg and rel builds
 .travis.yml 2026-06-06 Carl Byington Carl Byington [8d04ba] kill executable source files
 CMakeLists.txt 2026-05-30 Carl Byington Carl Byington [6f08db] ko -> ko_KR, zh -> zh_CN for widgets 3.2
 CMakePresets.json 2024-05-17 ronys ronys [9e3e57] Revert "SWitch Windows build generator from Nin...
 LICENSE 2026-01-06 ronys ronys [10c396] Update Copyright notices to 2026
 Makefile 2022-12-27 sauravg sauravg [1c090f] Enable OpenBSD builds with classic Makefile also
 Makefile.freebsd 2025-12-27 ronys ronys [21f269] Update to C++ standard 17
 Makefile.linux 2026-06-15 ronys ronys [3c0a1c] Reorganize development documentation
 Makefile.macos 2023-12-03 Richard Powell Richard Powell [7f4edc] Update rel notes and package name
 Makefile.openbsd 2025-12-27 ronys ronys [21f269] Update to C++ standard 17
 Makefile.windows 2025-06-30 ronys ronys [478927] Added Slovak help file to bin zips
 README.LINUX.FLATPAK.md 2025-10-18 igor2x igor2x [7d1478] Flatpak documentation make titles more descriptive
 README.LINUX.md 2026-06-22 ronys ronys [caefc2] Update README.LINUX.md
 README.md 2026-06-22 ronys ronys [10f9af] Updates and typo fixes to README.md
 SECURITY.md 2020-05-25 ronys ronys [1bdda8] Create SECURITY.md
 pugixml.LICENSE 2026-06-02 Carl Byington Carl Byington [970d28] update to pugixml 1.15
 pwsafe-15.sln 2017-03-10 c-273 c-273 [c7c6da] Support VS2017
 pwsafe-16.sln 2025-06-09 ronys ronys [389169] VS version update
 pwsafe_wx-15.sln 2017-03-10 c-273 c-273 [c7c6da] Support VS2017
 version.mfc 4 days ago ronys ronys [a4a920] Ready for release 3.72.1
 version.wx 2026-05-08 ronys ronys [2a90ba] [wx] prep for 1.24.0

Read Me

Gitpod Ready-to-Code
codeql analysis
mac-pwsafe
cmake builds

Introduction

Password Safe is a password manager. Like many other such
products, commercial and otherwise, it stores your passwords in an
encrypted file, allowing you to remember only one password (the "master
password"), instead of all the username/password combinations that
you use.

What makes Password Safe different? Three things:

  1. Simplicity: Password Safe is designed to do one thing, and to do it
    well. Start the application, enter your "master password", double-click on
    the entry and the password is now on your clipboard, ready for pasting.
  2. Security: The original version was designed by Bruce Schneier.
  3. Open Source: The source code for the project is available for
    inspection. For more information, see https://pwsafe.org.

The current version of Password Safe currently runs on Windows 10 and
later. Older versions are still available supporting Windows 95, 98,
ME, NT, 2000, XP, Vista and 7.

The Mac version of Password Safe runs on macOS version 10.14 Mojave
and later, and runs native on Intel and Apple Silicon. (Universal binary.)

Linux packages are available for popular distributions. See
README.LINUX.md for more details.

FreeBSD is also supported. See README.FREEBSD.md.

Downloading

The latest & greatest version of Password Safe may be downloaded from
SourceForge
or
GitHub.

Installation

For convenience, Password Safe is packaged into an executable
installer program. This installs the program, sets up shortcuts and
allows you to uninstall the program from the Windows Control
Panel. However, if you prefer, the -bin.zip file contains all the
files you need. Just extract the files to
any directory, double-click on the Pwsafe.exe icon, and that's
it. You may want to create a shortcut to your desktop and/or Start
menu. Finally, a Microsoft installer (.msi) package is also
available

Internationalization (Non-English Support)

Thanks to the help of volunteers from all over the world, Password Safe
has built-in support for the following languages:

  • Arabic
  • Czech
  • Chinese
  • Danish
  • Dutch
  • French
  • German
  • Hungarian
  • Italian
  • Korean
  • Polish
  • Portuguese (Brazilian)
  • Russian
  • Slovak
  • Slovenian
  • Spanish
  • Swedish
  • Turkish

You can update the translations or add another language via transifex,
or by dropping me a note.

License

Password Safe is available under the conditions set forth in the
standard Artistic License 2.0. For more details, see the LICENSE
file that comes with the package.

Password Safe 3.29 and later makes use of the
pugixml project, which is available under
the MIT license.

Non-Windows versions of Password Safe make use of wxWidgets, under the
license terms defined in https://wxwidgets.org/about/licence,
which is basically LGPL, with an exception stating that derived works in
binary form may be distributed on the user’s own terms.

Helping Out

Please report bugs via the project's bug tracking form, on SourceForge at
https://sourceforge.net/p/passwordsafe/bugs/ or on Github at
https://github.com/pwsafe/pwsafe/issues. It's worth first reviewing
the bug list, to see if the issue hasn't already been reported.

Requests for features and enhancements should be submitted to the
Feature Requests page, at
https://sourceforge.net/p/passwordsafe/feature-requests/

You can also post questions, suggestions, rants, raves, etc. to the
Help or Open Discussion forums, at
https://sourceforge.net/p/passwordsafe/discussion/

If you wish to contribute to the project by writing code and/or
documentation, please drop a note to the developer's mailing list:
http://lists.sourceforge.net/lists/listinfo/passwordsafe-devel
or via the web form at https://pwsafe.org/contact.php

New releases are announced on the passwordsafe-announce mailing list:
http://lists.sourceforge.net/lists/listinfo/passwordsafe-announce

Last but not least: Password Safe is and will always remain an open
source project, free for use and redistribution. However, donations to the
project will help me justify the time and effort I spend in
maintaining and improving this utility. If you wish to
donate, please click on the Donate button at the top of
https://pwsafe.org

Release Notes

For information on the latest features, bugfixes and known problems,
see ReleaseNotes.md for the Windows version and
ReleaseNotesWX.md for the Linux and Mac versions.

Credits

  • The original version of Password Safe was designed by Bruce
    Schneier, written by Mark Rosen, and was freely downloadable from
    Counterpane Lab's website. Thanks to Mark for writing a great little
    application! Following Mark, it was maintained by "AYB", at
    Counterpane. Thanks to Counterpane for deciding to open source the
    project.
  • Jim Russell first brought the code to SourceForge, did some major
    cleaning up of the code, set up a nice project and added some minor
    features in release 1.9.0.
  • Releases 2.x have been brought to you by: Andrew Mullican,
    Edward Quackenbush, Gregg Conklin, Graham Ullrich, and Rony
    Shapiro. Karel (Karlo) Van der Gucht also contributed some of the
    password policy code and some GUI improvements for 1.92.
  • Emilijan Mirceski did the new graphics for 2.0.
  • Maxim Tikhonov translated the first online help to Russian.
  • Thanks to the Password Safe developer's mailing list for help in
    nailing down the 3.x file format.
  • Many, many new features in 3.x have been implemented by DK.
  • Finally, thanks to the folks at SourceForge and GitHub for hosting
    this project.
Auth0 Logo