XHEO.com

Products

Mar
19
2010

Trials & Evaluations

Safely Offer Evaluations of Your Software

  • Issue trial licenses that can be limited by time or number of uses.
  • Users can enter a serial number to unlock the protected software.
  • Customize the trial form with your own logo and bitmaps.
  • If needed you can issue a code to extend the trial period for users that need additional time.

Next  License Automation & Monitoring

Mar
19
2010

License Automation & Monitoring

Monitor Your Software Usage Remotely

DeployLX includes a license server that can be used to remotely monitor license usage or revoke licenses.

  • Host your own license server with any compatible ASP.NET provider.
  • Supports connection issues for long running processes like ASP.NET web sites and Windows Services.
  • Handles automatic online hardware activation and software registration.

Next  Network Floating Licenses

Mar
19
2010

Network Floating Licenses

Offer Site and Network Floating Licenses to Your Customers

Floating licenses let you define the number of active users that can use the software on a specific network.

  • Network monitor runs as a simple tray appliation or a standard Windows Service.
  • Crash and connection loss handling reduce customer survice problems.
  • Network monitoring API available for building custom network monitoring applications.

Next  Software Subscriptions

Mar
19
2010

Software Subscriptions

Easily Create Software Subscriptions

  • Create software subscriptions that are limited by time or number of uses.
  • Automatically renew the subscription online.
  • Issue extension codes to renew the software subscription without an Internet connection.

Next  Globalization

Mar
19
2010

Globalization

Customize DeployLX for Your Culture

DeployLX allows you to customize the text on all the forms for each culture that you might support. The included translation editor makes it simple to translate all the text resources into your native language.

Next  Embeddable C# Runtime

Mar
19
2010

Embeddable C# Runtime

Embed DeployLX Licensing Directly Into Your Software

The Ultimate Edition includes the complete C# source code for the licensing runtime so you can embed it directly into your project. Combined with DeployLX CodeVeil you get the most secure and tamper proof protection possible.

  • Single source file makes it as easy to add the source as referencing the compiled assembly.
  • Compile flags turn feature on and off to include only as much as you need to support your licenses.
  • Compile your own version of the licensing assembly.

Download DeployLX Licensing

Mar
16
2010

DeployLX Package Pricing

Professional Team
Price $1300 $2800
Savings Save $1050 Save $1325
Team Size 3 6
Tools Installs
1 Workstation, 1 Laptop 1 Workstation, 1 Laptop, 1 Build Machine

Buy Now Buy Now
Additional Team Member $300/developer $300/developer
Sales Tools $100/seat $100/seat
Copy Protection Buy Now Buy Now
Includes DeployLX Licensing    
Rock Solid Security
Embeddable C# Runtime
Compelling End User UI
Generate Serial Numbers
Hardware Locking
Remote Monitoring & Automation
Network Licensing
Full Feature List 
Code Protection Buy Now Buy Now
Includes DeployLX CodeVeil  
Runtime Protection    
Inter-Assembly Obfuscation    
Multi-Threaded Processing  
Full Feature List 
Support
Support    
Updates 90 days 90 days
Assurance Contract $390/year
$840/year
Money Back Guarantee
If you’re not satisfied, for any reason, within 60 days you get a full refund, period, no questions asked. We don’t want your money if you’re not amazingly happy. 

Buy Now Buy Now
Mar
16
2010

Software Encryption

Go beyond obfuscation.

Most assembly protection tools provide basic obfuscation options to scramble the names of the symbols in the assembly. DeployLX CodeVeil takes this one step further by also providing encryption for the most important resources in your assembly. Without encryption your assembly can easily be reverse engineered and modified with tools like ILDASM and .NET Reflector.

Next Obfuscation

Mar
16
2010

What is Obfuscation?

When your .NET project is compiled Visual Studio generates an Assembly containing Microsoft Intermediate Language (MSIL) instructions, managed resources and meta data describing the types, methods, properties, fields and events in your assembly. Obfuscation is the process of renaming this meta-data in an Assembly so that it is no longer useful to a hacker but remains usable to the machine for executing the intended operations. It does not modify the actual instructions or mask them from observation by a hacker.

The process is most easily demonstrated with an example.

Original Code

public class Program
{
  static void Main( string[] args )
  {
    Console.ReadKey( true );
  }
}

Obfuscated Code

public class B
{
  static void A( string[] )
  {
    Console.ReadKey( true );
  }
}

Obfuscated & Encrypted Code

public class B
{
  static void A( string[] )
  {
    
  }
}
First Previous   1   2   3   4   Next Last