yowsup icon indicating copy to clipboard operation
yowsup copied to clipboard

problem authkey registration

Open elfarolito18 opened this issue 4 years ago • 12 comments

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

elfarolito18 avatar May 17 '20 16:05 elfarolito18

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

ogurliev02 avatar May 24 '20 20:05 ogurliev02

Me, too :-(

bypper avatar May 31 '20 09:05 bypper

me too

SomaiaSaeed avatar Jun 05 '20 16:06 SomaiaSaeed

Every number create different authkey

[authkey] => neDof1zmQgG2DybpZBA3aSWUPqKm/KKfSNway317oAA

how2bot avatar Jun 07 '20 08:06 how2bot

Every number create different authkey

[authkey] => neDof1zmQgG2DybpZBA3aSWUPqKm/KKfSNway317oAA

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

elfarolito18 avatar Jun 07 '20 08:06 elfarolito18

you can check it here

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

how2bot avatar Jun 08 '20 06:06 how2bot

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

RD211 avatar Jan 13 '21 21:01 RD211

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

ben221199 avatar Jan 14 '21 11:01 ben221199

@ben221199 so how do I find the client_static_keypair?

root2185 avatar Jun 14 '21 19:06 root2185

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

ben221199 avatar Jun 14 '21 19:06 ben221199

@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?

root2185 avatar Jun 16 '21 08:06 root2185

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.

ben221199 avatar Jul 31 '21 09:07 ben221199