As a professional Web Developer I having a hard time deciding whether I want to keep my 1.5 so I can homebrew vs. upgrading to 2.0 so I can develope stuff on the Web for the PSP.
Sony, why did you have to make such a tough choice!!!!
Search found 12 matches
- Fri Jul 29, 2005 3:16 am
- Forum: PSP Development
- Topic: Sony 2.0 firmware update
- Replies: 64
- Views: 32375
- Tue May 17, 2005 12:24 am
- Forum: PSP Development
- Topic: Firmware file system access via wipeout browser
- Replies: 42
- Views: 70523
- Sun May 15, 2005 12:38 am
- Forum: PSP Development
- Topic: Use 1.0 to encrypt an exploite for 1.5
- Replies: 29
- Views: 14872
Signing in this case makes more sense. The AES encryption is mostly for the wireless (prevent sniffing, spoofing and general cheater mayhem), but it is a great tool for ensuring that a signed binary remains trustable. As I have stated before, Sony's goal is to ensure that devs go through them (and ...
- Sat May 14, 2005 8:03 am
- Forum: PSP Development
- Topic: Use 1.0 to encrypt an exploite for 1.5
- Replies: 29
- Views: 14872
- Sat May 14, 2005 7:56 am
- Forum: PSP Development
- Topic: Use 1.0 to encrypt an exploite for 1.5
- Replies: 29
- Views: 14872
I looked up some info on PGP ecryption. and from a website I got this quick case. Lets say youw want to send Allice an encrypted message 1. You say to PGP that it has to encrypt a message with the Alice's public key 'APK' 2. PGP creates a new temporary secret key 'TSK' randomly 3. PGP encrypts the m...
- Sat May 14, 2005 4:43 am
- Forum: PSP Development
- Topic: Use 1.0 to encrypt an exploite for 1.5
- Replies: 29
- Views: 14872
well i guess it was brought up. but has anyone have any luck trying to find this encryption function in the BIOS? this work depends on finding and being able to run the encryption function on a 1.0 PSP. If we can't do this then this thread and the one mention just now are both useless.. except for p...
- Sat May 14, 2005 2:02 am
- Forum: PSP Development
- Topic: Use 1.0 to encrypt an exploite for 1.5
- Replies: 29
- Views: 14872
- Sat May 14, 2005 12:22 am
- Forum: PSP Development
- Topic: Use 1.0 to encrypt an exploite for 1.5
- Replies: 29
- Views: 14872
I'm going to test this as soon as I find someone with another PSP. in the meantime if anyone else can confirm this save game transfer issue it would be great. I was also looking at the firmware directory dump in the other treads and i believe the best place to start would be: flash0:\vsh\module\ 602...
- Sat May 14, 2005 12:07 am
- Forum: PSP Development
- Topic: Use 1.0 to encrypt an exploite for 1.5
- Replies: 29
- Views: 14872
I believe it's already a fact that encrypted gamesaves are signed against the PSP, not just the game (that is, gamesaves are non-transferrable between PSPs). serious? that sucks... wait that means you can't swap your memory cards like you can on the PS2? that doesn't sound right. oh well i guess it...
- Fri May 13, 2005 11:52 pm
- Forum: PSP Development
- Topic: Use 1.0 to encrypt an exploite for 1.5
- Replies: 29
- Views: 14872
The problem here is that people are assuming the encryption is as simple and careless as something like CSS which is not the case. With BSAFE and Verisign being used, and possibly asymmetric encryption to protect symmetric keys... it makes CSS look like a toy (which it is). Well I'm not saying tryi...
- Fri May 13, 2005 12:22 pm
- Forum: PSP Development
- Topic: Use 1.0 to encrypt an exploite for 1.5
- Replies: 29
- Views: 14872
- Fri May 13, 2005 12:07 pm
- Forum: PSP Development
- Topic: Use 1.0 to encrypt an exploite for 1.5
- Replies: 29
- Views: 14872
Use 1.0 to encrypt an exploite for 1.5
If, and this is a big IF, all save game data is encrypted. That means that the encryption function could be in the bios. Could we get the address of that on a 1.0 firmware and use it, like nems did with sceDisplaySetMode, to encrypt a saved game data with a buffer-overflow exploite of some kind. the...