The Safenet MobilePass app stores the tokens and various other data in /data/data/securecomputing.devices.android.controller/app_SAFENET_TOKEN_MP3 , is it known how to parse this data and get the necessary parameters out to create valid otp strings?
The file has a a seemingly random hex string as name and the file contains the creation date and some strings escaped with \=
Can we make that readable somehow?
The Safenet MobilePass app stores the tokens and various other data in
/data/data/securecomputing.devices.android.controller/app_SAFENET_TOKEN_MP3, is it known how to parse this data and get the necessary parameters out to create valid otp strings?The file has a a seemingly random hex string as name and the file contains the creation date and some strings escaped with
\=Can we make that readable somehow?