-
-
Notifications
You must be signed in to change notification settings - Fork 5
Password
rhoopr edited this page May 18, 2026
·
3 revisions
Manage stored credentials in the OS keyring or encrypted file store.
# Store a password (prompts interactively)
kei password set
# Remove a stored password
kei password clear
# Show which credential backend is active
kei password backendThe account comes from [auth].username in the config file, or from ICLOUD_USERNAME for automation.
| Subcommand | Description |
|---|---|
set |
Store a password in the credential store. Prompts for input. |
clear |
Remove the stored password for the configured username. |
backend |
Print the active backend: keyring, encrypted-file, or none. |
On desktop platforms, kei uses the OS keyring: macOS Keychain, Linux Secret Service, or Windows Credential Manager. In headless environments without a keyring, it falls back to an AES-256-GCM encrypted file in the data directory.
See Credentials for details and alternative password sources.