Post: RSA Information From Black Ops
11-01-2010, 09:21 PM #1
sensi
Banned
(adsbygoogle = window.adsbygoogle || []).push({}); Snippet from some references ive found, dont think its been posted, just looking for some knowledgeable people to work with, pm me.

    src/pk/rsa/rsa_free.c
src/pk/rsa/rsa_import.c
src/pk/rsa/rsa_make_key.c


You must login or register to view this content.
(adsbygoogle = window.adsbygoogle || []).push({});

The following 2 users say thank you to sensi for this useful post:

marc1903, x_5
11-20-2010, 03:52 PM #74
Originally posted by killer007 View Post
There's way to get the RSA private key.... but now we are talking some real hacker stuff that can put you in jail for a long time...
(banks and big companies use rsa to secure their funds and documents.)
how???
tweaking a device's power supply. By fluctuating the voltage to the CPU such that it generated a single hardware error per clock cycle,it could cause the server to flip single bits of the private key at a time, allowing them to slowly piece together the password. With a small cluster of 81 Pentium 4 chips and 104 hours of processing time, you were able to successfully hack 1024-bit encryption in OpenSSL on a SPARC-based system, without damaging the computer, leaving a single trace or ending human life as we know it.
how did i find out this????? Thanks to University of Michigan... they are the one find the hole to hack the rsa private key....

very true but only work for SAVED RSA codes directly onto the drive very much private though..that being said there are a few of my friends that know how to do this but they are still in the military until janurary
11-20-2010, 04:03 PM #75
killer007
Gym leader
Originally posted by benjamano22 View Post
very true but only work for SAVED RSA codes directly onto the drive very much private though..that being said there are a few of my friends that know how to do this but they are still in the military until janurary


but now I am seeing the way they patch hacks so fast... they will just change the key really fast!!!
however I think there's always a way to bypass it..
11-20-2010, 04:08 PM #76
Originally posted by killer007 View Post
but now I am seeing the way they patch hacks so fast... they will just change the key really fast!!!
however I think there's always a way to bypass it..


believe it or not there is a way that i know of to get around it i just dont know how to do it......yet
11-20-2010, 07:02 PM #77
donny_boy1189
DiRTY HARRY
Originally posted by Weescotty View Post
lol we should open a bet in vbookie who will hack black-ops ps3 first
1. The Unknown (NGU 1 NOT THAT WANABE UNKNOWN FRM SINS)
2. Hunter12 (AKa Hunter 128 )
3. None Of The Above

Who would you Take ???


hasnt theunk0wn already said they work together so that would be kinda stupid....

and if you go through the eboot and just search rsa, its referd to quite alot, in one section it randomly has tiger.

heres some more indepth snippets:

Error registering cipher........hash....bdHashTiger192..warn/...hashtiger192....bdCrypto/bdHashTiger192.cpp.....Tiger hash only requires result buffer of 24 bytes. Remaineder of buffer will not be used.......tiger...err/....Unable to create tiger hash of less than 24 bytes in length!

src/hashes/tiger.c......out != NULL.....in != NULL......tiger...........abc.....Tiger...ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+-........ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+-ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+-........in != NULL......src/hashes/helper/hash_memory.c.out != NULL.....outlen != NULL..md != NULL......src/hashes/sha2/sha256.c........out != NULL.....in != NULL......sha256..abc.....abcdbcdecdefdefgefghfghighijhijkijkljklmklmnlmnomnopnopq................

encrypt.importKey.......exportKey.......init....rsa_import %s...warn/...rsakey..bdCrypto/bdRSAKey.cpp...Importing into initialized public key...rsa_export %s...Exporting uninitialized private key.....tiger...rsa_verify_hash %s......Error registering sha1..sha1....DW-RSAENC.......rsa_decrypt_key %s......err/....Register PRNG failed....

.......................................................................................

in theory we can find everything we need to decrypt the game either on the disc or in the patch, because the cant encrypt all the information or the game simply wouldnt run, the only way they can is to use sony's methods and most of them have been hacked or are getting done now, and the scene behind that is alot bigger then black ops lmao

The following user thanked donny_boy1189 for this useful post:

Big Poppa Bren
11-20-2010, 07:36 PM #78
Ritztro
I am a Game Developer
So when or if we do find the key then how do we implement it? Is the key the prime number's to the algorith?? So the we just get a program and implement the prime numbers and put in the code an decrypt it? I have been doing some research on RSA so tell me if I got some bad research or I am thinking wrong.
11-20-2010, 07:40 PM #79
hunter12
Retired, done with gaming
Originally posted by boy1189 View Post
hasnt theunk0wn already said they work together so that would be kinda stupid....

