On 10/02/11 07:57, Joseph Rhoads wrote: > Dear Dspace-tech Community, > > Does anyone have any experience storing their files in an encrypted > assetstore? > > I know I can make DSpace use HTTPS and encrypt the data while in transit > but I’m also concerned about the data while at rest.
It probably deserves to be noted that there is an explicit tension between preservation and encryption here. The chances of being able to recover from various catastrophic failures is substantially reduced by the move to encryption. Having said that, if I needed to do this, I'd use file-system level encryption for the entire directory. Depending on your platform this might be eCryptfs (linux), BitLocker (Microsoft) or FileVault (MacOS). cheers stuart -- Stuart Yeates Library Technology Services http://www.victoria.ac.nz/library/ ------------------------------------------------------------------------------ The ultimate all-in-one performance toolkit: Intel(R) Parallel Studio XE: Pinpoint memory and threading errors before they happen. Find and fix more than 250 security defects in the development cycle. Locate bottlenecks in serial and parallel code that limit performance. http://p.sf.net/sfu/intel-dev2devfeb _______________________________________________ DSpace-tech mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/dspace-tech

