wallet-encrypt-private-keys
Encrypts the private keys with a new password. The wallet must be unlocked before running this command.
If the seed phrase is stored in the wallet file, it will also be encrypted.
Usage
wallet-encrypt-private-keys <PASSWORD>
Arguments
<PASSWORD>: The new encryption password.
Notes
This command is available in cold wallet mode (--cold-wallet). After encrypting, use wallet-unlock-private-keys to unlock the wallet for signing operations.
Related
wallet-unlock-private-keys: Unlock the wallet with the password.wallet-lock-private-keys: Lock the wallet without removing encryption.wallet-disable-private-keys-encryption: Remove encryption entirely.