What's new

Windows tool to encrypt Naomi\Chihiro games?

You can use the python decrypt code for that as well.
It just needs some small modifications to have it use a specific key.

And it has some code that checks for a bunch of zero bytes to see if the correct key was used for decryption. You might need to remark that part.
 
it's called decrypt.py

if you replace all occurence of x.decrypt with x.encrypt I assume it should encrypt your bin again.
 
His "CHD Extraction and Conversion Guide" sticky;
CHD Extraction and Conversion Guide

Specifically

STEP 8 – BONUS TRACK
It's possible to reenctypt a game in order to use with another NON-ZeroKey Security Chip different from the
one it was intended for. You just need to decrypt the game with the game key and reencrypt the game again
with the NEW KEY of the Security Chip that you intend to use.

For NetBooting is trivial. You can use GDRom Explorer to decrypt the game and then encrypt it again using
this little tool (Crappy slow beta version, but works).
For Compact Flash, you also need to make sure that the filename of the first file to load, matches both in the
PIC and in the Compact Flash. In the previous example, I didn't change the name of the file but if you want to
use it with a NonZerokey chip, we need to change it to make it match with the one on the new pic The
location of the filename can be found on the PIC and can be seen in the picture 9 which is BDV.BIN.

Looking for that tool (or something that can reencrypt) so I can use a non-zerokey...

Thx!
 
Thanks MetalliC!

I actually already have DEScrypt from Makaron T11... How does one actually encrypt with it thou???
 
So perhaps I'm dense... but running DEScrypt against an unecncrypted file with the standard (Usage: DEScrypt.exe <key> <file>) does not encrypt a the file with the given key...
 
Back
Top