Obfuscating images

前端 未结 6 1814
遥遥无期
遥遥无期 2021-02-09 15:46

I want to distribute a few images and not allow others to see them unless they are using my program. My intention will be to use JPG files in which I will alter the header so ot

6条回答
  •  抹茶落季
    2021-02-09 15:58

    Depending on how secure you need it to be you could do something as simple as obfuscate the file extension to an extension that is only opened with your application. This will only work if its not super secret images that you are changing.

提交回复
热议问题