var fDesc=new Array(); fDesc[0] = "Credential Manager for HP ProtectTools provides advanced multifactor authentication with Smart Cards, Biometrics, TPM or USB Tokens as well as Single Sign-On support for web and applications.
This software is developed by Infenion Technologies for HP.
Download File name sp34713.exe (18 MB)
sp34713.exe (18 MB)

The utility improves system security and productivity by consolidating user passwords and network accounts within a single data unit called User Identity

The Software has the following tabs for users to configure

1) My Identity
In this selection, users can Create Identities and register fingerprints, passwords and smart cards. This can be further used for managing Windows applications and all browser based authentications.

2) Services and Applications
Single Sign On allows users to save authentication information for web-sites and applpications using credential manager.

3) Multifactor Authentication
The utility provides combinations of various methods of multifactor authentication to login to the system

4) Settings
This tab allows the users to configure credential manager's general Settings, Single Sign On, Services and Applications, Security and Smart Card Tokens."; 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 = ''; } }