/KeyChainWindows

The open source code of the KeyChainWindows.dll and MemoryMonitorWindows.dll for the Club Penguin Island offline mode player data encryption.

Primary LanguageC++

KeyChainWindows.dll and MemoryMonitorWindows.dll for Club Penguin Island Offline Mode

This project is a fan-made recreation of the KeyChainWindows.dll and MemoryMonitorWindows.dll, which is used for encrypting and managing player data in offline mode for Club Penguin Island. This DLL enables secure data encryption and decryption, making it essential for players using the custom-built offline version of the game.

Features

  • Data Encryption and Decryption: Provides encryption for player data to ensure security while playing in offline mode.
  • Custom Build for Offline Mode: Specifically designed to work with offline Club Penguin Island client setups.
  • Open Source: The source code is fully open for modifications, improvements, and integration into other custom clients.

Project Requirements

To build the KeyChainWindows.dll and MemoryMonitorWindows.dll, you will need:

  • Visual Studio 2022 with the Desktop development with C++ workload installed, including v143 build tools.

  • The latest version of the Windows SDK.
    Download Windows SDK

Ensure that Visual Studio is configured to use the correct Windows SDK version after installation.

Build Instructions

For detailed setup instructions and steps to build the KeyChainWindows.dll and MemoryMonitorWindows.dll, including how to ensure the v143 tools are selected, refer to the instructions.md file.

Target Architecture

Ensure you are building the DLL for the appropriate architecture:

  • x64: 64-bit systems.
  • x86: 32-bit systems.

The architecture can be set in Visual Studio using the Solution Platforms dropdown.

Troubleshooting

If you encounter any issues during the build process, refer to the instructions.md for troubleshooting tips and more detailed guidance.

Join the Discussion on Discord

You can join the community and get further support or discuss the project on the Discord server:

Discord

Credits

This project is a fan-made recreation of encryption components used for Club Penguin Island offline mode. Special thanks to AllinolCP, who rewrote the code to make it work and generously shared it.


If you encounter any issues or have questions, feel free to open an issue in the repository. Contributions and improvements to the code are always welcome!