More actions
(Created page with "{{Infobox 3DS homebrew | title = 3ds-save-reencrypter | image = https://dlhb.gamebrew.org/3dshomebrew/3ds-save-reencrypter.jpeg|250px | type = System Tools | version = | lice...") |
No edit summary |
||
Line 3: | Line 3: | ||
| image = https://dlhb.gamebrew.org/3dshomebrew/3ds-save-reencrypter.jpeg|250px | | image = https://dlhb.gamebrew.org/3dshomebrew/3ds-save-reencrypter.jpeg|250px | ||
| type = System Tools | | type = System Tools | ||
| licence = Mixed | | licence = Mixed | ||
| author = lory98 | | author = lory98 | ||
Line 10: | Line 9: | ||
| source = https://dlhb.gamebrew.org/3dshomebrew/3ds-save-reencrypter-master.zip | | source = https://dlhb.gamebrew.org/3dshomebrew/3ds-save-reencrypter-master.zip | ||
}} | }} | ||
= 3ds-save-reencrypter = | =3ds-save-reencrypter= | ||
ReEncrypts a 3DS save, allowing you to move it to another console Requires: | ReEncrypts a 3DS save, allowing you to move it to another console. | ||
Requires: https://github.com/wwylele/3ds-save-tool | |||
==Usage:== | |||
* Place `encrypt.py` in the `3ds-save-tool` folder and rename `disa-extract.py` to `disa_extract.py`. | |||
* Configure 3ds-save-tool (add your keys in `secrets.py`) | |||
* Then `$ python encrypt.py <YOUR-SAVE> <GAMEID>` to encrypt your plaintext save. | |||
* The encrypted file will be `./out/00000001.sav` |
Revision as of 11:39, 20 April 2020
3ds-save-reencrypter
ReEncrypts a 3DS save, allowing you to move it to another console.
Requires: https://github.com/wwylele/3ds-save-tool
Usage:
- Place `encrypt.py` in the `3ds-save-tool` folder and rename `disa-extract.py` to `disa_extract.py`.
- Configure 3ds-save-tool (add your keys in `secrets.py`)
- Then `$ python encrypt.py <YOUR-SAVE> <GAMEID>` to encrypt your plaintext save.
- The encrypted file will be `./out/00000001.sav`