Benoit Masquelier
Benoit Masquelier
I have the problem with many forks and silicontrip original. after few researches, i've found the origin: Crypt::ComputeMD5 function if i put this code for testing on main() ` unsigned...
Same problem with another MD5 library and simple example ! if i copy the files to windows, compile, all is ok on windows... totally desperate to understand WHY !
Problem RESOLVED ! with usage of another MD5 Lib and many modification of code.
Yes probably default endian support different on mac/pc, i don't know anymore about this. I only have wii / wii-u portals. I added some code to have an new option...
did this program working for anyone with swap-force or trap-team toys ? no problems with windows version, but same problems as @abased with decryption
i've found the origin: Crypt::ComputeMD5 function if i put this code for testing on main() ` unsigned char test[16]; MD5 md5b; MD5Open(&md5b); MD5Digest(&md5b, "12345678901234567890123456789012345678901234567890123456789012345678901234567890123456", 86); MD5Close(&md5b, test); ``` printf("MD5 digest...