libsecret

Library for storing and retrieving passwords and secrets

brewmacoslinux
Try with needOr install directly
Source

About

Library for storing/retrieving passwords and other secrets

Commands

secret-tool

Examples

Store a password/secret for an application$ secret-tool store --label='My App Password' application myapp username admin
Retrieve a stored secret by lookup attributes$ secret-tool lookup application myapp username admin
Clear/delete a stored secret$ secret-tool clear application myapp username admin