Expand description
Implementation of the different algorithms used on Nintendo consoles to generate the parental control master key.
Enums§
Functions§
- calculate_
v0_ master_ key - Calculate the master key for the parental control using the v0 algorithm. The inquire number cannot be bigger than 8 digits and the date must be valid (there are some loose checks).
- calculate_
v1_ master_ key - Calculate the master key for the parental control using the v1 algorithm. The inquire number cannot be bigger than 10 digits and the date must be valid (there are some loose checks).
- calculate_
v2_ master_ key - Calculate the master key for the parental control using the v2 algorithm. The inquire number cannot be bigger than 10 digits and the date must be valid (there are some loose checks).
- calculate_
v3_ master_ key - Calculate the master key for the parental control using the v3 algorithm. The inquire number cannot be bigger than 10 digits.