3DS Crypto Server

Aus The Homebrew Cloud
Version vom 8. September 2018, 14:55 Uhr von Akamaru (Diskussion | Beiträge) (Die Seite wurde neu angelegt: „{{Infobox Homebrew |System = 3DS |Entwickler = SciresM |Kategorie = Tool |Lizenz = MIT |Format = 3DSX |Quellcode = https://github.com/SciresM/3ds-c…“)
(Unterschied) ← Nächstältere Version | Aktuelle Version (Unterschied) | Nächstjüngere Version → (Unterschied)
Zur Navigation springenZur Suche springen
3DS Crypto Server
Allgemein
Nintendo 3DS
Entwickler SciresM
Kategorie Tool
Lizenz MIT
Format 3DSX
Links
Quellcode

3DS Crypto Server ist ein Tool für 3DS-Kryptographie über das Netzwerk.

Versionen

Version Release Download Datei / Größe Quelle
1.1 10. Januar 2017
Download button.png
ZIP / 139KB GitHub.com
1.0 08. Januar 2017
Download button.png
ZIP / 139KB GitHub.com

Changelog

v1.1

More robust error-handling:

-If a client doesn't respond to our packets the way we expect, or connection dies, server prints an error message and then resumes normal activity.
-Hitting B to exit the server (to HBL) actually works in event of critical error.
-You can now hit start to exit to HBL, if the server is idle.

In addition, a self-test is performed on startup to ensure the server actually works.

v1.0

First compiled build.

Extract arm9loaderhax.bin and the "3ds" folder to the root of your SD card.

"python crypto_client.py test-vector.bin test-vector_dec.bin 44 1 00000000000000000000000000000000 00000000000000000000000000000000"

test-vector_dec.bin should be all-zero (test-vector.bin is encrypted with keyslot 0x2C, CBC mode, all-zero IV and KeyY).