PSP3D Left Header
Shop Online
PSP3D Logo CraveOnline Logo
Help the PSP 3D community grow!
Vote for us below:


Vote on the PSP Top 200
PSP Top 200 - Games, Videos, Wallpapers, Files, Hacks, Homebrew

Homebrew/Hacking - Discuss the latest available homebrew applications and games.

Welcome to PSP3D.com - Sony PlayStation Portable News, Homebrew, Hacks, Reviews, Videos, Mods, Forums!

You are currently viewing our website as a guest, which gives you limited access to reply and interact to discussions and other members. By joining our free community, you will be able to post topics in the forums, communicate privately with other members, vote in polls, and access many other special features.

Registration is fast, simple, and absolutely free so join our community today!

Go Back PSP3D.com - Sony PlayStation Portable News, Homebrew, Hacks, Reviews, Videos, Mods, Forums > PSP Forums > Homebrew/Hacking

Reply
 
LinkBack Thread Tools Display Modes
  #1 (permalink)  
Old 11-27-2005, 06:48 PM
KingPepper's Avatar
KingPepper KingPepper is offline
Member
 
Join Date: Nov 2005
Location: Now in Buckinghamshire, England.......
Age: 43
Posts: 33
Points: 0.79
Donate
Post There is One Question that has to be Asked!!!!

There is One Question Bugging Me.................

Why Don't all the Hackers in the PSP Scene ,
Get Together & Crack the Encryption of the 2.5 Firmware?

Surely thats the way to Go, as no matter what new Firmwares are released
they could be Decrypted by you!!!!!

And then the Firmware 2.5 Onwards would be at your Mercy!!!!!!!

Example:- Take out the Security Checks in the Code
And or Put a Option on the PSP Menu, Load .ISO's & Homebrew Code!!!!!

I can see that Happening in the Future, so get your Heads together Everyone,
And Crack it!!!!!!

Yours Hoping

KingPepper
Reply With Quote
  #2 (permalink)  
Old 11-27-2005, 06:53 PM
coagulatequick's Avatar
coagulatequick coagulatequick is offline
Senior Member
 
Join Date: Nov 2005
Posts: 207
Points: 0.13
Donate
Well the next hack meeting from this site will hopefully have MPH sitting with us and hoppefully we can put all our ideas together and finally screw sony over......
__________________
www.awesomesquad.net <The awesome of awesome>
Reply With Quote
  #3 (permalink)  
Old 11-28-2005, 02:48 PM
Shambler Shambler is offline
Member
 
Join Date: Nov 2005
Posts: 53
Points: 0.00
Donate
As far as I know it's not exactly a matter of cracking the 2.5 encryption (tho yes for the most part you have exactly the right idea) but instead it is a matter of cracking the PSP hardware encryption. (so I'm lead to believe but I won't say for certain that this is the case)

What that means is the encryption is hard-coded into the actual processing chips inside the PSP itself and to crack it you would need an EXTREME'LY experienced, (i.e. a professional and probably well paid) hardware reverse-engineer who could use incredibly expensive tools to open up the PSP and examine the chips to try and find the encryption process/algorithm.

