If you fear to loose your password, you can backup your key with the following command: ```bash aerogramme show-keys \ --region garage \ --k2v-endpoint http://127.0.0.1:3904 \ --s3-endpoint http://127.0.0.1:3900 \ --aws-access-key-id GK... \ --aws-secret-access-key c0ffee... \ --bucket aerogramme \ --user-secret s3cr3t ``` You will then be asked for your key decryption password: ``` Enter key decryption password: master_key = "..." secret_key = "..." ```