You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is a nicely-explained bit of reverse engineering work, but it's not directly applicable to python-vipaccess.
python-vipaccess works by replicating the web-based provisioning process to generate a new TOTP token, so that the closed-source VIP Access apps are never involved at all
This blog post involves running the closed-source Fortitoken app to provision a token, then figuring out how to deobfuscate/extract the token secret from its on-device storage.
If you want to make python-vipaccess work with Fortitoken, you'd need to figure out the web-based provisioning process for Fortitoken.
https://www.fortinet.com/content/dam/fortinet/assets/data-sheets/fortitoken.pdf
Fortinet says it is OATH-TOTP (RFC6238) compliant
The text was updated successfully, but these errors were encountered: