Greetings, I would like to use openssl to encrypt large volumes of neuroimaging data. These data are organized into separate directories, each containing hundreds of files.
What I want to do is to write a script that finds each file in the directory structure, encrypts it using openssl, and overwrites the original. Because there are thousands of files, I don't want to have to type a password in for each file encrypted. Does anyone know of any possible solutions to this? Best Kevin