tgalal / yowsup

The WhatsApp lib
GNU General Public License v3.0
7.02k stars 2.23k forks source link

/data/data/com.whatsapp.wb4/shared_prefs/keystore.xml #3242

Open musir88 opened 8 months ago

musir88 commented 8 months ago

/data/data/com.whatsapp.wb4/shared_prefs/keystore.xml

client_static_keypair_pwd_enc This is the user’s public and private key

client_static_keypair_enc Is this the public and private key of the message?

So what is ID?

I'm trying to export information in this format from Android number, login pulickey, login privatekey, msg publickey, msg privatekey, account id.

wanxings commented 8 months ago

The message public key and private key are in axolotl.db, the identities table, the field "recipient_id" is a record of -1, the user ID is generated through the file "me" and the file "rc2"

Rodrigosolari commented 7 months ago

i read the /data/data/com.whatsapp.wb4/shared_prefs/keystore.xml, Where can it be tested, could you give more information? to collaborate with you. tgID @dodysol

bahtiarp commented 7 months ago

/data/data/com.whatsapp.wb4/shared_prefs/keystore.xml

client_static_keypair_pwd_enc This is the user’s public and private key

client_static_keypair_enc Is this the public and private key of the message?

So what is ID?

I'm trying to export information in this format from Android number, login pulickey, login privatekey, msg publickey, msg privatekey, account id.

i can extract yowsup config.json from keystore.xml. But i was facing GCM porblem. as in #3182

OvoLiuLiu commented 4 months ago

Do you know how to unravel this data? thank you. @wanxings

OvoLiuLiu commented 4 months ago

Did you solve a problem? please help me @Rodrigosolari