GitHub - rvats20/python-keystore-eth: this Python script is created to generate the keystore file from the given private key.

Keystore Generator

This repository contains a Python script to generate a keystore file from a given private key.

Features

  • Generate keystore files from private keys
  • Easy to use scripts for command line interface
  • Supports various keystore formats

Requirements

  • Python 3.x
  • cryptography library

Installation

Clone the repository and install the required dependencies:

git clone https://github.com/yourusername/keystore-generator.git
cd keystore-generator
pip install -r requirements.txt

Usage

To generate a keystore file, run the following command:

python generate_keystore.py --private-key <path_to_private_key> --output <output_keystore_file>

Example

python generate_keystore.py --private-key my_private_key.pem --output my_keystore.p12

Contributing

Contributions are welcome! Please open an issue or submit a pull request.

License

This project is licensed under the MIT License. See the LICENSE file for details.