Hi all,
i just looked for a solution to encrypt images, for social media sites or your web site etc.,
so that only family and friends or your (paid) subscribers can watch them, after downloading.
I did a bit research and found paid solutions, which are not widely used yet, but thanks to
the free software ImageMagick this is possible too, with the help of the AES cipher.
Here is one example image:
To encrypt an image one simply uses: convert image.png -encipher passphrase.txt new_image.png
and to decrypt: convert new_image.png -decipher passphrase.txt image.png.
So all you have to do is to supply your family, friends etc. with the passphrase text file.
Hope you find this little tip useful in the future!
P.S. do decrypt this sample image simple create a passphrase text file, containing the string:
"Hiergibtesnichtszusehen.", without the quotation marks.
Regards
Stefan
|