Crates.io | offline_license_rs |
lib.rs | offline_license_rs |
version | 0.1.0 |
source | src |
created_at | 2022-12-14 12:42:32.418683 |
updated_at | 2022-12-14 12:42:32.418683 |
description | Offline license key generator |
homepage | |
repository | https://github.com/Derghust/offline_license_rs |
max_upload_size | |
id | 736570 |
size | 24,660 |
Be patient, this is still WIP
(づ。◕‿‿◕。)づ
Offline license RS is mainly inspired by license-key rust library and Implementing a Partial Serial Number Verification System in Delphi blog.
Offline license RS is able to generate license key for your product without validating
it with network connection. It is also important to say that this method will not
prevent Cracking or Unauthorized distributing of your software also known as PIRACY
.
We do not recommend using any of default operators or exact same sources from examples, due to public knowledge how license keys are specifically generated!
I want to learn RUST.
To make easier life for our consumer, whenever they will not have access to internet. Anyway license key can be validated again whenever user will have access to the internet, e.g. with license key server. Also have on mind that your license server for online license key verification can any time die and user will not be able to activate your product/software again. There will be always a way to crack your product/software...