-
Notifications
You must be signed in to change notification settings - Fork 48
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Encrypt message #23
Comments
update |
Just want to let you know I'm experiencing the same and waiting for a solution as well :) |
If one of you is willing to tackle this and open a pull request, you'd be more than welcome. |
I know "yowsup" is still working fine and I read something about decoding/cipher/RC4 in this project, but unfortunately this is beyond my knowledge :( |
hello, when I use test project on
static void wa_OnGetMessage(ProtocolTreeNode node, string from, string id, string name, string message, bool receipt_sent)
{
Console.WriteLine("Message from {0} {1}: {2}", name, from, message);
}
I get message like this
message = "3\b�����!��H����Q(��H@�M�U;+\r�(����%��"�!��â�x���\v�/އ����Q���3��)�VOZ:��"C3\n!��\r\te����̼��$:���y�Y��K��\n�v��\fJ����\0"��'7ܳ؇?�\tK&���VYv�����(�����0\0"
please decryp this ;)
thank you
The text was updated successfully, but these errors were encountered: