You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Thank you andot. That must have been it. I have installed the correct one now and it works.
Also as a tangent note, when I pip install xxtea-py on Fedora 25 the __pycache__ directory was not created and was giving me an error when trying to use xxtea-py. I created the directory /usr/lib/python2.7/site-packages/xxtea/__pycache__ on my machine and it works fine.
I am unable to get the python lib to match results from other languages xxtea libs.
I am using the following parameters:
key = 1234567890123456
str = TEST MESSAGE
I am encrypting and then base64 encode the answer.
The python lib gives me the result:
zH1tvARq5Vo+DR3PlcvPgA==
All other libs I have tried give me the result:
UooYNJx42NPS4lWOVBFaNw==
Below is the code I'm using for each one:
xxtea-python
xxtea-pecl
xxtea-c on an arduino
xxtea-js
The text was updated successfully, but these errors were encountered: