Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/dgurney/unikey
Library for generating various license keys and other similar license schemes.
https://github.com/dgurney/unikey
Last synced: 12 days ago
JSON representation
Library for generating various license keys and other similar license schemes.
- Host: GitHub
- URL: https://github.com/dgurney/unikey
- Owner: dgurney
- License: gpl-3.0
- Created: 2020-10-23T21:51:39.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2024-11-12T19:21:33.000Z (3 months ago)
- Last Synced: 2024-11-19T22:53:27.297Z (2 months ago)
- Language: Go
- Homepage:
- Size: 103 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# unikey
Library for generating various license keys and other similar license schemes.## Supported algorithms
- Microsoft Chicago/IE4 beta site ID/password
- Microsoft mod7
- StarCraft## Contributing
If you want to contribute, keep the following in mind:- Do not use non-public source code or documentation leaks as references. If the leaked source code or documentation is widely distributed, it's fine to use it.
- Make your code fast *and* understandable.
- Write tests for all generation and validation functionality.