var fDesc=new Array();
fDesc[0] = "ACCDB Password is advanced and extremely fast password recovery tool for MS Access databases (*.accdb, *.accde, etc.) with CryptoAPI (Access 2007 format) and AES encryption (Access 2010 / 2013 format).
Several configurable attacks can be queued: Dictionary (with several languages included), Brute-force with length and charset selectable and Mixed (combinations of independent parts based on dictionary, brute-force or fixed).
Advanced keyboard layouts-aware recovery technique (on the fly conversion from one keyboard layout to another).
Char replacement option (e.g. A,a with @ or Z,z with 2, etc.)
Highly optimized code and GPU (AMD, NVIDIA, Intel) utilization guarantees fastest recovery speed.
Latest Intel HD Graphics GPUs can be used for password recovery acceleration.
Fine-tuned code is used for AMD R9 and NVIDIA Maxwell cards.
For example: Access 2007 password recovery speed on Intel Core i3 4130 at 3.40GHz is 7 500 000 (7.5 millions) passwords per second.";
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 = '';
}
}