In the phpbb_attachments
table of the database, we can find link between file on server and real name.
Example :
Physical filename = 2_8f375562c92996d3272ea0b43947b0e7
Real_filename = blah.jpg
Then if I try to open the file 2_8f375562c92996d3272ea0b43947b0e7
which is stored on server (by renaming with .jpg), its content is not the real image : the image is like "encrypted" !
Is there an attachment content encryption when storing attachment on server ? If so, how to manually see the real content of an attachment?