var fDesc=new Array(); fDesc[0] = "OneNote Password Password is advanced and extremely fast password recovery tool for MS OneNote notebooks (.one files).
All versions up to OneNote 2013 are supported.
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). Virtually endless number of combinations for mixed attacks.
Advanced keyboard layouts-aware recovery technique (on the fly conversion from one keyboard layout to another).
Char replacement option (e.g. L,l with 1 or T,t with 7, etc.)
Highly optimized code and GPU (AMD, NVIDIA, Intel) utilization guarantees fastest recovery speed.
Latest Intel HD Graphics integrated GPUs can be used for password recovery acceleration.
New fine-tuned code is used for AMD R9 and NVIDIA Maxwell cards.
For example OneNote 2003 recovery speed on Intel Core i3 4130 at 3.40GHz is 1 700 000 pass/s."; 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 = ''; } }