DeployLX Software Protection System

CodeAlgorithm Enumeration

Defines the types of algorithms used to generate serial numbers, activation codes and extensions.

Syntax

Public Enumeration CodeAlgorithm
public enum CodeAlgorithm

Members

NotSet

The algorithm has not been set.

SerialNumber

Use the standard algorithm for serial numbers. Semi-secure, uses custom code encryption, makes shorter codes. Security [####-] Usability [##---]

ActivationCode

Use the standard algorithm for activation codes. Secure, uses medium public code encryption, makes medium size codes. Security [#####] Usability [#----]

Simple

A simple algorithm that uses only numbers and short codes. Security [#----] Usability [#####]

Basic

Use a basic encryption system. Less secure but uses shorter codes. Security [##---] Usability [###--]

Advanced

Use an advanced encryption algorithm to encrypt the code. More secure, makes longer codes. Security [#####] Usability [#----]

Assembly:  DeployLX.Licensing.v5 (in DeployLX.Licensing.v5.dll)

See Also