The PSP Emulator for Windows thats written in java gets yet another update:
Heres whats new:
Implemented crypto functioning:
- Created a CryptoEngine to handle all crypto operations;
- Added custom classes for AES128 (CBC and with CMAC) and SHA1 algorithms' handling;
- Implemented KIRK commands 1, 4, 7, 10 and 11;
- Partially ported and integrated PRXDecrypter's code with the CryptoEngine;
- Improved PSP file struct based on new findings;
- Implemented full EBOOT.BIN/PRX version 2 (post firmware 2.80) decryption.