-
我只是单纯好奇,如果上面没有的加密算法,它能推理出来吗?
-
Here is are some results with XXTEA/PHP:
```
text: This is an example. !@#$%^&*(){}[]:;
key: 8GmZWww5T97jb39W
encrypt: ZB3oHyOnV+jeZlS4JzQYxwiToxy0NYbcV7YN8wPDHsNLTjxJGPr+5w==
decrypt: T…
-
code:
public static void Main (string[] args) {
string encrypt_data = "AgCwAP////8AAAAAAIAAALAFAA68k8Tb7TCcSrvGAVaxkx9W";
string key = "VJl53SVcTSYvyFF0";
byte[] da…
-
This library seems incompatible with Arduino XXTEA.
The application was to send an encrypted data from Arduino via POST request and decrypt it in PHP.
[Arduino XXTEA used](https://www.arduino.cc/ref…
-
### Cocos Creator version
3.7.2
### System information
Android 14,level 34 PJA110
### Issue description
同一份产物打包,只有部分机型会,不知道为何,寻求帮助
### Relevant error log output
0
#00 pc 00000000002c9a18 do_xx…
-
Get error:
```
C:\Users\user\.nimble\pkgs\xxtea-1.0.2\xxtea.nim(83) encrypt
C:\Users\user\.nimble\pkgs\xxtea-1.0.2\xxtea.nim(20) encrypt
C:\Users\user\.nimble\pkgs\xxtea-1.0.2\xxtea.nim(20, 26) Er…
-
C:\Users\M\Desktop\luac-Decryption-master>python main.py -d bsj!@#cocos XXTEA C:\Users\Min\Desktop\game\assets\scr
Traceback (most recent call last):
File "main.py", line 1, in
import xxtea
…
-
Hello! It appears that key data is treated as a zero-terminated string by your library which makes it impossible to use '\0' as part of a key.
```Lua
local xxtea = require 'xxtea'
local functio…
-
Example given in the readme is not working. Am I doing something wrong?
import xxtea
text = "Hello World! 你好,中国!"
key = "1234567890"
encrypt_data = xxtea.encrypt(text, key)
decrypt_data = xxtea…
-
Traceback (most recent call last):
File "/Volumes/Study/Python/Web/venv/lib/python3.6/site-packages/cffi/cparser.py", line 5, in
from . import _pycparser as pycparser
ImportError: cannot imp…