BeeSoft®
Since 1992
 

Content

 Welcome
 Products
       Abeona
             Tutorial
             How to protect your applications
             Download
             Purchase
       Gaia
       Hephaistos
       JavaGantt
 Services
       Promote your software
 Contact Us
 Links
      
  AbeonaI®
© 2011 BeeSoft ®
 

Abeona - how to protect your applications

Abeona and its digital signature system protects your license file against user interferences. Properties you store in license file cannot be changed without signature violation. So if you have in your license file property set to disable any application modul, user cannot overwrite file to enable it.

This works. But how you can protect your applications against illegal copy?

Generally - it is not a good idea to bind your license to concrete computer. Your customer becomes your hostage (and hostage of her or his hardware). What if the computer breaks down?

But if you need or prefer this way of protection, Abeona offers methods to obtain

  • computer MAC address (its network card unique number) and
  • user system name
  • .
They are implemented as static methods in eu.beesoft.abeona.License class and you can call it when user fills registration form in your application. And then simply append them to other properties when creating license file.

Better way is to use properties that are characteristic for your customer and store them to the license file . For example, if you produce some kind of economic software (e.g. bookkeeping), store customer company name in license file and use this property when you publish a new invoice. Any other unlicensed user is out of the game.

The other approach is in support. Better and frequent support (including new versions of application) for licensed customers will force illegal users to buy your product.

Of course, none of these solutions is applicable if you don't use computer bound license and you want to allow to use your application only N users of your customer. At this moment you need license server. Abeona offers one, and you can customize it for your needs.

 

Appendix

Abeona is protected by itself. The same system we offer to you is used to protect Abeona. Which properties do we use?

  • First is the same as in all license files - digital signature stored in property Abeona.Signature.
  • Property Abeona.Serial.Number contains serial number of your installation and this property is copied to each license you produce.
  • Also property Abeona.Owner contains your name (or name of your company) and is copied to produced license files too.

Any illegal usage of Abeona software is easily exposed. And the similar way we use to protect our software you can use to protect yours.