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
When you run the decrypt function with the wrong key, it segfaults. Does anyone know how to prevent this. The line that segfaults with the wrong key is:
When you run the decrypt function with the wrong key, it segfaults. Does anyone know how to prevent this. The line that segfaults with the wrong key is:
unsigned char *decrypt_data = xxtea_decrypt(text, strlen(text), key, &len);
Thanks.
The text was updated successfully, but these errors were encountered: