开发者

WiFi Password: how is it stored and where?

Anyone knows how and where the WiFi passwords are stored on the android devices. I'm not looking into cracking it, but into saving and restoring whatever "container" holds it.开发者_运维技巧 any android API framework support to save wifi password and then retrieve the wifi password?


It varies from device to device: it is stored in the wpa_supplication.conf configuration file, but that can be customized from distribution to distribution. See for a couple of possible locations, but you will need to dig around your device for it.

There is no API support for reading/writing Wifi passwords for APKs not signed with the system key, so no: you won't be able to retrieve it.


grep "k=" /data/misc/wifi/wpa_supplicant.conf | sed '2!d'


First, you need root access, a rooted device to see the files which are normally abstract the whole device information from the end user. You can use a application like ES file explorer available on playstore. Then allow root access to the ES file explorer and then turn on root explorer from the menu. Here you go just go to local menu and click device button data» misc» wifi » your wow file is here .!

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