
pws aims to be a fully compatible passwordsafe implementation. The heart of the project is libpws, a general library for reading and writing passwordsafe compatible files. Currently, passwordsafe files format v2 and passwordsafe files format v3.2 are supported. The other part of the project is pws, a Qt-based GUI built around libpws which aims to be an easy-to-use but powerful passwordsafe implementation.
License: GNU General Public License v2
Changes:
Some Qt versions seem to have problems with malloc_secure()/free_secure(). The management of secured memory regions was rearranged to use a simple linked list instead of storing the size information directly inside of the allocated memory object. This should fix these Qt issues.
More...