Page 1 of 1

encrypted images

Posted: Mon Mar 11, 2013 10:07 am
by biologisch
Hi!
Is it possible to store only encrypted images at the server? My idea is to give every customer an individual key witch only the customer can see his stored images. (like new mega upload service)

Greets,
biologisch

Re: encrypted images

Posted: Fri Jun 21, 2013 3:33 pm
by blairfus
Instead of the images themselves, you could run a job to compress them into passworded archives and serve those. If you wanted to give your users authenticated access to their data on encrypted disks, look into setting up dm-crypt with LUKS on LVM. Either way, probably not best to give direct access to the network your security system is on.