For Download Link check the main thread: http://gbatemp.net/threads/release-3ds_ctr_decryptor-void.370684/
well, that escalated quickly![]()
For Download Link check the main thread: http://gbatemp.net/threads/release-3ds_ctr_decryptor-void.370684/
decrypting newer roms.....and for the other flashcard to add 7.x encryption supportim pretty new here, what this actually for ?
...and for the other flashcard to add 7.x encryption support

did i say it was a bad thing?Why is this a bad thing? It only supports progress when others are able to access this kind of stuff!![]()

I'm having compile trouble. Is there is a list of required packages to build the padgen from source?
python2
devkitARM
openssl (if you want GW encrypted launcher)
Wait are the keys built right in or do I have to put them in myself?
you have to add the key yourself into main.c
Trying to compile using the command line "C:\devkitPro\msys\bin\make" from a cmd window in the folder with the source gives the errorpython2
devkitARM
openssl (if you want GW encrypted launcher)
arm-none-eabi-gcc -Os -Wall -marm -mcpu=arm946e-s -march=armv5te -mlittle-endian -fshort-wchar -fno-zero-initialized-in-bss -Iinclude -c source/crypto.c -o source/crypto.o
make: arm-none-eabi-gcc: Command not found
make: *** [source/crypto.o] Error 127
http://filetrip.net/dl?gKNbnpNF7VSo I have to compile it myself?
Why not load the key from an external file? More convenience than compiling.
open MAKEFILE and change
PREFIX=arm-none-eabi
to
PREFIX=C:\devkitPro\devkitARM\bin\arm-none-eabi
make: C:\devkitPro\devkitARM\bin\arm-none-eabi: Command not found
Code:make: C:\devkitPro\devkitARM\bin\arm-none-eabi: Command not found
:|