pypwsafe icon indicating copy to clipboard operation
pypwsafe copied to clipboard

A pure-Python library that can read and write Password Safe v3 files, originally by Paulson McIntyre

Results 8 pypwsafe issues
Sort by recently updated
recently updated
newest added

This fix is related to #17

Hi, When I try to update .psafe3 file using below command $python pwsafecli.py get --uuid "****" --password "****" --file OperationsSafe2018.psafe3 2>updatePwsafe.err then OperationsSafe2018.psafe3 got corrupted and unable to get record...

`./pwsafecli.py get -f ~/hasla_gorilla.psafe3 --username "foobar"` ``` [ Group: ['WWW'] Title: Znak sklep Username: foobar Password: **** UUID: ca518748-f5ee-430c-4a6e-ced087907170 Note: Created: 2022-08-06 14:09:05 PasswordModified: 2022-10-03 19:56:20 EntryModified: 2022-10-03 19:56:20 LastAccess:...

https://github.com/ronys/pypwsafe/blob/1264bf5d33d2546dd3ca0e02937321facd6f572a/pwsafecli/pwsafecli.py#L283 Should be `add_or_update_record`

Update PasswordExpiryIntervalRecordProp so that it supports both two byte and four byte values per the PSafeV3 spec update below. http://sourceforge.net/p/passwordsafe/git-code/ci/7488e042083970f178df58de9d0ec63205074595/ Note: The current implementation should work with all versions of...

Trying to run psafedump, but getting this error: psafedump -f passwordfile.psafe3 -p password --display 2013-10-23 11:48:22,957 DEBUG initing Traceback (most recent call last): File "/usr/bin/psafedump", line 299, in mode =...

I am currently using the old `pwsafe` CLI (from http://sf.net/projects/pwsafe) with version control and a wrapper script to maintain a shared repository of passwords with my team of sys admins....

I belive migrating code to python3.x is one of the first thing, that has to be done, before any other improvements can happen.