To
79flavors answer have to be added the specific case of Ren'Py games. It don't concern the present case, but it's a frequent question so I might as well answer it in this thread with such explicit name.
Ren'Py have the particularity to not care about the file extension for the images. You can have a "myImage.ThisExtensionIsWeirdYouKnow" file, if you ask Ren'Py to treat it as an image, it will open it, and find it's format through the signature at start of the file.
This mean that most of nowadays Ren'Py games, especially their compressed versions, have images using the "jpg" or "png" extension, but being in fact in the "webp" format. Since this format is relatively new, there's high chance that your OS/software don't know how to deal with it, what will make you think that the images are encrypted.
To solve this issue you've to add WEBP support to your OS (
You must be registered to see the links
, Linux (
You must be registered to see the links
,
You must be registered to see the links
,
You must be registered to see the links
),
You must be registered to see the links
).
Edit: typo