pollymc/notsecrets
2021-10-01 15:46:32 +03:00
..
CMakeLists.txt NOISSUE Provide dummy implementation for the secrets library 2021-09-05 18:23:49 +02:00
README.md Add README to notsecrets library 2021-10-01 15:46:32 +03:00
Secrets.cpp NOISSUE Provide dummy implementation for the secrets library 2021-09-05 18:23:49 +02:00
Secrets.h NOISSUE Provide dummy implementation for the secrets library 2021-09-05 18:23:49 +02:00

(Not) Secrets

This is a dummy implementation of MultiMC's Secrets library, used to store private information needed for certain functions of MMC in a secure manner (obfuscated or encrypted).

Currently, this library contains:

  • Your Microsoft Authentication app's client ID. This is required to use Microsoft accounts to play!
    • If omitted, adding Microsoft accounts will be completely disabled.

Forks of this project should provide their own implementation of this library to enable these functions properly.