licenses_pro

Crates.iolicenses_pro
lib.rslicenses_pro
version0.3.0
sourcesrc
created_at2024-01-23 00:41:44.992474
updated_at2024-04-30 05:11:21.944628
descriptionA crate for pro-level licenses.
homepage
repositoryhttps://github.com/jacks0n9/licenses_pro.git
max_upload_size
id1109761
size16,345
Jackson (jacks0n9)

documentation

README

Pro-Level Licenses

Obligatory: Based on this because the two other people who implemented it in Rust didn't do it very well.

Example in docs!

Why you should use this crate:

  • It provides short licenses
  • Easily block shared licenses with the remote blocker
  • Completely offline

Alternatives to this crate:

  • If your app is already expected to have some sort of internet connection, just use a remote license checker or account system.
  • Digital signatures (I recommend edDSA). It will give longer licenses probably better suited for copy and paste as well as making it impossible to even partially forge a license. Still doesn't check if a license has been used more than once.

Example license: BWQq-RQNa-kDp6-mJn8-SSEh-UStw-p9+q-krw1-KDH4-mw

For extra security obfuscate your binary!

You can generate licenses easily on the command line using our license generator

Commit count: 15

cargo fmt