and if you go through the eboot and just search rsa, its referd to quite alot, in one section it randomly has tiger.

heres some more indepth snippets:

Error registering cipher........hash....bdHashTiger192..warn/...hashtiger192....bdCrypto/bdHashTiger192.cpp.....Tiger hash only requires result buffer of 24 bytes. Remaineder of buffer will not be used.......tiger...err/....Unable to create tiger hash of less than 24 bytes in length!

src/hashes/tiger.c......out != NULL.....in != NULL......tiger...........abc.....Tiger...ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+-........ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+-ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+-........in != NULL......src/hashes/helper/hash_memory.c.out != NULL.....outlen != NULL..md != NULL......src/hashes/sha2/sha256.c........out != NULL.....in != NULL......sha256..abc.....abcdbcdecdefdefgefghfghighijhijkijkljklmklmnlmnomnopnopq................

encrypt.importKey.......exportKey.......init....rsa_import %s...warn/...rsakey..bdCrypto/bdRSAKey.cpp...Importing into initialized public key...rsa_export %s...Exporting uninitialized private key.....tiger...rsa_verify_hash %s......Error registering sha1..sha1....DW-RSAENC.......rsa_decrypt_key %s......err/....Register PRNG failed....

.......................................................................................

in theory we can find everything we need to decrypt the game either on the disc or in the patch, because the cant encrypt all the information or the game simply wouldnt run, the only way they can is to use sony's methods and most of them have been hacked or are getting done now, and the scene behind that is alot bigger then black ops lmao


BDCrypto and tiger etc is all for the demonware packets. It's in every COD..

Luigi Auriemma started doing research on this and I guess abandoned it.. Heres a quote he made on
that whole mess...

"DemonWare bdcrypto bdTicket decryption 0.1a some info and a practical demonstration of the bdCrypto mechanism used in the DemonWare SDK.
the implementation about I refer is the one of Call of Duty World at War where is used an additional field called bdTicket which is encrypted and contains info about the license type, ID and user ID of the client.
note that this research is not complete."

source: You must login or register to view this content.

( ctrl + F search demonware )
11-20-2010, 07:52 PM #80
Ritztro
I am a Game Developer
Originally posted by hunter12 View Post
BDCrypto and tiger etc is all for the demonware packets. It's in every COD..

Luigi Auriemma started doing research on this and I guess abandoned it.. Heres a quote he made on
that whole mess...

"DemonWare bdcrypto bdTicket decryption 0.1a some info and a practical demonstration of the bdCrypto mechanism used in the DemonWare SDK.
the implementation about I refer is the one of Call of Duty World at War where is used an additional field called bdTicket which is encrypted and contains info about the license type, ID and user ID of the client.
note that this research is not complete."

source: You must login or register to view this content.

( ctrl + F search demonware )


So does that mean we could get into server modding? Like decrypting the files that are being sent, and then encryptiong them and sending them? I am almost 99% sure I am way off but I am still wondering about my previous post
11-20-2010, 08:16 PM #81
donny_boy1189
DiRTY HARRY
Originally posted by hunter12 View Post
BDCrypto and tiger etc is all for the demonware packets. It's in every COD..

Luigi Auriemma started doing research on this and I guess abandoned it.. Heres a quote he made on
that whole mess...

"DemonWare bdcrypto bdTicket decryption 0.1a some info and a practical demonstration of the bdCrypto mechanism used in the DemonWare SDK.
the implementation about I refer is the one of Call of Duty World at War where is used an additional field called bdTicket which is encrypted and contains info about the license type, ID and user ID of the client.
note that this research is not complete."

source: You must login or register to view this content.

( ctrl + F search demonware )


thats cool ive only just really started looking through the files may have a look and see what can be done server side, when ive finished looking at whats i the eboot and selfs.

Originally posted by Dutch. View Post
So does that mean we could get into server modding? Like decrypting the files that are being sent, and then encryptiong them and sending them? I am almost 99% sure I am way off but I am still wondering about my previous post


i doubt it would be that easy lol, theres guna be alot of security on their servers, and if you where just using packets your timing would have to be perfect.

but still it would be nice to have a look through one of there hotfixes.
11-20-2010, 08:24 PM #82
hunter12
Retired, done with gaming
Originally posted by Dutch. View Post
So does that mean we could get into server modding? Like decrypting the files that are being sent, and then encryptiong them and sending them? I am almost 99% sure I am way off but I am still wondering about my previous post


Probably not you still need the encryption key.
Luigi made a program i can't find it ( still searching )
But you have to have the key and it will encrypt and decrypt the
files for you. It was made for WaW so i don't no how much exacly has changed for Black Ops.

Copyright © 2026, NextGenUpdate.
All Rights Reserved.

Gray NextGenUpdate Logo