Skip to content

this Python script is created to generate the keystore file from the given private key.

License

Notifications You must be signed in to change notification settings

rvats20/python-keystore-eth

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

this Python script is created to generate the keystore file from the given private key.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages