1996-05-03 - encrypted Unix backup software

Header Data

From: VaX#n8 <vax@linkdead.paranoia.com>
To: cypherpunks@toad.com
Message Hash: 600530d109e86455753eae7a061a8c0af86c1548d9db73562e6a968bc6a21012
Message ID: <199605030102.UAA06977@linkdead.paranoia.com>
Reply To: N/A
UTC Datetime: 1996-05-03 07:53:10 UTC
Raw Date: Fri, 3 May 1996 15:53:10 +0800

Raw message

From: VaX#n8 <vax@linkdead.paranoia.com>
Date: Fri, 3 May 1996 15:53:10 +0800
To: cypherpunks@toad.com
Subject: encrypted Unix backup software
Message-ID: <199605030102.UAA06977@linkdead.paranoia.com>
MIME-Version: 1.0
Content-Type: text/plain


Okay, before you flame me and tell me to pipe it through
a symmetric cipher filter, hear me out.  Tape handling is
hairy, depending on what kind of functionality you want.  A regular
filter may write(2) in strangely sized blocks, not working very well
with your tape drive.

Mostly though, things get difficult when you have to/want to deal with
multiple tapes.

Although I could probably hack up "catblock" to do the job, and use
a line of the form
dump -0uBf ... | symmetric_cipher | catblock blockfactor > /dev/tape
if there exists something which already does this job, or something like it,
I'd like to know.  Now that I think about it, maybe this is the cleanest way.

PS: If there is a place where I can get reviews of the crypto software
that is out there, that'd be fab because csua just has a TON of stuff!
The "security-faq" is pretty good -- I want more! :)

Keep codin'





Thread