Man page - sqop-change-key-password(1)
Packages contains this manual
- sqop-list-profiles(1)
- sqop-extract-cert(1)
- sqop-armor(1)
- sqop(1)
- sqop-merge-certs(1)
- sqop-generate-key(1)
- sqop-change-key-password(1)
- sqop-revoke-key(1)
- sqop-certify-userid(1)
- sqop-dearmor(1)
- sqop-version(1)
- sqop-inline-verify(1)
- sqop-verify(1)
- sqop-encrypt(1)
- sqop-validate-userid(1)
- sqop-update-key(1)
- sqop-sign(1)
- sqop-decrypt(1)
- sqop-inline-detach(1)
- sqop-inline-sign(1)
apt-get install sqop
Manual
sqop-change-key-password
NAMESYNOPSIS
DESCRIPTION
OPTIONS
NAME
sqop-change-key-password - Updates a key's password
SYNOPSIS
sqop change-key-password [ --no-armor ] [ --new-key-password ] [ --old-key-password ] [ --debug ] [ -h | --help ]
DESCRIPTION
Updates a key's password.
The output will be the same set of OpenPGP Transferable Secret Keys as the input, but with all secret key material locked according to the password indicated by the â--new-key-passwordâ option (or, with no password at all, if â--new-key-passwordâ is absent). Note that â--old-key-passwordâ can be supplied multiple times, and each supplied password will be tried as a means to unlock any locked key material encountered. It will normalize a Transferable Secret Key to use a single password even if it originally had distinct passwords locking each of the subkeys.
If any secret key packet is locked but cannot be unlocked with any of the supplied â--old-key-passwordâ arguments, this subcommand should fail with âKEY_IS_PROTECTEDâ.
OPTIONS
--no-armor
Don't ASCII-armor output
--new-key-password = NEW_KEY_PASSWORD
The new password to lock the key with, or just unlock the key if the option is absent
--old-key-password = OLD_KEY_PASSWORD
Unlock the keys with these passwords
--debug
Emit verbose output for debugging
-h , --help
Print help (see a summary with '-h')