qtkeychain

Platform-independent Qt API for storing passwords securely

brewmacoslinux
Try with needOr install directly
Source

About

Platform-independent Qt API for storing passwords securely

Commands

qtkeychain

Examples

Store a password for a service in the system keychain$ qtkeychain-tool store --service myapp --account user@example.com --password
Retrieve a stored password from the keychain$ qtkeychain-tool retrieve --service myapp --account user@example.com
Delete a password entry from the keychain$ qtkeychain-tool delete --service myapp --account user@example.com