Skip to main content

SecureCredentials is a lightweight Python package that encrypts and securely stores key-value pairs on disk, enabling easy and secure retrieval.

Project description

SecureCredentials

SecureCredentials is a lightweight Python package designed to securely store key-value pairs, such as passwords or other sensitive information, on disk. By leveraging strong encryption, the package ensures that your sensitive data remains safe while providing convenient access for everyday use.

Why SecureCredentials Was Created

This package was created to address two common challenges faced by developers:

  1. Avoid storing sensitive credentials in plaintext: It is unsafe for developers to store credentials such as database passwords, Active Directory passwords, and API keys in plaintext within their scripts or configuration files.
  2. Eliminate the need to repeatedly enter passwords: Developers often have to enter their credentials every time they run a script, which can be cumbersome and error-prone. SecureCredentials allows for automatic retrieval of encrypted credentials, eliminating the need to type them each time.

Key Features

  • AES-128 Encryption: Leverages the industry-standard 128-bit AES algorithm to ensure your data is encrypted and safe.
  • Local Security: The AES key and encrypted data is stored locally, ensuring that no sensitive data leaves your system.
  • Convenience: The package streamlines the process by enabling automated, secure access to credentials, so you do not have to store them in plaintext or type them in each time you run your scripts.

Installation

To install SecureCredentials, run:

pip install securecredentials

Dependencies

SecureCredentials requires the following Python libraries:

  • cryptography: For encryption and decryption.
  • python-dotenv: To manage environment variables.

License

SecureCredentials is licensed under the Apache License Version 2.0.

Full Documentation:

Full documentation and usage examples are available in the GitHub repository

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

securecredentials-1.3.3.tar.gz (11.4 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

securecredentials-1.3.3-py3-none-any.whl (11.1 kB view details)

Uploaded Python 3

File details

Details for the file securecredentials-1.3.3.tar.gz.

File metadata

  • Download URL: securecredentials-1.3.3.tar.gz
  • Upload date:
  • Size: 11.4 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.1.0 CPython/3.11.7

File hashes

Hashes for securecredentials-1.3.3.tar.gz
Algorithm Hash digest
SHA256 8995fc1c521690b15fa31f8b583b1805a787bd09b67422e9fe5c019f078babdf
MD5 82144b3d787e120a864be16ac852f2f9
BLAKE2b-256 afba1c742e566218bfc883ae0de763f16f64ad74d96a9a3e7048fa6d72c3cf5b

See more details on using hashes here.

File details

Details for the file securecredentials-1.3.3-py3-none-any.whl.

File metadata

File hashes

Hashes for securecredentials-1.3.3-py3-none-any.whl
Algorithm Hash digest
SHA256 b1a746911170764d4e0cf970b0abfcba26b97a2590a73b59efd078c27eabb479
MD5 53f08cac9338e5693c91146152752696
BLAKE2b-256 f4d17645d444f01c03452a714ed1bec75c71bc9af0cb913a2627b12658822d72

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page