-
Notifications
You must be signed in to change notification settings - Fork 9
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
About alternative rooted solution #10
Comments
tokens from RKStorage are jwt tokens |
I've spent a lot of time trying to find a token. It looks like it should be a file called The only file I found was <?xml version='1.0' encoding='utf-8' standalone='yes' ?>
<map>
<string name="SteamGuard_1">{...}</string>
</map> It seems to me, that it holds the token. But it is another story. |
if someone stumbles on this from google:
|
I might add that the time my comment is written, the previous answer no longer outputs the direct otp code. {
"accounts": {
"NUMBERS": {
"shared_secret": "som/ething=",
"identity_secret": "something=",
"secret_1": "something=",
"serial_number": "a number",
"revocation_code": "the backup code",
"account_name": "your account name",
"token_gid": "some token",
"confirm_type": 3
}
}
} To get the otp code, copy the shared_secret, decrypt base64 and encrypt to base32 : echo "<shared_secret>" | base64 -d | base32 (found from beemdevelopment/Aegis#390 (comment)) |
Hello, you suggested
device:/ # cat /data/data/com.valvesoftware.android.steam.community/files/*
, which key is it? I tried both the AuthToken and RefreshToken in Aegis Authenticator but it couldn't import as it said it wasn't in base32.The text was updated successfully, but these errors were encountered: