Go Back  
Closed Thread
 
Thread Tools
Old 04-12-2012   #521
Lazyass
Member
null
 
Join Date: Nov 2011
Posts: 39
Likes: 0
Liked 8 Times in 4 Posts
Mentioned: 2 Post(s)
Tagged: 0 Thread(s)
why ''we'' can't dump ram when TB eboot is decrypted in it and than look what is diffrent ?
is there any chance that eboot is signed with 3.55 keys and added some lines that says ''elf (is this executable file or what?) can be executed IF ''drm'' keys (which are writen on the start of lines or in header or whereever they are) can be decrypted with TB Dildo'' ?


yust idea on knowledge i get in few months of reading everything about ps3 stuff
Lazyass is offline  
Old 04-12-2012   #522
GregoryRasputin
 
GregoryRasputin's Avatar
 
Join Date: Jan 2008
Posts: 14,429
Likes: 8,169
Liked 14,519 Times in 5,566 Posts
Mentioned: 1314 Post(s)
Tagged: 3 Thread(s)
Originally Posted by Simonbuck View Post
Some of you so called "Dev's" are a bunch of C**nts as far as I am concerned, you write your little Wiki as the its the FU***in Bibble, you wont listen or help anyone else who wants to have a go, you are the most selfish bunch of C**nts I had the miss fortune to listen too.
"
ummmmmm C*nts only has four letters, your spelling seems to have five O.o
GregoryRasputin is online now  
Likes: (1)
Old 04-12-2012   #523
Simonbuck
Senior Member
 
Simonbuck's Avatar
 
Join Date: Nov 2011
Posts: 1,725
Likes: 785
Liked 1,190 Times in 673 Posts
Mentioned: 206 Post(s)
Tagged: 0 Thread(s)
^^^^ LOL

More than 1 plural ??

sorry got over exited with the swear mask "****$@###***"

Last edited by Simonbuck; 04-12-2012 at 03:47 PM.
Simonbuck is online now  
Old 04-12-2012   #524
svenmullet
Member
 
svenmullet's Avatar
 
Join Date: Jun 2011
Location: The Frozen North.
Posts: 731
Likes: 478
Liked 677 Times in 303 Posts
Mentioned: 82 Post(s)
Tagged: 0 Thread(s)
Originally Posted by enosrasun View Post
ok ,try this if you can log the tb dongle,you don't need the keys
this can be done with a real tb dongle

the ps3 send 1 encrypted pack ,
the dongle receive it and
send the response to ps3

you don't need the key only the right pack (the pack that ps3 is waiting)

the key is use to decrypt the pack to see what is in it

so the ps3 sends "hello" (encrypted ,can be "gjujdfu") the dongle decryt it and sends back
"hi xxx" (encrypted can be "gfgerou9")

you need the key to see it as "hi xxx" but the ps3 expect "gfgerou9" when he sends "gjujdfu" (hello)

