Announcement
New version (9.1) of Manco .NET Licensing System is comming soon. Customers who
bought version 9.0 during time period started at May 1, 2013 will get upgrade
to the new version for free.
Introduction
Manco .NET Licensing System is the powerful
licensing and copy protection software for .NET Windows Forms, WPF, WCF, WWF and
ASP.NET applications, controls and components. It consists of 9 major parts:
- Protection library performs all
operations on validating license rules, like test license expiry or check Unlock
Key validity. Protection library is available for .NET Framework 4.0, 4.5,
.NET Windows 8.1 Store applications and .NET Compact Framework 2.0 and 3.5.
- Data Service is the single access
point to the database with licensing data. This is the WCF Data Service which provides
data for License Manager and Activation Web Service. It can be hosted internally
in the License Manager or in the IIS as web service.
- License Manager is the full functional
application for complete license and customer management. It provides functionality
on integrating protection to your product and allows synchronizing data with remote
Data Service.
- Activation Web Service is the
web service that allows online product activation and validation. This product can
generate Activation Keys that binds software licenses to the particular PC. It also
can communicate with e-Commerce services (like RegNow or ShareIt!) in order to create
necessary software licensing information like Unlock Keys and/or license files.
- License Shop is the web-based
(Silverlight) tools for complete customer and license management. Using it you can
issue licenses and keys outside your office just using any Silverlight-ready PC.
- Floating License Service
is the WCF service that allows centralized license distribution and concurrent using
of licenses. It can be installed either into your client's network or on your side.
- Database Manager is the application
which install new or upgrade existing database, and allows copy licensing data from
one database to another.
- Protected Storage Cleaner is
the free application which can be installed to the PC and/or servers which are used
to test protected application and which need not to have License Manager is installed
in. It is used to clear protected storage from the old licensing data.
- Encryptor is the console application
which performs encryption operations from the command line. It makes possible automation
of the encryption during application building process (from the Visual Studio, for
example). This application uses the same license as License Manager use (share it
with License Manager). Using of this utility is allowed in the "Professional Edition"
and high.
Manco .NET Licensing System uses very flexible
licensing schema with following main features:
- Strong license file and unlock
key encryption.
- Flexible license file content
allows creation lots of different licensing schemas.
- 47 predefined rules and unlimited
number of custom values provide you with flexibility in selection of licensing schema.
- Custom values allows you storing
any additional information in the license file, so you can lock/unlock some features
of your product, or make some additional tests to validate license.
- Manco .NET Licensing System allows creation of the
Time/Usage limited evaluation version of your product that is limited by
running time (you can set expiration date or number of days before license expiration),
number of runs and some features of the product.
- You can protect your .NET product using
license file or strong encrypted Unlock Key.
Additional user data (like product edition or number of the concurrent sessions)
can be included to the Unlock Key. Manco.Licensing protection library then extract
this data and allows using it in the code for additional validations.
- Online product activation and validation.
Activation Web Service allows to automate the process of the license activation
(binding license to the PC hardware). It also makes possible to validate license
online. Multiple activations for single license file or Unlock Key are allowed.
- Our system uses strong RSA encryption to sign license files.
- Built in support for product editions
and feature lists. Using custom attributes and properties of the license
object you can very easy assign product functionality to the different application
editions, or even specify list of the features are available for customer.
- Subscription licensing. Subscription
model for licensing is very often used to limit licensed product with number of
days or specific date. For example, you can desire to limit your customers by one
year of your product using. Manco .NET Licensing System provide 2 ways to set subscription
expiration date: by encrypting it into the Unlock Key and by set it in the license
file.
- Manco .NET Licensing System allows you to
encrypt the application data, source code and binaries with following using
of the encrypted data and code in your application. Manco.Licensing protection library
allows you dynamically decrypt, compile, load and use encrypted code in runtime.
- Citrix and Terminal Server support.
In the Citrix or Terminal Server environment there is 1 PC only (hardware profile),
but it can run multiple sessions. Manco .NET Licensing System can automatically
detects, that protected application runs on a Citrix or Terminal server and request
a license for each connected client PC.
- Source code integration allows
including of the protection library right in code of your application.
- Concurrent user licensing. For
example, you sell to a company with 100 computers, and they install your software
on all their PCs. However you only have to issue one license and register it on
the Floating License Web Service that all 100 computers can connect to. You can
specify how many PCs are allowed to use this license concurrently (10, for example)
and that license will only allow 10 users to use your software at one time.
- Component/Control licensing.
Manco.Licensing System provides a complete solution for component and control developers.
- License and Activation e-Mail.
Activation Web Service automatically sends e-Mail with licensing information when
creates it in automatic mode. It also sends e-Mail with activation code to the customer
in case the product is activated successfully. Manco License Manager allows you
to send e-Mails with licenses and Unlock Keys to the customers in one click. Manco
Licensing System can be configured so every version of every product will have own
confirmation and/or activation letter or some products can share the same one.
- Notification e-Mail. The License
Manager allows you sending e-Mail to the group of customers from the "Customers"
page. Not available from the evaluation version.
- Embedded license file. License
file currently can be used as embedded resource in the application. It can be useful
for the applications that uses "Unlock Key" licensing schema. In this case you don't
need to distribute any external files with your application.
- Import information about purchases
from the auto-response forms. If you sale your products by the internet store or
e-Commerce server (like RegNow, ShareIt! etc.) then you get order confirmation letters
from them. You can copy and paste information about the purchase on the field by
field base, but it's more comfortable and easy just to copy-paste a whole letter
to the form and allow License Manager to import it to the system.
Manco .NET Obfuscator.
It is not a secret the programs written for .NET are easy to reverse engineer. This
is not in any way a fault in the design of .NET. It is simply a reality of modern,
intermediate-compiled languages. Code obfuscation is a form of software protection
against unauthorized reverse-engineering.
Manco .NET Obfuscator is designed to convert .NET assemblies into the form which
is hard to read after de-compiling to the languages like C# or VB.NET. It has following
main features:
- Obfuscate name of the classes,
fields, methods and other elements, which aren't a public.
- String encoding is used to hide
string constants in application so they aren't appear in the obfuscated binaries
in the original form. This feature is available in the "Standard Edition" and high.
- Control flow protection adds
spaghetti logic into your code. This logic can be quite difficult to analyze. Using
of the control flow protection also protect your code from de-compilation to C#
or VB.NET with tools like Reflector. This feature is available in the "Professional
Edition".
- Total obfuscation allows obfuscating
the major assembly and its dependencies in 1 process. It makes possible hiding of
the public members of all assemblies in project as well as private or internal members
of the single assembly.
- Resign assemblies after obfuscation
using SNK or PFX files.
- Support obfuscation of the assemblies created for .NET Framework 2.0,
3.0, 3.5, 4.0, 4.5, Windows Store applications and .NET Compact Framework 2.0 and 3.5.
Manco.Obfuscator is provided in the 2 forms: as Windows application with GUI interface
and as console application which can be run from the command line or from the Visual
Studio.
|