var fDesc=new Array(); fDesc[0] = "Alcatraz is a C++ library that can be used to provide copy protection capabilities to an application. You can create and distribute time-locked trial versions and hardware-locked or user-locked full versions of your software. Both applications and components can be copy protected. The license file is signed and encrypted to prevent tampering. A license file generation program is provided along with the library. Alcatraz also provides a full featured implementation of automated web based licensing.
Online help is included with the software.
Features:
Creation of time-locked trial versions of your software.
Creation of machine-locked full versions (locked to a single machine to prevent copying).
Creation of user-locked full versions. (locked to a user identifier. This is less restrictive than machine-locked licensing).
Support for versioning.
Support for license transfer from one machine to another (For machine-locked software).
Support for automation of the license generation process. (For web-based automation of licensing).
Copy protection based on license file. No more hassle of giving out registration codes over the phone.
License file is encrypted and signed to prevent tampering.
Available as a static library to prevent spoofing of the licensing code.
Copy protect COM, ActiveX and OCX components as well as applications."; function tShowHide(id, show) { var s = document.getElementById("desc"); if ((s.innerHTML.length<=212 || show==1) && show!=2) { s.innerHTML = fDesc[id]; if (document.getElementById('m1')) document.getElementById('m1').style.display='none'; if (document.getElementById('m2')) document.getElementById('m2').style.display='none'; if (document.getElementById('more_txt')) document.getElementById('more_txt').style.display='inline'; } else { s.innerHTML = ''; } }