Metadata-Version: 2.1
Name: credsafe
Version: 3.0.0
Summary: Store application credentials in keyring with RSA and AES-256.
Home-page: https://github.com/foxe6/
Author: f̣ộx̣ệ6
Author-email: foxe6@protonmail.com
License: AGPL-3.0
Project-URL: Sourcecode, https://github.com/foxe6/credsafe
Project-URL: Documentation, https://github.com/foxe6/credsafe/blob/master/test
Project-URL: Example, https://github.com/foxe6/credsafe/blob/master/credsafe/example
Project-URL: Issues, https://github.com/foxe6/credsafe/issues
Project-URL: Funding, https://paypal.me/foxe6
Project-URL: Say Thanks!, https://saythanks.io/to/foxe6
Keywords: credentials safe vault keyring rsa aes
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3.9
Classifier: Topic :: Utilities
Classifier: Natural Language :: English
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: GNU Affero General Public License v3
Classifier: Operating System :: MacOS
Classifier: Operating System :: POSIX
Classifier: Operating System :: Microsoft :: Windows :: Windows 10
Classifier: Development Status :: 5 - Production/Stable
Requires-Python: >=3
Description-Content-Type: text/markdown
Provides-Extra: v1
License-File: LICENSE

# Credentials Safe

<badges>[![version](https://img.shields.io/pypi/v/credsafe.svg)](https://pypi.org/project/credsafe/)
[![license](https://img.shields.io/pypi/l/credsafe.svg)](https://pypi.org/project/credsafe/)
[![pyversions](https://img.shields.io/pypi/pyversions/credsafe.svg)](https://pypi.org/project/credsafe/)  
[![powered](https://img.shields.io/badge/Say-Thanks-ddddff.svg)](https://saythanks.io/to/foxe6)
[![donate](https://img.shields.io/badge/Donate-Paypal-0070ba.svg)](https://paypal.me/foxe6)
[![made](https://img.shields.io/badge/Made%20with-PyCharm-red.svg)](https://paypal.me/foxe6)
</badges>

<i>Store application credentials in keyring with RSA and AES-256.</i>

# Hierarchy

```
credsafe
|---- Agent()
|   |---- set()
|   |---- get()
|   |---- rm()
|   '---- destroy()
|---- AgentV2()
|   |---- set()
|   |---- get()
|   |---- rm()
|   '---- destroy()
'---- AgentV1()
    |---- set()
    |---- get()
    |---- rm()
    '---- destroy()
```

# Example

## python
See `test`.

