Rossen Georgiev
d0a57cc445
android_extract func now handles extra adb output
related issue #69
* extract_secrets_from_android_rooted calling adb for the first
will correctly handle the extra adb output
8 years ago
Rossen Georgiev
0a32c5d88e
bugfix extract_secrets_from_android_rooted; #69
* fixed file split
* fixed bytes to str comparison in py3
8 years ago
Rossen Georgiev
484536eff9
SteamAuthenticator can add/verify phone number
fix #59
New methods:
* add_phone_number()
* has_phone_number()
* confirm_phone_number()
* validate_phone_number()
8 years ago
Rossen Georgiev
d8e5c941b7
fix generate_confirmation_key typo
[ci skip]
9 years ago
Rossen Georgiev
af0b709f0f
guard: handle no response for steam time
* get_time_offset() now returns `None` when http request fails
* SteamAuthenticator has a property to determine whether to realign
time after a certain interval of time
9 years ago
Rossen Georgiev
f37ac6158f
SA: add key name to AttributeError
[ci skip]
9 years ago
Rossen Georgiev
ea3d5c5ac0
SA: used entire AddAuthenticator response
9 years ago
Rossen Georgiev
4b2bc7f9f0
SteamAuthenticator: remove unnecessary action map
9 years ago
Rossen Georgiev
7c59f6917a
fix #38 : genenerate_twofactor_code parameter order
9 years ago
Rossen Georgiev
b35ac2acbf
extract secrets from Android #37
9 years ago
Rossen Georgiev
99d74c82f2
implemented SteamAuthenticator; fix #32
9 years ago
Rossen Georgiev
1a69623fee
intial version of guard module; #32
* currently includes totp related functions
9 years ago