As you may guess, this is a very big and probably very expensive job However if the encryption algorithm is discovered then (and you were indeed right about this) there is absoloutly NO way of stopping homebrew applications because if you encrypt them properly using the algorithm then the PSP wont be able to tell a Homebrew firmware update from a Sony firmware update. (the only possible 'fix' for this is to give all new PSP's a different encryption algorithm)

This is also why I tell people that trying to do a fake firmware update is not possible without encrypting the new firmware properly. (or more likely, generating a special validation key that matches the new firmware files)


As I said earlier tho I'm not 100% sure if that's how it works or not but I imagine it's very close.

Last edited by Shambler : 11-28-2005 at 02:50 PM.
Reply With Quote
  #4 (permalink)  
Old 11-28-2005, 03:02 PM
iball iball is offline
Senior Member
 
Join Date: Nov 2005
Posts: 146
Points: 0.41
Donate
Shambler, it's not going to work. The code in the chips is the PUBLIC key, and that's never going to "reveal" the private key used to sign the software itself.
The PRIVATE key is held at Sony HQ in Japan.
Attempting to brute-force is also going to lead nowhere, even if you had a million computers trying to brute-force the key, you'd still be dead from old age before it's found. Even the 12 year-olds on here would be dead from old age.
Asymmetric encryption. Google it.
Reply With Quote
  #5 (permalink)  
Old 11-28-2005, 03:13 PM
Shambler Shambler is offline
Member
 
Join Date: Nov 2005
Posts: 53
Points: 0.00
Donate
Oh yes I'm aware brute-forcing it is practically impossible

As I said in my last post, I'm not entirely sure how it works (but at least I know I was partly right about it now) and I don't know a great deal about cryptography etc. tho I will google what you mentioned,
Thanks.
Reply With Quote
  #6 (permalink)  
Old 11-28-2005, 03:37 PM
Shambler Shambler is offline
Member
 
Join Date: Nov 2005
Posts: 53
Points: 0.00
Donate
Ok, read up on that...interesting.

Is there any place where I can get more information on how the PSP encryption works? (i.e. details such as...are firmware updates themselves encrypted or is there just a validation key in the update file header etc.)
Reply With Quote
  #7 (permalink)  
Old 11-28-2005, 03:51 PM
iball iball is offline
Senior Member
 
Join Date: Nov 2005
Posts: 146
Points: 0.41
Donate
The games are signed/encrypted using the private key.
They can then only be decrypted/verified using the public key loaded into the PSP. If it's not "verified" as being signed by the private key, then you get the infamous "corrupted file" error or in the case of GTA and 2.0 games like it, the F-error when running a version changer against a UMD or ISO.

That's all PSP exploits do. Allow unsigned code to run.
Reply With Quote
  #8 (permalink)  
Old 11-28-2005, 04:03 PM
train2335 train2335 is offline
Highly Respected Member
 
Join Date: Nov 2005
Posts: 241
Points: 0.94
Donate
Quote:
Originally Posted by iball
The games are signed/encrypted using the private key.
They can then only be decrypted/verified using the public key loaded into the PSP. If it's not "verified" as being signed by the private key, then you get the infamous "corrupted file" error or in the case of GTA and 2.0 games like it, the F-error when running a version changer against a UMD or ISO.

That's all PSP exploits do. Allow unsigned code to run.
Thanks you for saying that iball. Some people just don't get it!
Reply With Quote
  #9 (permalink)  
Old 11-28-2005, 04:12 PM
iball iball is offline
Senior Member
 
Join Date: Nov 2005
Posts: 146
Points: 0.41
Donate
Quote:
Originally Posted by train2335
Thanks you for saying that iball. Some people just don't get it!
It's quite common knowledge I picked up by reading a LOT of posts on a lot of different forums, performing my own "experiments" to confirm my findings, and not asking stupid questions that have been:
"I object! Asked and answered, your honor!"
Reply With Quote
  #10 (permalink)  
Old 11-28-2005, 04:24 PM
Shambler Shambler is offline
Member
 
Join Date: Nov 2005
Posts: 53
Points: 0.00
Donate
Thanks for the info!
Reply With Quote
Reply

« What Thuuuuuuuuuuuu | Any attempt at downgrading 2.01? »



Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On

Points Per Thread View: 0.00
Points Per Thread: 1.00
Points Per Reply: 0.10





Crave Partner Sites: CraveOnline.com | DVDFile.com | PSP3D.com | ComingSoon.net | SuperHeroHype.com | RedBalcony.com | ActionTrip.com | CraveLyrics.com
Soundtrack.net | CraveFix.com | SpikedHumor.com | RPGamer.com | TattooNow.com | ImpactWrestling.com | SeekLyrics.com | PedalBMX.com | WildKO.com
vidKing.com | StrategyInformer.com | HHdb.com | RapLeagues.com | HipHop-Lyrics.com | Cravecocktails.com | ThePhatPhree.com | RideJudge.com | HottieSpots.com


Powered by Custom vB Version 6.0 for Crave Online Media, LLC.
Copyright © 2000 - 2009, Jelsoft Enterprises Ltd. and PSP3D.com.
LinkBacks Enabled by vBSEO 3.0.0 RC8
All times are GMT -4. The time now is 04:07 AM.