1996-02-10 - Re: Encryption and Backups

Header Data

From: mch@squirrel.com (Mark C. Henderson)
To: Alan Olsen <cypherpunks@toad.com
Message Hash: 64c5e2a5593ad4e0ae198c347fb6c4cb43c0ae12777ded5a2143944e66fcc082
Message ID: <199602090713.XAA08209@squirrel.com>
Reply To: N/A
UTC Datetime: 1996-02-10 06:49:06 UTC
Raw Date: Sat, 10 Feb 1996 14:49:06 +0800

Raw message

From: mch@squirrel.com (Mark C. Henderson)
Date: Sat, 10 Feb 1996 14:49:06 +0800
To: Alan Olsen <cypherpunks@toad.com
Subject: Re: Encryption and Backups
Message-ID: <199602090713.XAA08209@squirrel.com>
MIME-Version: 1.0
Content-Type: text/plain


On Feb 4, 14:13, Alan Olsen wrote:
} Subject: Encryption and Backups
} Something that I have not seen addressed is the need for strong encryption
} in backup software.
} 
} Most backup software has an "encryption" option, but I have seen few that
} have anything resembling strong encryption.  Furthermore, I have seen no
} real push for strong encryption for backups at all.

GNU tar is not the commercial backup solution many folks will be 
looking for, but it works, and has nice built-in hooks which are 
intended to call a compression program. 

One can also use these options to call an encryption program, as long 
as the encryption program takes stdin as input, stdout as output, 
encrypts by default, and decrypts when given the -d option. 

e.g. if the encryption program happens to be called /usr/local/bin/mg,
something like

gtar --use-compress-program /usr/local/bin/mg --block-compress -b 96 -cvf /dev/rst0 directory

will backup "directory" to tape in encrypted form under Sun OS 4.1.3

It also has support for incrementals, etc.


-- 
Mark Henderson -- markh@wimsey.bc.ca, henderso@netcom.com, mch@squirrel.com
PGP 1024/C58015E3 fingerprint=21 F6 AF 2B 6A 8A 0B E1 A1 2A 2A 06 4A D5 92 46
cryptography archive maintainer  --  ftp://ftp.wimsey.com/pub/crypto
ftp://ftp.wimsey.com/pub/crypto/sun-stuff/change-sun-hostid-1.6.2.tar.gz





Thread