Changes

Unix Password Manager

981 bytes added, 19 March
/* initial setup */
The following lines were added (+) and removed (-):
You will need gpg key generated, public and private.  You can generate or import with gnupg2. To import here is an example:You will need gpg key generated, public and private.    gpg2 --import private.key gpg2 --edit-key nicolep== issues ==When copying the password to the clipboard with -c parameter, the clipboard should be cleared of the password after 45 seconds.  It is noted on some distributions the password does not get cleared from the clipboard.gpg2 key import format may be incorrect.  looking at revision of proper initialization technique.  reference documentation man passIf pass is not installed you can get it from apt repository for debain/ubuntu (also in yum for redhat distros) apt install passif you have generated keys with gpg you can check if exists gpg --list-keys gpg --list-secret-keysThe default location of gpg keyring is usually in a format like this path (although could be anywhere): /home/nicolep/.gnupg/pubring.kbxDon't have a gpg key? gpg --gen-key gpg --export -a nicolep > public.key gpg --export-secret-key -a "nicolep" > private.key gpg --import public.key gpg --allow-secret-key-import --import private.key Add gpg key to gpg2 import process.  You can generate or import with gnupg2. To import here is an example: gpg2 --import private.key gpg2 --edit-key nicolep
Administrator
652
edits