NdsForge.NET 1.0.1
Read, validate, edit, compare, and build Nintendo DS and DSi images from .NET
Loading...
Searching...
No Matches
NdsModcryptKeyMode.cs
1namespace NdsForge;
2
NdsModcryptKeyMode
Records whether a modcrypt context came from public header bytes or externally derived secure materia...
@ InsecureHeaderKey
The first sixteen header bytes are the normal AES key because either insecure-key flag is set.
@ SecureNormalKey
The AES normal key was supplied explicitly after any platform-specific key scrambling occurred elsewh...