So when I tried to play the adx from the P5R Chinese PKG (from bp_10.awb in this case) results in it playing but as a garbled mess/earrape. Is it encrypted?
I searched around and found an adx file decryptor which bruteforces an adx file and decrypted the rest.
I left it for a few hours (probably around 7-8 hours) and it's still not done so I think it's gonna take a while (I know brute forcing an encryption is slow af). I want to ask is it actually encrypted or am I missing something here cause I don't wanna waste electricity for a few days only for it to be not encrypted.
Some insight will be appreciated. Thanks.
P5R .adx Files Encrypted?
- zettonaender
- Posts: 28
- Joined: Mon Jul 20, 2020 7:27 pm
- Has thanked: 6 times
- Been thanked: 8 times
- ShrineFox
- Site Admin
- Posts: 215
- Joined: Mon Oct 07, 2019 3:19 am
- Has thanked: 219 times
- Been thanked: 94 times
Re: P5R .adx Files Encrypted?
The ADX key is 10882899, you can batch decrypt them using a .bat file containing the following in the same directory:
Only problem with this method is it doesn't change the encryption key at 0x13 to 0 afterward so you'd have to manually hex edit each one. Another thing you could do is use foobar2000 with the vgmstream plugin and put this in the same folder as your encrypted AWB: https://cdn.discordapp.com/attachments/ ... 491/adxkey
That should allow you to play/convert them
Code: Select all
for %%f in (*.adx) do VGAudioCli.exe %%~nf.adx %%~nf_dec.adx --keycode 10882899
That should allow you to play/convert them
Disclaimer: I try to respond to everything I can, but might not always have an answer to every question.
Github | Project Status
Github | Project Status
- zettonaender
- Posts: 28
- Joined: Mon Jul 20, 2020 7:27 pm
- Has thanked: 6 times
- Been thanked: 8 times
Re: P5R .adx Files Encrypted?
So the foobar+VGMStream worked because the key you posted here should be 29915170 (found on vgmstream github). Just putting this here for anyone looking in the future.ShrineFox wrote: ↑Thu Aug 27, 2020 4:03 amThe ADX key is 10882899, you can batch decrypt them using a .bat file containing the following in the same directory:
Only problem with this method is it doesn't change the encryption key at 0x13 to 0 afterward so you'd have to manually hex edit each one. Another thing you could do is use foobar2000 with the vgmstream plugin and put this in the same folder as your encrypted AWB: https://cdn.discordapp.com/attachments/ ... 491/adxkeyCode: Select all
for %%f in (*.adx) do VGAudioCli.exe %%~nf.adx %%~nf_dec.adx --keycode 10882899
That should allow you to play/convert them
Cheers.
Beta morgana is nightmare fuel lol