ps like when you copy at school ,you don't know what you copy (encrypted for you ) but is the correct answer for the problem
First off, I think you have it backwards: the PS3 sends a plaintext string (which is random) and because it knows the algo/key, it expects the dongle to return the same string in encrypted form. Secondly, if you could spoof the entire authentication routine by carefully studying a protocol analyzer dump and send it, for instance "00000000" as the plaintext and it returns "*j63hj*9" as the response, can you deduce the algo/key from that? The algo could be something involving byte-reversal, substitution, shifting, anything under the sun. *Then* encrypted with a key. It's mathematically impossible to figure out, in other words. People have been trying to dump the rom on it and reverse that, but the MCU they used has so much security on-die that even a dump of it's contents is impossible to reverse, as the rom itself is encrypted (the MCU decodes it's own rom in realtime). They used ProASIC for a reason. If you could, over the course of a very long time, send it every possible combination of plaintext and log all it's responses, you might eventually figure out what the algo/key is, but that's not gonna happen.

And for the last time: dongle=red herring. If you don't know what a red herring is, please refer to this page.
__________________
svenmullet is offline  
Likes: (1)
Old 04-12-2012   #525
fuRh7
Apprentice
null
 
Join Date: Jan 2012
Posts: 28
Likes: 0
Liked 6 Times in 4 Posts
Mentioned: 0 Post(s)
Tagged: 0 Thread(s)
Originally Posted by ElSalvatore View Post
Well, I know that we wouldn't need the Dongle anymore. I'm just saying that we still would need TB to publish EBOOTs, which we could (IF I'm understanding it right!) "unsign" and "resign" with 3.55 code.

or am I wrong? (I'm just asking!)
Sorry. Youre right. But i'm sure TB wouldnt publish eboots anymore.
fuRh7 is offline  
Old 04-12-2012   #526
mirkie
Member
 
Join Date: Feb 2012
Posts: 337
Likes: 52
Liked 170 Times in 97 Posts
Mentioned: 20 Post(s)
Tagged: 0 Thread(s)
Originally Posted by svenmullet View Post
First off, I think you have it backwards: the PS3 sends a plaintext string (which is random) and because it knows the algo/key, it expects the dongle to return the same string in encrypted form. Secondly, if you could spoof the entire authentication routine by carefully studying a protocol analyzer dump and send it, for instance "00000000" as the plaintext and it returns "*j63hj*9" as the response, can you deduce the algo/key from that? The algo could be something involving byte-reversal, substitution, shifting, anything under the sun. *Then* encrypted with a key. It's mathematically impossible to figure out, in other words. People have been trying to dump the rom on it and reverse that, but the MCU they used has so much security on-die that even a dump of it's contents is impossible to reverse, as the rom itself is encrypted (the MCU decodes it's own rom in realtime). They used ProASIC for a reason. If you could, over the course of a very long time, send it every possible combination of plaintext and log all it's responses, you might eventually figure out what the algo/key is, but that's not gonna happen.

And for the last time: dongle=red herring. If you don't know what a red herring is, please refer to this page.
Tell me, where did you get this information from? I hope it's not from your fantasy world, because you can't know that without seeing the source or packetlogging the data.

Edit:
Also if your theory was right, we still could decrypt it. If we send all characters possible to the dongle, it will send the encrypted version of it. This could be done with something called a... computer.

And the big If is, IF you were right.

Last edited by mirkie; 04-12-2012 at 03:58 PM.
mirkie is offline  
Old 04-12-2012   #527
enosrasun
Member
 
enosrasun's Avatar
 
Join Date: Nov 2009
Posts: 190
Likes: 27
Liked 88 Times in 57 Posts
Mentioned: 11 Post(s)
Tagged: 0 Thread(s)
Originally Posted by svenmullet View Post
the PS3 sends a plaintext string (which is random) and because it knows the algo/key, it expects the dongle to return the same string in encrypted form.

I don't want to decryt the answer only to copy it and send it ..
enosrasun is offline  
Old 04-12-2012   #528
bigo93
Member
 
Join Date: Oct 2010
Posts: 921
Likes: 69
Liked 476 Times in 249 Posts
Mentioned: 51 Post(s)
Tagged: 0 Thread(s)
Originally Posted by GregoryRasputin View Post
ummmmmm C*nts only has four letters, your spelling seems to have five O.o
Counts?? Devs are Counts now?
__________________
bigo93 is offline  
Old 04-12-2012   #529
euss
Homebrew Developer
 
Join Date: Nov 2010
Location: ps3devwiki.com/wiki/User:Euss
Posts: 655
Likes: 289
Liked 809 Times in 315 Posts
Mentioned: 330 Post(s)
Tagged: 1 Thread(s)
Originally Posted by svenmullet View Post
[...] They used ProASIC for a reason. If you could, over the course of a very long time, send it every possible combination of plaintext and log all it's responses, you might eventually figure out what the algo/key is, but that's not gonna happen.
1. Not all reDRM dongles uses Actel with AES.

2. Actel's implementation of it is limited and flawed.

3. Not all data is in Actel, but in SPI

4. All data, sent encrypted over USB must be PPU/SPU readable in its endform.

5. Peek/poke isnt the only transport mechanism for binairy data inside the PS3.

6. EBOOT's, no matter how encrypted they are, must be PPU/SPU readable to be run at the end of the pipeline of jumping hoops, hashchecking, section extraction, capability checks etc.

7. The power of an encryption is measured in amount of investment and effort needed to render it useless.
Its target audience is people that want quick cheap candy without using brains/effort/money and in general people that like challenges, encryption, hacking, documenting, tracing, reversing like a real reward - not some games they already have or some closed limited cake to win (it aint Portal).
So in that weighing, it is pretty effective.
I know I certainly will not put alot of effort into it, besides the effort already published and I certainly will not lower my morals by sending money to donglesellers to be able to do afformented tracing etc.
euss is offline  
Likes: (2)
Old 04-12-2012   #530
svenmullet
Member
 
svenmullet's Avatar
 
Join Date: Jun 2011
Location: The Frozen North.
Posts: 731
Likes: 478
Liked 677 Times in 303 Posts
Mentioned: 82 Post(s)
Tagged: 0 Thread(s)
Originally Posted by mirkie View Post
Tell me, where did you get this information from? I hope it's not from your fantasy world, because you can't know that without seeing the source or packetlogging the data.

Edit:
Also if your theory was right, we still could decrypt it. If we send all characters possible to the dongle, it will send the encrypted version of it. This could be done with something called a... computer.

And the big If is, IF you were right.
I don't usually respond to trolls (except for winding them up) but I'll make an exception here.

I "got this information from" knowing how cryptographic authentication works. Unlike you, I don't spout off bullsh*t of which I know nothing about. (Your revelation that the dongle sends 02 02 02 on powerup was fascinating) I tried to explain nicely that "02 02 02..." is standard USB protocol and you basically had an aneurysm. Then I tried to explain nicely that without the algo/key, you can try all day long to authenticate, and you won't ever do it, but your mind seems to be a brick wall. Now you're insinuating that I must have source code to know how basic authentication works. You, sir, are an idiot and a troll.
__________________
svenmullet is offline  
Likes: (1)
Closed Thread

Bookmarks

Thread Tools

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

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump



PS3Hax.net is Copyright © 2010-2013.
Use of this site is governed by our Terms of Use and Privacy Policy. All Trademarks and images are owned by their respected owners.
Posts and links are subject to each author on this forum and are no way affiliated with the operations and/or opinions of ps3hax.net
All times are GMT -5. The time now is 11:48 AM.