[tahoe-dev] private aliases encryption
Marc Doudiet
marc.doudiet at nimag.net
Wed Nov 25 05:38:28 PST 2009
Dear all,
I just started to use tahoe and it seems very interesting. I don't know
if you already talked about that on this ml, but I will share with you
my thought about the file aliases in clear text.
I don't trust my laptop (the disk is not encrypted), I was wondering
which risks I'm facing as the file in aliases in private is not
encrypted, so I just modified my backup script with two lines to decrypt
the file and srm it (secure rm). First step (one time) is to encrypt the
file (gpg -c --cipher-algo BLOWFISH private/aliases), and here is an
example script:
*********
#!/bin/sh
gpg --output /home/user/.tahoe/private/aliases -d
/home/user/.tahoe/private/aliases.gpg
echo "Backuping..."
tahoe backup file backup:
srm /home/user/.tahoe/private/aliases
echo "Backup done... cleaned config files"
*********
Regards.
Marc
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://allmydata.org/pipermail/tahoe-dev/attachments/20091125/2cf7266f/attachment.htm
More information about the tahoe-dev
mailing list