Pricing Change with 2.1.0.1

July 11, 2008

 

I have decided to release 3 versions of Serial Key Maker.  I will sell a LITE version, a Standard Version and a Professional Version. 

The Lite version ($49) will be a stripped down version of Serial Key Maker with just the basic functionality.  The Standard version ($99) is pretty much the same as the current version and the Professional Version ($199) is the version that contains the new functionality. 

Here is the breakdown of the functionality of each Version:

DEMO Version

Price: Free, valid for 30 days.

  1. Can NOT create unlimited duration keys.
  2. Limited keys generated in the demo version can be valid for a maximum of 14 days.
  3. CAN create up to 10 keys when creating keys in bulk-create mode.
  4. CAN use the new “Limit Features” functionality.
  5. CAN create machine specific keys.
  6. CAN use the “Freeform Text” functionality
  7. Can NOT use the Encrypt Text utility.

LITE Version

Price: $49, 30 days free support
Upgrade Price: N/A
Support Fees: $5 per year

  1. Can create unlimited duration keys.
  2. Limited keys generated in the LITE version can be valid for a maximum of 14 days.
  3. Can only create 1 key at a time.  No bulk key functionality.
  4. Can NOT use the new “Limit Features” functionality.
  5. Can NOT create machine specific keys.
  6. Can NOT use the “Freeform Text” functionality
  7. Can NOT use the Encrypt Text utility.

STANDARD Version

Price: $99, 30 days free support
Upgrade Price: Upgrade from LITE is $69
Support Fees: $30 per year

  1. CAN create unlimited duration keys.
  2. Limited keys generated in the STANDARD version can be valid for a maximum of 360 days.
  3. Can create up to 500 keys when creating keys in bulk-create mode.
  4. Can NOT use the new “Limit Features” functionality.
  5. Can NOT create machine specific keys.
  6. Can NOT use the “Freeform Text” functionality
  7. CAN use the Encrypt Text utility.

PROFESSIONAL Version

Price: $199, 30 days free support
Upgrade Price: Upgrade from STANDARD is $110, and from LITE is $160
Support Fees: $45 per year $199

  1. CAN create unlimited duration keys.
  2. Limited keys generated in the PROFESSIONAL version can be valid for a maximum of 360 days.
  3. Can create 1000 keys when creating keys in bulk-create mode.
  4. CAN use the new “Limit Features” functionality.
  5. CAN create machine specific keys.
  6. CAN use the “Freeform Text” functionality
  7. CAN use the Encrypt Text utility.

I have also added some more robust descriptions in the application, and have added to the samples showing how to use the new functionality.

I am currently working on the changes to the website, and expect to release by 7/14/2008.


New Maintenance Policy

July 1, 2008

 

This is a reminder that effective July 1 2008 I have changed the maintenance policy pertaining to Serial Key Maker.  It works as follows:

  1. The purchase of Serial Key Maker comes with 30 days free email support.  This allows unlimited email correspondance in trouble shooting and implementing Serial Key Maker.  Additionally, if during that time a new version is released, the user may upgrade to the new version, and a new License Key will be issued and no additional charge.
  2. After the initial 30 day period, a yearly maintenance plan can be purchased for $30 per registered license per year.  Again, while under maintenance, email support is free as are software upgrades.

Bug fix patches are always free, regardless of maintenance status.

If you have any questions regarding the policy change, please do not hesitate to ask.


New Version (2.1.0.1) Coming!

July 1, 2008

 

Based on user feedback, I have implemented three new features in the next version of Serial Key Maker Professional.  I am finalizing the Beta and I expect have the new version ready for download by July 14th.  All users who have current maintenance pans are eligibile for a free upgrade!

I am changing the pricing model in this version.  There will be a “Basic” version and a “Professional” version.  The basic version will retain the functionality of the current version of Serial Key Maker.  The Professional version will include the 3 new features. I will release pricing information details in the near future.

Feature Locking

The first feature I have added is the abilty to provide a more granular level of limitation to the license keys.  In version 2.1.0.1 (Pro), you will be able to lock out up to 5 features in your product. 

Feature Locking

So, if you want to release various levels of your product (for example, a basic version, and a professional version) you can use the License Key you generated with Serial Key Maker Pro to lock the “Basic” users from the “Professional” functionality of your application.

I have intentionally simplified the Feature Locking system.  A fundamental design goal of Serial Key Maker is simplicity.

The features are simply named Feature Lock 1 through 5 in the UI and in the code.  The features lock and unlock in sequence.  That means, if you have Feature 3 unlocked then Feature 1 and Feature 2 are unlocked too.  If Feature 4 is locked, then so is Feature 5.

Benefits of Feature Locking:

  1. can lock up to 5 descrete functions within your application
  2. provides ability to create tiered pricing levels for your software based on functionality that is unlocked by different license keys you generate
  3. can maintain and deploy one set of code for all levels of users
  4. your users do not have to re-install when they upgrade

Machine Specific Keys

Also new is the ability to lock a license key to a particular user’s machine.  A number of users have requested the ability to have the benefit of knowing their software is running on one machine only.

Machine Keys and Descriptions

This option is neccessarily a little more complex to implement, but some users have deemed the extra effort worth it. 

When the Serial Key Maker API is installed with your application, it now generates a machine specific key – a key that uniquely identifies the user’s machine running your Serial Key Maker implemented software. 

Your application, or your user, then sends you that Machine Key via email, “phoning home” or whatever method is appropriate.  You then use that key with the Serial Key Maker UI to generate a Machine Specific Licence Key, which you then give to your user to unlock your software.

This method of license key maintenance is obviously more labor intensive – you cannot simply generate multiple keys and upload them to your payment processor.  You can only generate one key at a time per intended user machine – it makes no sense to mass produce keys intended for one machine.  There is some user or application round-trip time required to get the machine key to you so that you generate a key for your user.

Benefits of Machine Specific Keys:

  1. can lock your software to one user’s machine
  2. more control on who has access to your software

Disadvantages:

  1. lose some automation ability – cannot generate multiple keys per user
  2. User Impact: if your user re-installs their machine, or replaces their computer, they will need to be re-issued with a new license key

Freeform Text

The final feature is the ability add freeform text.  Users have requested the ability to add user demographic and/or freeform information with the License Key.  To get this to work, I have had to adjust the structure of the key generated.  So, when you have this option on, the license key generated will no longer be in the XXXX-XXXXX-XXXXX-XXXXX format, but will rather be in a long encrypted string format.  You will thus need to handle that appropriately in your application.  (For example is would be unrealistic to have your user type in the encrypted string into a validation box. However, you could provider them with a license file that contains the string, and that your application reads to validate the license.)

Note:  This field is NOT used in license key validation directly.  Internally, there is no check to ensure that the text inside the free form field is “Joe Smith”.  However, there is nothing stopping you doing that validation inside your application after you have requested your user to enter the neccessary information.

Typical usage of this feature is to store user specific credentials for use within your application.  For example, you could display the registered user’s name and license details in your application’s “About” page.

Benefits of Freeform Text: 

  1. can store more detailed information pertaining to the license key
  2. provides flexibility for storing descrete data elements along with the license key

Disadvantages:

  1. The key generated is a long encrypted string and is not as user friendly as the default License Key generated by Serial Key Maker.

In a future post, I will share some details on implementing the new features in your code with some sample code.  I will also discuss the new pricing model.

Update: Press Release: Feature Locking and Machine Locking now available in Serial Key Maker 2.1.0.1!