PGPAINLESS-CLI-CHANGE-KEY-PASSWORD(1) | PGPainless-CLI Manual | PGPAINLESS-CLI-CHANGE-KEY-PASSWORD(1) |
pgpainless-cli-change-key-password - Update the password of a key
pgpainless-cli change-key-password [--[no-]armor] [--stacktrace] [--new-key-password [=PASSWORD]] [--old-key-password=PASSWORD]...
Unlock all secret keys from STDIN using the given old passwords and emit them re-locked using the new password to STDOUT. If any (sub-) key cannot be unlocked, this operation will exit with error code 67.
--new-key-password[=PASSWORD]
If no new password is passed in, the keys will be emitted unlocked.
Is an INDIRECT data type (e.g. file, environment variable, file descriptor...).
--[no-]armor
--old-key-password=PASSWORD
Multiple passwords can be passed in, which are tested sequentially to unlock locked subkeys.
Is an INDIRECT data type (e.g. file, environment variable, file descriptor...).
--stacktrace