help with android wpa store
#4
Thanks for the additional informations. Now I understand what you mean.
Well, I assume
- you use a SAMSUNG ANDROID device (?)
- you have secure storage activated (?)
- your device is rooted  (?)

The bad news:
I do not know about an all-in-one tool to recover this secured passwords.
Read more about secure storage here:
https://nelenkov.blogspot.de/2012/05/sto...roids.html
and here:
https://forum.xda-developers.com/showthr...?t=2620337

Use adb root shell to disable secure storage (you need to type your WiFi passwords new, so this will not help you to retrieve your old passwords).

ANDROID use a masterkey, derived from the device unlock password or PIN
to encrypt (AES 128 bit) the WiFi passwords.
Read more about the PIN here:
https://hashcat.net/forum/thread-2202-po...l#pid13176

The good news (there is another to way recover the password):
capture an authentication sequence from your phone
convert the cap to hccapx
run hashcat -m 2500 and a wordlist containing your favourite passwords against this hccapx


Messages In This Thread
help with android wpa store - by ware55 - 12-17-2017, 10:55 AM
RE: help with android wpa store - by ZerBea - 12-17-2017, 11:28 AM
RE: help with android wpa store - by ware55 - 12-17-2017, 03:46 PM
RE: help with android wpa store - by ZerBea - 12-17-2017, 05:15 PM
RE: help with android wpa store - by kiara - 12-17-2017, 10:34 PM
RE: help with android wpa store - by ZerBea - 12-18-2017, 09:02 AM
RE: help with android wpa store - by ware55 - 12-20-2017, 10:06 AM
RE: help with android wpa store - by ZerBea - 12-20-2017, 06:26 PM