Api-keychain

Latest version: v0.6.1

Safety actively analyzes 723882 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 2 of 2

0.1.0

======

NEW
---
- api-keychain store: core functionality to store an API key in your encrypted keychain.
- api-keychain retrieve: core functionality for retrieving a specified API key out of the keychain.
- crypto: built-in functionality to encrypt and decrypt your API keys so that they are secure sitting inside the keychain. More details below.
- keychain.dat: an auto-generated keychain file that stores all of your API keys in a json format. Don't worry though, your crucial keys are securely encrypted!
- added `cryptography <https://pypi.org/project/cryptography/>`_ and `passlib <https://pypi.org/project/passlib/>`_ as dependencies.
- For developers, requires sphinx and pytest as dev dependencies.

Crypto breakdown
----------------
This is the big one. The crypto functions work by using a secure password you create when generating the keychain. The password is secured using industry-standard algorithms and
is used to "open" the keychain when trying to retrieve a key. For those interested, you have the source code at hand in the repo and can explore the crypto module to learn how it
works, or come find me on Discord!

Page 2 of 2

© 2025 Safety CLI Cybersecurity Inc. All Rights Reserved.