rpcsx/rpcs3/Crypto
Hykem a1adc6cdaa First installment of RPCS3's custom crypto engine:
- Removed all scetool dependencies;
- Implemented a key vault to manage PS3 keys internally;
- Implemented SELF decryption;
- Improved PKG handling.

Notes:
- NPDRM SELF files (EBOOT.BIN) can also be decrypted. A valid matching RAP file must be placed under the dev_usb000 folder.
- The source code is considerably commented and several debugging functions were also added in order to aid anyone who wishes to contribute to the engine.
2014-03-03 04:48:07 +00:00
..
aes.cpp First installment of RPCS3's custom crypto engine: 2014-03-03 04:48:07 +00:00
aes.h First installment of RPCS3's custom crypto engine: 2014-03-03 04:48:07 +00:00
key_vault.cpp First installment of RPCS3's custom crypto engine: 2014-03-03 04:48:07 +00:00
key_vault.h First installment of RPCS3's custom crypto engine: 2014-03-03 04:48:07 +00:00
sha1.cpp First installment of RPCS3's custom crypto engine: 2014-03-03 04:48:07 +00:00
sha1.h First installment of RPCS3's custom crypto engine: 2014-03-03 04:48:07 +00:00
unpkg.cpp First installment of RPCS3's custom crypto engine: 2014-03-03 04:48:07 +00:00
unpkg.h First installment of RPCS3's custom crypto engine: 2014-03-03 04:48:07 +00:00
unself.cpp First installment of RPCS3's custom crypto engine: 2014-03-03 04:48:07 +00:00
unself.h First installment of RPCS3's custom crypto engine: 2014-03-03 04:48:07 +00:00
utils.cpp First installment of RPCS3's custom crypto engine: 2014-03-03 04:48:07 +00:00
utils.h First installment of RPCS3's custom crypto engine: 2014-03-03 04:48:07 +00:00