More actions
No edit summary |
No edit summary |
||
Line 1: | Line 1: | ||
{{Infobox 3DS Homebrews | {{Infobox 3DS Homebrews | ||
|title= | |title=3DS Save Re-encrypter | ||
|image=3ds-save-reencrypter.jpeg | |image=3ds-save-reencrypter.jpeg | ||
|description=ReEncrypts a 3DS save, allowing you to move it to another console. | |description=ReEncrypts a 3DS save, allowing you to move it to another console. | ||
|author=lory98 | |author=lory98 | ||
|lastupdated=2018/03/10 | |lastupdated=2018/03/10 | ||
|type= | |type=PC Utilities | ||
|version=2018 | |version=2018 | ||
|license=Mixed | |license=Mixed | ||
|download=https://dlhb.gamebrew.org/ | |download=https://dlhb.gamebrew.org/3dshomebrews/3dssavereencrypter.7z | ||
|website=https://github.com/lory98/3ds-steelhax-encrypter | |website=https://github.com/lory98/3ds-steelhax-encrypter | ||
|source=https://github.com/lory98/3ds-steelhax-encrypter | |source=https://github.com/lory98/3ds-steelhax-encrypter | ||
}} | }} | ||
3DS Save ReEncrypter is a Python script that re-encrypts a 3DS save, allowing you to move it to another console. | |||
It requires [https://github.com/wwylele/3ds-save-tool 3DS Save File Extraction Tools] and Python 3 to use. | |||
== | ==User guide== | ||
Place <code>encrypt.py</code> in the <code>3ds-save-tool</code> folder and rename <code>disa-extract.py</code> to <code>disa_extract.py</code>. | |||
Configure 3ds-save-tool (add your keys in <code>secrets.py</code>) | |||
Then <code>$ python encrypt.py <YOUR-SAVE> <GAMEID></code> to encrypt your plaintext save. | |||
The encrypted file will be <code>./out/00000001.sav</code> | |||
==External links== | |||
* GitHub - https://github.com/lory98/3ds-steelhax-encrypter | |||
[[Category:3DS homebrew applications]] | |||
[[Category:PC utilities for 3DS homebrew]] |
Revision as of 06:54, 7 February 2022
3DS Save Re-encrypter | |
---|---|
File:3ds-save-reencrypter.jpeg | |
General | |
Author | lory98 |
Type | PC Utilities |
Version | 2018 |
License | Mixed |
Last Updated | 2018/03/10 |
Links | |
Download | |
Website | |
Source | |
3DS Save ReEncrypter is a Python script that re-encrypts a 3DS save, allowing you to move it to another console.
It requires 3DS Save File Extraction Tools and Python 3 to use.
User guide
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