yowsup
yowsup copied to clipboard
problem authkey registration
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
oh, i have this problem too. Please, help us to solve it
Me, too :-(
me too
Every number create different authkey
[authkey] => neDof1zmQgG2DybpZBA3aSWUPqKm/KKfSNway317oAA
Every number create different authkey
[authkey] => neDof1zmQgG2DybpZBA3aSWUPqKm/KKfSNway317oAA
So, where can i find it? I dont have any key.
you can check it here
https://github.com/mgp25/RE-WhatsApp
Does anyone know how to solve this problem? I am stuck as well.
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 so how do I find the client_static_keypair
?
@Scorpion2185 Here is a documentation: https://github.com/ben221199/WAPI/wiki/WhatsApp-Keystore
@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?
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.