Seedminer - simplify
Removes unnecessary explanation and adds an explicit "what do you do next" after acquiring movable.sed.
This commit is contained in:
parent
d11a8dc3c3
commit
62069137c6
1 changed files with 6 additions and 2 deletions
|
@ -6,9 +6,9 @@ title: "Seedminer"
|
|||
|
||||
### Required Reading
|
||||
|
||||
To install boot9strap on your device, we derive your device's unique encryption key. To accomplish this, we use a tool called Seedminer to calculate the data encryption key (movable.sed) for your device, which we can then use to create a custom save file or DSiWare backup to further exploit your device.
|
||||
To install boot9strap on your device, we derive your device's unique encryption key. To accomplish this, we use a tool called Seedminer to calculate the data encryption key (movable.sed) for your device.
|
||||
|
||||
If this key were completely random, the encryption key would be impossible to break on current computing hardware. Fortunately, the first half of the key (`movable_part1.sed`) is actually mathematically related to your device's Friend Code, allowing us to break the encryption. For information on how Seedminer works, please see [this presentation](https://zoogie.github.io/web/34⅕c3).
|
||||
For information on how Seedminer works, see [this presentation](https://zoogie.github.io/web/34⅕c3).
|
||||
|
||||
This method uses a powerful graphics card to perform the calculations needed. A volunteer-run website is used for the purpose of assisting you with this method.
|
||||
|
||||
|
@ -59,6 +59,10 @@ This method uses a powerful graphics card to perform the calculations needed. A
|
|||
|
||||
___
|
||||
|
||||
### Next Steps
|
||||
|
||||
Once you have your device's encryption key (`movable.sed`), you will use it in conjunction with other exploits to install custom firmware on your 3DS. Select an exploit below.
|
||||
|
||||
#### PicHaxx + universal-otherapp (Recommended)
|
||||
|
||||
This method of using Seedminer for further exploitation uses your `movable.sed` file to write a custom save file for Pokémon Picross, which can then be used in conjunction with universal-otherapp to install custom firmware.
|
||||
|
|
Loading…
Reference in a new issue