Store application credentials in keyring with RSA and AES-256.


Keywords
credentials, safe, vault, keyring, rsa, aes
License
AGPL-3.0
Install
pip install credsafe==0.0.16

Documentation

Credentials Safe

version license pyversions
powered donate made

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.