Hacking Now that theres IOSUHAX - can my USB drive be swapped between my WiiU's?

Would a Sharable Wii-U USB Drive be of any use?

  • Yes, I'd like to be able to move my USB Drive to another Wii U

    Votes: 34 81.0%
  • No, this would be a useless feature.

    Votes: 8 19.0%

  • Total voters
    42

Jow Banks

Well-Known Member
OP
Member
Joined
Nov 6, 2015
Messages
178
Trophies
0
XP
219
Country
Netherlands
I have two WiiU's and one external Hard Drive.
Both are running redNAND and working fine except I can only use the external hard drive on one of them at a time.

If I switch the USB drive from one to the other, it gives me an error about trying to use a deleted account or something like that.

If I format the USB drive, then go to the eShop and re-download the games again - it works again but only on one of them at a time.

Can someone real smart with IOSUHax come up with a workaround?
 
Last edited by Jow Banks,

Conn0r

Well-Known Member
Member
Joined
Jan 10, 2016
Messages
355
Trophies
0
Age
27
XP
718
Country
United States
As of right now, it's not possible. Every Wii U has a unique key for encrypting the USB drives. Until someone can find a way to rewrite that key in the NAND to be the same as another Wii U, it will be impossible to share USB drives between the two consoles.
I heard that somebody found the keys in the otp and can decrypt the drive and reencrypt the drive with a computer.
 
  • Like
Reactions: Subtle Demise

Jow Banks

Well-Known Member
OP
Member
Joined
Nov 6, 2015
Messages
178
Trophies
0
XP
219
Country
Netherlands
With redNAND, couldn't there be a way to locate where the IOS uses the OTP USB Key to encrypt/decrypt the USB and tell it to use something else?
Like tell it it use the Common Key instead?

redNAND is capable of formatting a USB drive on the fly so it seems this would be possible.
If so, a USB drive would be sharable on any redNAND WiiU :)
 

Jow Banks

Well-Known Member
OP
Member
Joined
Nov 6, 2015
Messages
178
Trophies
0
XP
219
Country
Netherlands
I heard that somebody found the keys in the otp and can decrypt the drive and reencrypt the drive with a computer.
Do you have a link to the post for this?

I was looking in the latest decoded fw.img, but didn't see where the USB key was.
Code:
IOS_CRYPTO:04025000  Wii_U_0x12_keyhandle  % 4
IOS_CRYPTO:04025004  Wii_U_0x12_keyhandle_seed  % 4
IOS_CRYPTO:04025008  Wii_U_0x12_keyhandle_Key  % 4
IOS_CRYPTO:04025010  +SEEPROM_certificate_data  % 0x10
IOS_CRYPTO:04025020  +Wii_U_Starbuck_ancast_key  % 0x10
IOS_CRYPTO:04025030  +Wii_U_SEEPROM_key  % 0x10
IOS_CRYPTO:04025040  +Wii_U_NAND_key  % 0x40
IOS_CRYPTO:04025080  +Wii_U_NAND_HMAC  % 0x40
IOS_CRYPTO:040250C0  +Wii_U_drive_key  % 0x10
IOS_CRYPTO:040250D0  +Wii_U_devkit_fallback_key  % 0x10
IOS_CRYPTO:040250E0  +Wii_RNG_key  % 0x10
IOS_CRYPTO:040250F0  +Unknown_Key_4  % 0x10
IOS_CRYPTO:04025100  +Key_to_encrypt_decrypt_SSL_RSA_key % 0x10
IOS_CRYPTO:04025110  +Unknown_Key_3  % 0x10
IOS_CRYPTO:04025120  +Wii_U_XOR_key  % 0x10
IOS_CRYPTO:04025130  +Unknown_0x10_long_Key  % 0x10
IOS_CRYPTO:04025140  +Unknown_0x20_long_Key  % 0x20
 

lembi2001

Well-Known Member
Member
Joined
Dec 29, 2015
Messages
433
Trophies
0
Age
39
XP
1,211
Country
Do you have a link to the post for this?

I was looking in the latest decoded fw.img, but didn't see where the USB key was.
Code:
IOS_CRYPTO:04025000  Wii_U_0x12_keyhandle  % 4
IOS_CRYPTO:04025004  Wii_U_0x12_keyhandle_seed  % 4
IOS_CRYPTO:04025008  Wii_U_0x12_keyhandle_Key  % 4
IOS_CRYPTO:04025010  +SEEPROM_certificate_data  % 0x10
IOS_CRYPTO:04025020  +Wii_U_Starbuck_ancast_key  % 0x10
IOS_CRYPTO:04025030  +Wii_U_SEEPROM_key  % 0x10
IOS_CRYPTO:04025040  +Wii_U_NAND_key  % 0x40
IOS_CRYPTO:04025080  +Wii_U_NAND_HMAC  % 0x40
IOS_CRYPTO:040250C0  +Wii_U_drive_key  % 0x10
IOS_CRYPTO:040250D0  +Wii_U_devkit_fallback_key  % 0x10
IOS_CRYPTO:040250E0  +Wii_RNG_key  % 0x10
IOS_CRYPTO:040250F0  +Unknown_Key_4  % 0x10
IOS_CRYPTO:04025100  +Key_to_encrypt_decrypt_SSL_RSA_key % 0x10
IOS_CRYPTO:04025110  +Unknown_Key_3  % 0x10
IOS_CRYPTO:04025120  +Wii_U_XOR_key  % 0x10
IOS_CRYPTO:04025130  +Unknown_0x10_long_Key  % 0x10
IOS_CRYPTO:04025140  +Unknown_0x20_long_Key  % 0x20

