uwlchemist
New Member
- Joined
- Aug 29, 2009
- Messages
- 38
I would like to log in to a bank website that uses multi-factor authentication (where you click on buttons to enter a password). The problem is that if I enter my password into the input field it fails because there is a formula that transforms the password you enter into something else depending on the session. For example...if my password is 12345...I click on the buttons 1, 2, 3, 4, and 5, the input box (cannot be manually inputted) is populated with something like "gslif". This transformation is changed periodically. I do not know the field names of the buttons. Does anyone have any experience logging in to web sites that use this type of authentication?