Make licence keys using RSA signature verification
Project description
Yocto Keys
Make licence keys using RSA signature verification
Installation
pip install keys-yocto
Usage
You'll be prompted to make new RSA keys the first time you run the app. If you need to make new keys later, you can do it in the Keys menu.
The app will remember where you saved the last private key that you made. If you need to use a different key than the last one that you made or if you moved it, you can change the location of the key in the Keys menu.
Fill in the user's details and click Sign. Then copy the licence key and send it to the user.
How to verify licence keys in your app
from keys import key
if key.valid(user, licence_key, pub_key):
# licence_key is valid
else:
# licence_key is invalid
Support
Email delvian.valentine@gmail.com for help.
Contributing
Pull requests are welcome. For major changes, please open an issue first to discuss what you'd like to change.
Acknowledgements
- Qt for Python for the GUI
- Material Icons and UXWing for the icons
- Python-RSA for making and verifying keys
- PyInstaller for packaging
- This app was inspired by this article.
Licence
Copyright © 2023 Delvian Valentine
This program comes with ABSOLUTELY NO WARRANTY.
This is free software, and you are welcome to redistribute it under certain conditions.
See the GNU General Public License for details.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Hashes for keys_yocto-3.0.4-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | cd8664e31611233bb488047aca11afcc202f201dcb23b58ed421b705f3c72c38 |
|
MD5 | 176f0fbcbf648157ad15dc65397f8f89 |
|
BLAKE2b-256 | cd217c5dfddefc11574c7382defbc2d8cfc95c7cb0fbf2a30e9ddfb355ce1b9f |