I don't recall there being a post for this however @NWPlayer123 posted a screenshot of her HDD hooked up to her PC and Hexedit displaying the encryted contents of the drive on twitter.

I believe this is what the post is referring to.
 
Last edited by lembi2001,

AboodXD

I hack NSMB games, and other shiz.
Member
Joined
Oct 11, 2014
Messages
2,880
Trophies
1
Location
Not under a rock.
XP
2,921
Country
United Arab Emirates
As of right now, it's not possible. Every Wii U has a unique key for encrypting the USB drives. Until someone can find a way to rewrite that key in the NAND to be the same as another Wii U, it will be impossible to share USB drives between the two consoles.
Unfortunately, that's not possible. The key is the same for every console, but the seed needed for getting the key (which is console-specific) is in OTP, and OTP is read-only (One Time Programmable memory), just like boot0.
Changing that is impossible. (without a CFW?)

Possible workaround:
  1. Well, you can decrypt the contents and re-encrypt them again, but that would be a gimmick.
  2. I think someone can make a title launcher that asks for a bin file created by otp2sd on the first Wii U, and launch a title from the USB on the other Wii U by getting the seed from the bin file.
There are more workarounds, but those are the relevant ones.
 
Last edited by AboodXD,
Joined
Apr 19, 2015
Messages
1,023
Trophies
1
Location
Stuck in the PowerPC
Website
heyquark.com
XP
3,909
Country
Australia
As with most "now with IOSU" things - possible, just hasn't been made yet.

As some others have hinted; the Wii U encrypts its USB drives using a console-specific key. This key is stored in the OTP; which means we can't modify it directly but we can, with the wonders of CFWs, do basically everythong else (intercept and modify, don't use, read from new location etc.)

Also yes, Nikki did manage to decrypt a bit of their USB, although they don't seem to be able to mount the filesystem or anything yet.

Edit: does this count as a ninja? :ph34r:
 
Last edited by QuarkTheAwesome,

lordelan

Well-Known Member
Member
Joined
Jan 4, 2015
Messages
5,788
Trophies
1
Age
44
XP
6,520
Country
Germany
Might be possible soon with Crediar's FSDumper and (U)Neek once it comes out.
I'm still waiting for this anyway as it should allow the USB drive staying on FAT32 in order to be used by Wii U and vWii.
 
  • Like
Reactions: Subtle Demise

AboodXD

I hack NSMB games, and other shiz.
Member
Joined
Oct 11, 2014
Messages
2,880
Trophies
1
Location
Not under a rock.
XP
2,921
Country
United Arab Emirates
Edit: does this count as a ninja'd? :ph34r:
You bet. :P

but we can, with the wonders of CFWs, do basically everythong else (intercept and modify, don't use, read from new location etc.)
I don't think a CFW is needed, here is what I think to be a simpler way:
I think someone can make a title launcher that asks for a bin file created by otp2sd on the first Wii U, and launch a title from the USB on the other Wii U by getting the seed from the bin file.
 
Last edited by AboodXD,

Benoit934

Well-Known Member
Member
Joined
Oct 31, 2016
Messages
129
Trophies
0
Age
31
XP
150
Country
France
May be we can bypass Encryption and decription but in my case I like to work only on USB and doing nothing and the NAND

But if we are able to reverse the process we can make a RAW copy of a disk without mounting it, but if I remember well an account is linked to a WiiU so if we put ours saves and everything on a USB drive then put those datas on another WiiU we need to unlink the account every times
 

75mak

Well-Known Member
Member
Joined
Nov 10, 2011
Messages
395
Trophies
0
XP
313
Country
Is it possible to decrypt the drive, and then reinsert the unique key of the other Wii u you want to change to?
 

RandomUser

Rosalina in Plush Form
Member
Joined
May 9, 2010
Messages
967
Trophies
1
XP
1,042
Country
United States
How about dumping the SEEPROM from one Wii U and inject it to another Wii U redNAND and emulate the said SEEPROM. Would that work as a workaround?
I am aware of currently no SEEPROM emulation, as of yet.
 

NWPlayer123

Well-Known Member
Member
Joined
Feb 17, 2012
Messages
2,642
Trophies
0
Location
The Everfree Forest
XP
6,693
Country
United States
How about dumping the SEEPROM from one Wii U and inject it to another Wii U redNAND and emulate the said SEEPROM. Would that work as a workaround?
I am aware of currently no SEEPROM emulation, as of yet.
Yes, theoretically, and it'll recognize the drive as if it was yours, technically everyone could be using the same seed since the key to encrypt it is the same but that would get a little messy
As with most "now with IOSU" things - possible, just hasn't been made yet.

As some others have hinted; the Wii U encrypts its USB drives using a console-specific key. This key is stored in the OTP; which means we can't modify it directly but we can, with the wonders of CFWs, do basically everythong else (intercept and modify, don't use, read from new location etc.)

Also yes, Nikki did manage to decrypt a bit of their USB, although they don't seem to be able to mount the filesystem or anything yet.

Edit: does this count as a ninja? :ph34r:
That was just a one-night tinker project to see if I could do it, never bothered to figure out how it's read, I just wanted to decrypt it, and again the key is the same for every console, it's just the seed is unique and regenerated on system format, you could technically just change the seed in SEEPROM when running iosuhax stuff and swap drives and it'll be able to read it
 

Site & Scene News

Popular threads in this forum

General chit-chat
Help Users
  • No one is chatting at the moment.
    K3Nv2 @ K3Nv2: Well start walking towards them +1