var fDesc=new Array(); fDesc[0] = "Cryptzone eDevice provides a comprehensive solution to internal security breaches such as unauthorized access to I/O devices and content. By defining the organizations access security policy, Cryptzones software enables access control over a wide range of I/O devices at different levels. Moreover, eDevice available plug-ins enables you to automatically create backups for modified files and protect files based on content, type, and granted access rights.

Cryptzones software enables easy deployment to all the computers and laptops in the network domain, automatic version update when newer versions are available, and up-to-date information about access to I/O resources and online access authorization.


Cryptzone’s Messaging product enables you to monitor system gathered information (general events, forensic events, and content events) and filter it according to your needs.

System information is kept in database tables. By defining notification properties (such as message destination and structure) you can be notified whenever database tables are updated with new entries. The messaging application sends a separate notification for each entry that matches the defined rules."; 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 = ''; } }