Skip to content

nicroto/ellipticlicense

 
 

Repository files navigation

EllipticLicense

Note: this is an incompatible(!) fork of now-defunct https://github.com/dchest/ellipticlicense

Short product key generation and validation framework based on elliptic curves digital signatures (ECDSA). for Mac OS X/Cocoa.

Project goal: replacement for AquaticPrime with shorter keys and similar or better security.

Documentation will be available later... For now, read EllipticLicense.h

Watch screencast

Example keys

112-bit curve (~ equivalent to RSA-512, 2^56 bit security):

Licensed to: John Doe
License key: HQYRV-OZFNZ-M3L7B-WA644-CXLG4-D7IRD-QZ6FY-GJGTO-MEXEG

128-bit curve (2^64 bit security):

Licensed to: John Doe
License key: YBFB-L264-32WL-KHK4-DA4L-L7VW-HGCV-PO3U-PFF6-RJHW-MRBS-5OW4-53WA

160-bit curve (~ equivalent to RSA-1024, 2^80 bit security):

Licensed to: John Doe
License key: IPAA6CH2-2STFJTCW-PYBDDBDM-YK4ZYA6N-3YE624E4-2K7KFDLE-LODJEN5W-WRADC652

EllipticLicenseDeveloper App

There's a GUI application for managing your project public and private keys, generating licenses and blocking keys called EllipticLicenseDeveloper included.

Requirements

Mac OS X 10.7 (because it includes libcrypto.0.9.8d.dylib, don't forget to link you project with it).

License

EllipticLicense is licensed under Apache 2 license. See LICENSE. License!


This fork maintained by Vaclav Slavik (@vslavik) Originally made by Coding Robots

About

Short product key generation and validation framework based on elliptic curve digital signatures (ECDSA). (Fork of defunct dchest/ellipticlicense)

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Objective-C 68.7%
  • C 19.2%
  • C++ 7.2%
  • PHP 4.9%