Well I think the idea of write an encrypt/decrypt application would be great. You say that you have the blowfish key? What about if we try to use that key to decrypt the data using blowfish method. An other question is: How are you sure its really encrypted with blowfish?
Other thing I have in mind is: You say look through ASM of ROM right? So for looking at this you/we must know about ASM ARM11 right? Is the processor that use 3DS right? From what offset what should we start to looking at? Maybe we can find the encryption/decryption algorithm that ROM use when game is saving into file userX.
Could you tell me some info about how it works? At the moment I could try to write the application for test the blowfish.
Other thing I have in mind is: You say look through ASM of ROM right? So for looking at this you/we must know about ASM ARM11 right? Is the processor that use 3DS right? From what offset what should we start to looking at? Maybe we can find the encryption/decryption algorithm that ROM use when game is saving into file userX.
Could you tell me some info about how it works? At the moment I could try to write the application for test the blowfish.
Comment