> For the complete documentation index, see [llms.txt](https://equ8.gitbook.io/documentation/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://equ8.gitbook.io/documentation/integration-guide/protecting-game-resources.md).

# Protecting game resources

Protecting files is done using the EQU8 `filesigner` found inside the SDK archive. It creates the file `equ8.db`, a digitally signed catalog over protected files. Any file can be protected, be it game assets or executables. We strongly recommend to add **ALL** executables, including third-party libraries, to the catalog.

Before using it, you must first [download your own unique private key](https://dash.equ8.com/assets/private.pem) from the assets on the EQU8 control panel.
