A Afox Renowned Member Dec 18, 2014 257 14 83 Jul 28, 2023 #1 Hello, is it possible to add a password to an existing encryption key that had been created with the --kdf none option? Thanks and best regards
Hello, is it possible to add a password to an existing encryption key that had been created with the --kdf none option? Thanks and best regards
A Afox Renowned Member Dec 18, 2014 257 14 83 Jul 28, 2023 #2 It is possible with: proxmox-backup-client key change-passphrase /path/to/key Click to expand... You will then be prompted to enter a new password if no password exists. Vice versa you can remove the password with: proxmox-backup-client key change-passphrase /path/to/key --kdf=none Click to expand... it then asks for the current password and saves the file without password.
It is possible with: proxmox-backup-client key change-passphrase /path/to/key Click to expand... You will then be prompted to enter a new password if no password exists. Vice versa you can remove the password with: proxmox-backup-client key change-passphrase /path/to/key --kdf=none Click to expand... it then asks for the current password and saves the file without password.