This repository contains a Python script to generate a keystore file from a given private key.
- Generate keystore files from private keys
- Easy to use scripts for command line interface
- Supports various keystore formats
- Python 3.x
cryptography
library
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
To generate a keystore file, run the following command:
python generate_keystore.py --private-key <path_to_private_key> --output <output_keystore_file>
python generate_keystore.py --private-key my_private_key.pem --output my_keystore.p12
Contributions are welcome! Please open an issue or submit a pull request.
This project is licensed under the MIT License. See the LICENSE file for details.