secret-tool
Store and retrieve passwords.
# store secret using label and attribute value pair
secret-tool store --label='manid2-work-mail' md2work pass
# lookup secret using attribute value pair
secret-tool lookup md2work pass
# clear secret using attribute value pair
secret-tool clear md2work pass