- 131
- Oslo
This is what I am working with on Python too. Have a bunch of data. Just working on the decryption now myself. the one part I am not understanding is the key length needs to be 32 bytes, but the key is 38 bytes. From what I can see in Nenkai's implementation is that is it truncating the key? I can't seem to get the magic to match right now.I've been looking too for a python implementation, if you need help let me know. I'm not an expert into decryption, but willing to help