3DS Crypto Server: Unterschied zwischen den Versionen

Aus The Homebrew Cloud
Zur Navigation springenZur Suche springen
(Die Seite wurde neu angelegt: „{{Infobox Homebrew |System = 3DS |Entwickler = SciresM |Kategorie = Tool |Lizenz = MIT |Format = 3DSX |Quellcode = https://github.com/SciresM/3ds-c…“)
 
(Download-URL geändert)
Zeile 20: Zeile 20:
 
! scope="row"| 1.1
 
! scope="row"| 1.1
 
| 10. Januar 2017
 
| 10. Januar 2017
| [[Datei:Download button.png|center|link=https://code.ponywave.de/workspace/thc/3DS/Tools/3DS_Crypto_Server/3ds-crypto-server.1.1.zip]]
+
| [[Datei:Download button.png|center|link=https://ddl.homebrew.cloud/3DS/Tools/3DS_Crypto_Server/3ds-crypto-server.1.1.zip]]
 
| ZIP / 139KB
 
| ZIP / 139KB
 
| [https://github.com/SciresM/3ds-crypto-server/releases/tag/1.1 GitHub.com]
 
| [https://github.com/SciresM/3ds-crypto-server/releases/tag/1.1 GitHub.com]
Zeile 26: Zeile 26:
 
! scope="row"| 1.0
 
! scope="row"| 1.0
 
| 08. Januar 2017
 
| 08. Januar 2017
| [[Datei:Download button.png|center|link=https://code.ponywave.de/workspace/thc/3DS/Tools/3DS_Crypto_Server/3ds-crypto-server.1.0.zip]]
+
| [[Datei:Download button.png|center|link=https://ddl.homebrew.cloud/3DS/Tools/3DS_Crypto_Server/3ds-crypto-server.1.0.zip]]
 
| ZIP / 139KB
 
| ZIP / 139KB
 
| [https://github.com/SciresM/3ds-crypto-server/releases/tag/1.0 GitHub.com]
 
| [https://github.com/SciresM/3ds-crypto-server/releases/tag/1.0 GitHub.com]

Version vom 3. März 2019, 20:25 Uhr

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).