mirror of
https://github.com/SabreTools/NDecrypt.git
synced 2026-02-08 13:49:50 +00:00
Output doesn't open #26
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @andcbii on GitHub (Aug 17, 2025).
I've got a rom that's 4g and saved over two parts. I've combined the encrypted parts using the info here:
https://dumping.guide/carts/nintendo/3ds
copy /b part1 + part2 combinedI found how to get keys, but to be honest I'm not sure I did it correctly. Using the aes_keys.txt or the config.json (created with the helper script) I'm able to get NDecrypt to run, but the files that come out do not work with Lime3DS or Azahar. If the key were bad would the file still run? I noticed in my config.json AESHardwareConstant is set to null.
@mnadareski commented on GitHub (Aug 18, 2025):
If the encrypted and decrypted hashes match the No-Intro database, then they are correct. I do not know anything about Lime3DS or Azahar compatibility.
@andcbii commented on GitHub (Aug 18, 2025):
I think the keys were bad. I was able to get keys another way and it worked.