https://github.com/rvats20/python-keystore-eth
this Python script is created to generate the keystore file from the given private key.
https://github.com/rvats20/python-keystore-eth
keystore learning-by-doing private-key python python3
Last synced: about 1 year ago
JSON representation
this Python script is created to generate the keystore file from the given private key.
- Host: GitHub
- URL: https://github.com/rvats20/python-keystore-eth
- Owner: rvats20
- License: apache-2.0
- Created: 2024-11-09T12:11:36.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-11-10T11:18:30.000Z (over 1 year ago)
- Last Synced: 2025-02-06T16:59:10.825Z (over 1 year ago)
- Topics: keystore, learning-by-doing, private-key, python, python3
- Language: Python
- Homepage: https://rvats20.github.io/portfolio/
- Size: 13.7 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# 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:
```bash
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:
```bash
python generate_keystore.py --private-key --output
```
### Example
```bash
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.