Quote from: Guru on July 27, 2012, 11:51 pmQuote from: LouisCyphre on July 27, 2012, 03:56 pmQuote from: Guru on July 25, 2012, 06:04 amWhen I want to get rid of a file, I like to encrypt it first. I use ccrypt, which is like Unix crypt, except it uses AES256.. I invoke it with the 'brave' option, meaning that I don't have to repeat the passphrase, so I type randomly on the keyboard for 5-10 seconds. (ccrypt -b -e file.ext). This encrypts the files 'in place' only adding a .cpt file extent to the original file name. Nice. I take it that's this: http://ccrypt.sourceforge.net/ Yeah, that' the one. Cheers.