3DS Crypto Server: Unterschied zwischen den Versionen

Aus The Homebrew Cloud
Zur Navigation springenZur Suche springen
(Download-URL geändert)
 
Zeile 10: Zeile 10:
  
 
== Versionen ==
 
== Versionen ==
{| class="wikitable sortable"
+
=== v1.1 (10. Januar 2017) ===
|-
+
* More robust error-handling:
! scope="col"| Version
+
* 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.
! scope="col"| Release
+
* Hitting B to exit the server (to HBL) actually works in event of critical error.
! scope="col"| Download
+
* You can now hit start to exit to HBL, if the server is idle.
! scope="col"| Datei / Größe
+
* In addition, a self-test is performed on startup to ensure the server actually works.
! scope="col"| Quelle
+
=== v1.0 (08. Januar 2017) ===
|-
+
* First compiled build.
! scope="row"| 1.1
+
* Extract arm9loaderhax.bin and the "3ds" folder to the root of your SD card.
| 10. Januar 2017
+
* "python crypto_client.py test-vector.bin test-vector_dec.bin 44 1 00000000000000000000000000000000 00000000000000000000000000000000"
| [[Datei:Download button.png|center|link=https://ddl.homebrew.cloud/3DS/Tools/3DS_Crypto_Server/3ds-crypto-server.1.1.zip]]
+
* test-vector_dec.bin should be all-zero (test-vector.bin is encrypted with keyslot 0x2C, CBC mode, all-zero IV and KeyY).
| ZIP / 139KB
 
| [https://github.com/SciresM/3ds-crypto-server/releases/tag/1.1 GitHub.com]
 
|-
 
! scope="row"| 1.0
 
| 08. Januar 2017
 
| [[Datei:Download button.png|center|link=https://ddl.homebrew.cloud/3DS/Tools/3DS_Crypto_Server/3ds-crypto-server.1.0.zip]]
 
| ZIP / 139KB
 
| [https://github.com/SciresM/3ds-crypto-server/releases/tag/1.0 GitHub.com]
 
|-
 
|}
 
 
 
== Changelog ==
 
=== v1.1 ===
 
<pre>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.</pre>
 
=== v1.0 ===
 
<pre>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).</pre>
 

Aktuelle Version vom 29. Mai 2022, 16:28 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

v1.1 (10. Januar 2017)

  • 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 (08. Januar 2017)

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