* Upgrade notes to 0.9.1:*
Version 0.9.1 introduces more breakage because python-crypto was replaced by python-cryptography. Fortunately it is not as painful as the upgrade to 0.6.
BEFORE updating the package:
Backup your database (normally in .pwman)
Export your data from pwman3 using the 'export' command.
AFTER updating the package:
Remove the old database (rm .pwman)
Import the new one with:
pwman3 -i ';' pwman-export.csv
Delete your plaintext export file.
If you didn't follow those instructions, you will notice that pwman3 fails with “You entered a wrong password...”. If that happened, don’t panic, revert to 0.7.1 and carry out the instructions above.
Search Criteria
Package Details: pwman3 0.13.0-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/pwman3.git (read-only, click to copy) |
---|---|
Package Base: | pwman3 |
Description: | A console based password management application written in Python |
Upstream URL: | https://github.com/pwman3/pwman3 |
Keywords: | cli crypto password-manager |
Licenses: | GPL |
Submitter: | None |
Maintainer: | gdlg |
Last Packager: | gdlg |
Votes: | 4 |
Popularity: | 0.000000 |
First Submitted: | 2009-10-26 16:40 (UTC) |
Last Updated: | 2024-09-14 15:47 (UTC) |
Dependencies (10)
- python-colorama (python-colorama-gitAUR)
- python-cryptography
- xsel (xsel-gitAUR, wl-clipboard-x11AUR)
- python-build (make)
- python-installer (make)
- python-setuptools-scm (make)
- python-wheel (make)
- python-psycopg2 (optional) – PostgreSQL support,
- python-pymongo (optional) – MongoDB support
- python-pymysql (optional) – MySQL support,
Required by (0)
Sources (1)
Latest Comments
gdlg commented on 2016-10-29 17:35 (UTC)
gdlg commented on 2015-07-11 11:06 (UTC)
Updated to 0.7.1.
The binary has been renamed from pwman-cli back to pwman3.
gdlg commented on 2015-04-04 16:51 (UTC)
*Upgrade notes to v0.6:*
BEFORE updating the package:
Backup your database (normally in .pwman)
Export your data from pwman3 using the 'export' command.
Double-check that the exported data is human-readable to avoid losing your passwords.
Depending on the version that you are using, the exported data may be an XML file which you will have to manually convert to the new CSV-based export format.
The latest version requires the exported data to be a .csv with one line per entry using the following format:
username;url;password;notes;tags
where tags is a comma-separated list of tags.
e.g: hellokitty;http://aur.archlinux.org;secretpassword;My ArchLinux;archlinux,aur
AFTER updating the package:
Remove (or rename) the folder .pwman
Import your data with:
pwman-cli -i yourdata.csv
Test the new setup.
Delete your plaintext export file.
Note: I have experienced some issues with UTF-8 and this version.
TrialnError commented on 2012-08-03 21:22 (UTC)
Didn't remove the patch, but it propably can. Didn't check that.
<deleted-account> commented on 2011-03-17 02:51 (UTC)
This package is out of date - upstream now seems to have 0.0.8-1. The new version includes a fix to the sqlite code that allows for filtering based on tags.
Pinned Comments
gdlg commented on 2016-10-29 17:35 (UTC)