Crate zelzip_icebrk

Crate zelzip_icebrk 

Source
Expand description

Implementation of the different algorithms used on Nintendo consoles to generate the parental control master key.

Enums§

Platform
Generic enum for a few platforms by Nintendo.
V1Error
V2Error
V3Error

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.