Project-Alpaca / RDS4Reboot

Rubber duck shock 4 - Reboot edition
GNU Lesser General Public License v3.0
26 stars 4 forks source link

Self hosted PS4 authentication algorithm #11

Open dogtopus opened 2 years ago

dogtopus commented 2 years ago

Followup of #10.

Currently the native authenticator requires a fully working mbedTLS port for the target board, which might not always be available. For platforms without a working mbedTLS port, it might be desireable to include a gutted mbedCrypto copy that only does RSA and SHA256, with blinding and PSS salt disabled so it can work without an RNG implementation. Security is not very important here so these tradeoffs are acceptable.