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
encrypted images
- biologisch
- Posts: 96
- Joined: Fri Aug 24, 2007 10:37 am
encrypted images
ZM Versions = 1.36.33
zmeventnotification Version = "6.1.28"
zmeventnotification Version = "6.1.28"
Re: encrypted images
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.