Is it possible to inject a digital SSL certificate to an image? I know how to sign an executable file (.exe) file or a PowerShell script (.ps1) but is it possible with an image (JPEG)?
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
You can create a detached CMS signature and pass it along with the JPEG file. The benefit is that the original JPEG file is not modified in any way.
Another idea that comes to my mind is putting JPEG into say PDF and sign the PDF using PDF signing techniques. But this won’t let you easily extract the JPEG (the user will be able to easily view it though).