A pure-Python library (based on https://github.com/ronys/pypwsafe and it's forks) that can read and write Password Safe v3 files, originally by Paulson McIntyre http://pwsafe.org
Project description
Introduction
A pure-Python library that can read and write Password Safe v3 files. It includes full support for almost all current Password Safe v3 database headers and record headers.
History
The library was initially written by Paulson McIntyre for Symantec in 2009. It was later released by Symantec under the GPLv2 in 2011. Changes and updates have been made since by Paulson McIntyre (GpMidi), Evan Deaubl (evandeaubl), and Sean Perry (shaleh). Rony Shapiro maintains the project page and acts as gate keeper for new patches.
Known Issues
- Lack of documentation
- Unit tests are out-of-date
- There MAY be an issue with the order that NonDefaultPrefsHeader serializes preferences for HMAC validation in pypwsafe. Although the library validates HMACs fine at the moment, so who knows.
Dependencies
- pycryptoplus
- pycryptodome
Install Instructions
RHEL/CentOS
- Install libmcrypt and it's dev package along with the Python dev package: yum install libmcrypt-devel libmcrypt python-devel These packages are needed by the installer for python-mcrypt
- Install the standard Linux development tools. For RHEL/CentOS 5 and 6,
yum groupinstall 'Development tools'
can be used if your YUM repos have group information. - Use Pip or easy install to install python-mcrypt, hashlib, and pycrypto
- Run the setup script python setup.py install
- Test that the module loads python -c "import pypwsafe"
Development Setup Instructions
FIXME: Fill this in
FAQ
Where can I find details on the Password Safe file format?
The format spec is kept in the Password Safe project's SVN repo. Go to the password safe code base and check in /pwsafe/pwsafe/docs/formatV3.txt. As of today, it can be found here
TODO
- Add support for using a pure-python TwoFish algorithm if mcrypt doesn't work. http://code.google.com/p/python-keysafe/source/browse/crypto/twofish.py http://www.bjrn.se/code/twofishpy.txt
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
File details
Details for the file pypwsafev3-0.0.3.tar.gz
.
File metadata
- Download URL: pypwsafev3-0.0.3.tar.gz
- Upload date:
- Size: 34.5 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/1.11.0 pkginfo/1.4.2 requests/2.19.1 setuptools/40.2.0 requests-toolbelt/0.8.0 tqdm/4.25.0 CPython/3.7.0
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | f0a71d4f6211638f58f1489b36089830d96a599cb6dd0f8d769750f8a74a61a7 |
|
MD5 | cf29d0896a376991f6c0cdacba14a92c |
|
BLAKE2b-256 | 7650523d3018065d812cb23683129c41374abe1cbf65ba4f69404e06dbaa7d9b |
File details
Details for the file pypwsafev3-0.0.3-py3-none-any.whl
.
File metadata
- Download URL: pypwsafev3-0.0.3-py3-none-any.whl
- Upload date:
- Size: 35.1 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/1.11.0 pkginfo/1.4.2 requests/2.19.1 setuptools/40.2.0 requests-toolbelt/0.8.0 tqdm/4.25.0 CPython/3.7.0
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | f37019a2e28bb1df31296f7dd07dbb6316793cd3cb7f0a5fc2a4a088fef243be |
|
MD5 | 98549e19ba2e5bacc26719082d6fea2b |
|
BLAKE2b-256 | 9bde7a0c71dd4daeddca74154dd509525b54b5743628729b903f630f7231dfb8 |