change-passphrase
8BitSafe-cli [common options] repo change-passphrase [options] [REPOSITORY]
| positional arguments | description |
|---|---|
| REPOSITORY | repository |
| optional arguments | description | default | allowed |
|---|---|---|---|
| --pkdf <algo> | PBKDF algo | argon2 | pbkdf2, argon2 |
| --pkdf-time <ms> | Tune the PBKDF to run for approximately N milliseconds | 192 | ≥ 96 (integer) |
Description
This changes the passphrase used to encrypt the repository secrets.
warning
If you fear both the repo file and passphrase have leaked you should make a new repo which will have new repository secrets
info
If only the passphrase has leaked and not the repo file an attacker can not extract the repository secrets and running this command is sufficient