On Tue, 17 Apr 2012 09:13, bra...@majic.rs said:
> Hm... Under GNU/Linux there's ecryptfs, but I'm not sure if it's
> capable of using a GPG key for decrypting the symmetric key? It
GnuPG-2.1-beta comes with the g13 tool which uses an OpenPGP or X.509
key as the encfs key. encfs is just one backe
Hm... Under GNU/Linux there's ecryptfs, but I'm not sure if it's
capable of using a GPG key for decrypting the symmetric key? It doesn't
use containers and actually encrypts each file individually. It does
have its own structure for file layout, though (technically, you can
identify which file
Yepp, that was what I was thinking to do if there is no ready-to-go
application for it. Thanks though.
Am 17.04.2012 09:56 schrieb "Werner Koch" :
> On Tue, 17 Apr 2012 08:04, rica...@martinet.de said:
> > Windows 7 would be nice. But Linux would also OK.
>
> Write a system service / daemon, wait
On Tue, 17 Apr 2012 08:04, rica...@martinet.de said:
> Windows 7 would be nice. But Linux would also OK.
Write a system service / daemon, wait for changes in the directory and
then call gpg (best via gpgme) to encrypt the file. Or do it with a
simple script controlled by a cron job (under Unix).
Truecrypt is great, but it forces you to use containers.
I need each file to be encrypted on its own.
Am 17.04.2012 04:09 schrieb "Anthony Papillon" :
> Check out TrueCrypt. Doesn't enceyp to your key but works great.
>
> --
> Sent from my mobile device
>
> On Apr 16, 2012, at 5:02 PM, elgri...@gm
Windows 7 would be nice. But Linux would also OK.
Am 17.04.2012 02:23 schrieb "Robert J. Hansen" :
>
> On 04/16/2012 06:02 PM, elgri...@gmx.net wrote:
> > I am looking for an application the surveys a folder, and once I drop
> > a file there it is being encrypted with my GPG key. The background
>
Check out TrueCrypt. Doesn't enceyp to your key but works great.
--
Sent from my mobile device
On Apr 16, 2012, at 5:02 PM, elgri...@gmx.net wrote:
Hi,
I am looking for an application the surveys a folder, and once I
drop a file there it is being encrypted with my GPG key. The
background
On 04/16/2012 06:02 PM, elgri...@gmx.net wrote:
> I am looking for an application the surveys a folder, and once I drop
> a file there it is being encrypted with my GPG key. The background
> is, that I want to use folder to be synced with a remote location
> (dropbox). And I just want to be shure t
Hi,
I am looking for an application the surveys a folder, and once I drop a
file there it is being encrypted with my GPG key. The background is, that I
want to use folder to be synced with a remote location (dropbox). And I
just want to be shure the files are encrypted on the fly.
Anyone knows one