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
Nintendo DS games are equally playable both encrypted and decrypted. Only about 2KiB of data is affected by the encryption, but unfortunately that section is hashed. Given that systems capable of emulating NDS are easily strong enough to handle the decryption quickly, I suggest we decrypt as part of the hashing process for encrypted roms.
Nintendo DS games are equally playable both encrypted and decrypted. Only about 2KiB of data is affected by the encryption, but unfortunately that section is hashed. Given that systems capable of emulating NDS are easily strong enough to handle the decryption quickly, I suggest we decrypt as part of the hashing process for encrypted roms.
Reference code:
https://github.com/SabreTools/NDecrypt/tree/master/NDecrypt/NDS
https://github.com/TuxSH/wooddumper/tree/master/woodsec
The text was updated successfully, but these errors were encountered: