asymetric encryption of directory

Posted by ftiaronsem on Super User See other posts from Super User or by ftiaronsem
Published on 2011-03-01T13:38:21Z Indexed on 2011/03/17 0:13 UTC
Read the original article Hit count: 178

Filed under:
|

Hello alltogether

Currently I am wondering whether it is possible to apply asymetric encryption of a directory in Linux.

I would like to achieve the following:

  • Write log files to /var/log/secret
  • Everything written to /var/log/secret is instantly encrypted by a public RSA key (or something similar)

The encryption programms I know, i.e. ecryptfs do not support asymetric encryption of files, at least as far as I know. (Correct me if I am wrong). Therefore I am asking here whether you know of any possibility to implement this.

Thanks in advance

© Super User or respective owner

Related posts about linux

Related posts about encryption