var fDesc=new Array(); fDesc[0] = "Datum Locker allows the record keeping of account credentials and note taking which are deemed sensitive. Its strength comes from the use of an undocumented mathematically sound cryptographic algorithm to securely store your data on disk in addition to presenting an intruder with random semantics for the omittance of a valid key.

Datum Locker operates on a timer thus monitoring when the application becomes idle, such a time will result in the application locking'n'docking onto the system tray.

Datum Locker allows you to juggle your workstation notes and login accounts safely as a lock exists on this data behind the scenes deploying cryptography since it is fundamentally for your eyes only. By safe from PC intruders and store your data on disk in an unreadable state with the Datum Locker."; 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 = ''; } }