var fDesc=new Array(); fDesc[0] = "Login to Windows or automatically type in 2FA One Time Passes or Static Passwords through your Android Mobile fingerpint sensor. Seeds are being saved in the cloud an protected by a masterpassword. If you format your mobile, seeds are still kept safe.
The seeds and passwords are kept even if you format your mobile or Windows, so you won't have any problems loosing them.
The Passwords are being entered in the Windows app and can then be entered with an Android fingerprint in Windows.
Please take a look at our homepage to get the Android app."; 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 = ''; } }