Description: A simple command-line password manager that keeps passwords inside a gpg encrypted tgz archive. The content of the archive is a directory tree with a file for each password entry. The first line of the file is the password, and the rest can optionally be additional or related info. It provides commands for manipulating the passwords, allowing the user to add, remove, edit, generate passwords etc. Repository: https://gitlab.com/dashohoxha/pw Documentation: https://dashohoxha.gitlab.io/pw/man/
Hello, this seems to be a duplicate of 903814 and 903815, which were revoked and closed. It would be wise to demonstrate how the previously highlighted issues have been addressed. Best, Andrius
What changed between this attempt and your last one? https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=903880
- There is no temporary unencrypted tar file stored on disk. This has been fixed by streamlining encrypt/decrypt operations with pipes, so that there is no need for a temporary file. - The time that the archive is unencrypted is minimized. - Repository hosted on gitlab. - Other small changes not necessarily raised as issues.
On Wed, 22 Aug 2018, 07:46 Sergio Durigan Junior, <sergiodj@debian.org> wrote: For more details you can look at the commits.
Control: unarchive 903815 Control: reopen 903815 Control: forcemerge 903815 -1 sergiodj@debian.org> I'm sorry, but that does not work that way. Please go through all concerns and elaborate how you have fixed them. Or, if applicable, why you did not fix something recommended; w.g set -e)? (A a technical note, you should not have opened a new bug, but reopened the old one and then work on that one.)