main menu
Home

Product

Support

About
Copyright © 2008 Awady Software an Awady, Inc. Company
pocket pc products
Home | Products | Support | Contact Us | About
EasyTrial

Summery:

EasyTrial is class library that allows you to create a secure trial version for your software in no time.

Version: 1.0

Price: Handango          $49.99 
                              
                                $39.99


Overview
- Still wondering how to make secure trial version for your software? don't bother yourself any more, EasyTrial is here for you, just add few lines of code to your project and you are done.

- EasyTrial is a class library that helps Compact Framework.net programmers to make trial verisons for thier applications in easy and secure way, without bothering themselves with any technical issues.


Features

Highly secure:
- Information regarding the trial version is stored in multiple places that work as backup for each other.
- Information regarding the trial version is hidden and very hard to reach.
- EasyTrial uses MD5 hashing, which makes the stored information very secure, even when reached it will be unchangeable because of hashing.
- AntiCracking system, if anyone tries to change the trial version stored hashed information, which are very hard to be found, EasyTrial will detect him and the trial version will be ended.
- EasyTrial library is obfuscated, preventing any reverse engineering trials.


24/7 technical support:
- With EasyTrial you'll have a 24/7 technical support for any questions or inquiries concerning EasyTrial, emails are replied within 24 hours.
PLUS
There is full documentation for EasyTrial, in C#.net and Visual Basic.net.


Four trial version styles:
EasyTrial has four trial version styles, to choose what exactly fits your needs.

   UsageTimesLimited:
   It allows you to create a trial version that can be executed for limited
    number of times, for example if you set the number of times to 5, then
    every time the user runs the software, 1 will be subtracted from the
    remaining times.


   TimeLimited:
   It allows you to create a trial version that runs for a limited amount of
    time, for example if you set the hours parameter to 2, and minutes
    parameter to 30, then your trial version will run for only 2 hours and 30
    minutes, every time your user runs the software a timer will start, if the
    user closed the software after 7 minutes for example, then the remaining
    time will be 2 hours and 23 minutes, and so on.


   DaysLimited:
  
It allows you to create a trial version that works for limited number of
    days only then expire, for example if today is 2nd Jan and you set the
    number of days to 10 days, then your application will be available for
    usage between 2nd and 12th Jan, if the user tried to run it in any other
    time it will not work.


   MoreLimits:
   
This option gives you more other limitations that you can use for your
    trial version, like exiting your software after certain period of time or
    showing repeated predefined messages.


Requirements
- Microsoft Visual Studio.net 2003
- Microsoft Visual Studio.net 2005