mirror of
https://github.com/NinjaCheetah/libWiiPy.git
synced 2025-04-26 13:21:01 -04:00
17 lines
534 B
Markdown
17 lines
534 B
Markdown
# libWiiPy.title.cert Module
|
|
|
|
## Description
|
|
|
|
The `libWiiPy.title.cert` module provides support for parsing the various signing certificates used by the Wii for content validation.
|
|
|
|
This module allows you to write your own code for validating the authenticity of a TMD or Ticket by providing the certificates from the Wii's certificate chain. Both retail and development certificate chains are supported.
|
|
|
|
## Module Contents
|
|
|
|
```{eval-rst}
|
|
.. automodule:: libWiiPy.title.cert
|
|
:members:
|
|
:undoc-members:
|
|
:show-inheritance:
|
|
```
|