Credentials Safe
Store application credentials in keyring with RSA and AES-256.
Hierarchy
credsafe
|---- Agent()
| |---- set()
| |---- get()
| |---- rm()
| '---- destroy()
|---- AgentV2()
| |---- set()
| |---- get()
| |---- rm()
| '---- destroy()
'---- AgentV1()
|---- set()
|---- get()
|---- rm()
'---- destroy()
Example
python
See test
.