New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

securekeyz

Package Overview
Dependencies
Maintainers
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

securekeyz

SecureKeyz is a Python-based command-line tool designed to help you securely manage your API keys. It allows you to store, modify, and transfer API keys between different services while keeping them encrypted.

  • 0.1
  • PyPI
  • Socket score

Maintainers
1

SecureKeyz

SecureKeyz is a Python-based command-line tool designed to help you securely manage your API keys. It allows you to store, modify, and transfer API keys between different services while keeping them encrypted.

Features

  • Secure Storage: Encrypts API keys before storing them in a JSON file.
  • Service Management: Add new services or manage existing ones.
  • Key Management: Add, modify, and transfer keys between services.
  • Command-Line Interface: Easy-to-use CLI with prompt-based interaction.

Installation

You can install SecureKeyz via pip:

pip install securekeyz

Usage

To use SecureKeyz, run the script with the desired command-line arguments. Here are some examples:

Add a New API Key

To add a new API key to a service:

securekeyz --add

This command will prompt you to select an existing service or create a new one, and then to enter the API key and its description.

Modify an Existing API Key

To modify an existing API key:

securekeyz --modify INDEX

This command will prompt you to select a service and the key index you want to modify. You can then enter the new key and its description.

List Services and Keys

Running the script without arguments will list the existing services and their keys:

securekeyz

Commands

  • --ser: Specify the service for which you want to add or view keys.
  • --add: Add a new API key for the specified service.
  • --modify INDEX: Modify an existing API key for the specified service (provide index).

Examples

Add a Key to a New Service

securekeyz --add

Modify a Key in an Existing Service

securekeyz --modify 1

List All Services and Keys

securekeyz

License

This project is licensed under the MIT License.

Author

Hasan (hasanfq818@gmail.com)

FAQs


Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc