I'm looking for a way to re-transform a two-step-authentification-process (2SAP) back into a one-way-authentification-process.
I'm forced to use a 2SAP and it is impossible to change the process itself back to a 1SAP
So I'm looking for a workaround using something like WinAuth.exe
https://winauth.github.io/winauth/download.html
My approach is to use Autohotkey to do all the mouse-clicks the copy & paste for me.
I have a basically working version of it but it has some unreliabilties:
The WinAuth.exe is written in a way that the Autohotkey-window-spy is unable to analyse the GUI-elements like the button "re-fresh code" etc.
So the mouse-clicks of the autohotkey-script are based on relative x-y-coordinates of the WinAuth.exe-window.
This means as soon as the WinAuth.exe-window-size changes the script will fail because it places the mouse-arrow at the wrong place.
Everything would become a breeze if I had an auth-application that can create the tempory authenification-number where the GUI-elements like like text-edit-fields "create actual Auth-number" copy to clipboard etc. would be accessible
So an application written in delphi, or C++ where the autohot-key window spy can analyse the GUI-elements
would be great.
Does anybody know of such an alternative to WinAuth.exe?
best regards Stefan
与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…