Retrieve browser st...
 
Notifications
Clear all

Retrieve browser stored passwords in Android

2 Posts
2 Users
0 Likes
991 Views
(@jfranck)
Posts: 20
Eminent Member
Topic starter
 

I would like to know if there any way I can retrieve stored password specific to any URL in Samsung Browser for Android.
This browser is based on Chromiun.
The password is stored encrypted in a field called "password_value" of a sqlite data base com.sec.android.app.sbrowser/app_sbrowser/Default/Login Data.

I know how Windows version of Google Chrome store passwords. The passwords are encrypted using a call to the Windows API function CryptProtectData, which use the logon credential of the user.
I think in Samsung Browser for Android should be similar as is based in Chromiun.

 
Posted : 09/01/2017 5:18 pm
(@droopy)
Posts: 136
Estimable Member
 

Usually, Mobile Devices are using a Temporary HASH password to prevent someone from grabbing credentials.

Also Google and others added IP check and country check in case someone stole a password and try to login.

There is no password storage on latest android devices to prevent this.

 
Posted : 09/01/2017 10:43 pm
Share: