3DS Crypto Server

Aus The Homebrew Cloud
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

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