Metadata-Version: 2.1
Name: key-encryption-gui
Version: 1.0.2
Summary: A GUI for encrypting private keys
Home-page: https://github.com/dfkburnem/Key-Encryption-GUI
Author: burnem
Author-email: dfkburnem@gmail.com
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: Microsoft :: Windows
Requires-Python: >=3.6,<4
Description-Content-Type: text/markdown
License-File: LICENSE

# Key Encryption GUI

This project provides a GUI for encrypting private keys. Keys are encrypted using a password provided by the user and stored as a key file. This key file is decrypted using the encryption password and used for wallet operations in other tools within the main repository.

## Usage

1. **Enter a Password:** Provide a password that will be used for encryption.
2. **Specify Number of Keys:** Enter the number of private keys you want to encrypt.
3. **Select Save Directory:** Choose the directory where the key files will be saved.
4. **Enter Private Keys and Names:** Input your private keys and desired file names.
5. **Create Keys:** Click the "Create Keys" button to generate the encrypted key files.

## Important Note

- **Executable vs Script**: While the executable provides an easier way to run the application, it is not as trustless as running the script directly from the source code. If security and transparency are priorities, consider using the script.

## Tip Address

If you find this tool useful and would like to provide a tip/gift for my efforts, you can send it to the following address:

**Tip Address:** 0xF3b3b68B554817185A01576E775dB4466E42F126

## License

This project is licensed under the MIT License - see the [LICENSE](LICENSE) file for details.
