tgalal / yowsup

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

problem authkey registration #2985

Open elfarolito18 opened 4 years ago

elfarolito18 commented 4 years ago

hi, everybody! im trying to register yowsup, but received failed message.

here request res

"status":"fail","reason":"missing_param","param":"authkey"}\n' status: b'fail' reason: b'missing_param' param: b'authkey'

anybody have same problem?

thx a lot

ogurliev02 commented 4 years ago

oh, i have this problem too. Please, help us to solve it

bypper commented 4 years ago

Me, too :-(

SomaiaSaeed commented 4 years ago

me too

how2bot commented 4 years ago

Every number create different authkey

[authkey] => neDof1zmQgG2DybpZBA3aSWUPqKm/KKfSNway317oAA

elfarolito18 commented 4 years ago

Every number create different authkey

[authkey] => neDof1zmQgG2DybpZBA3aSWUPqKm/KKfSNway317oAA

So, where can i find it? I dont have any key.

how2bot commented 4 years ago

you can check it here

https://github.com/mgp25/RE-WhatsApp

RD211 commented 3 years ago

Does anyone know how to solve this problem? I am stuck as well.

ben221199 commented 3 years ago

The sent authkey is the public key of your client_static_keypair. The client_static_keypair should be generated even before verification/registration. Implementation of a basic verification process (without E2E) is shown here: https://github.com/ben221199/WAPI/blob/java/src/main/java/nl/ben221199/wapi/RegisterMain.java

root2185 commented 3 years ago

@ben221199 so how do I find the client_static_keypair?

ben221199 commented 3 years ago

@Scorpion2185 Here is a documentation: https://github.com/ben221199/WAPI/wiki/WhatsApp-Keystore

root2185 commented 3 years ago

@ben221199

Add this repository as dependency in your project.

I am not sure to how do that. I installed the Debian 10 yowsup-cli package.

Can you pull a request to add it maybe?

ben221199 commented 3 years ago

yowsup-cli is Python. WAPI is Java.

In order to decrypt your encrypted client static keypair, you need WAPI as dependency. This has nothing to do with running yowsup.