HP3000-L Archives

February 2005, Week 3

HP3000-L@RAVEN.UTC.EDU

Options: Use Monospaced Font
Show Text Part by Default
Show All Mail Headers

Message: [<< First] [< Prev] [Next >] [Last >>]
Topic: [<< First] [< Prev] [Next >] [Last >>]
Author: [<< First] [< Prev] [Next >] [Last >>]

Print Reply
Subject:
From:
Lars Appel <[log in to unmask]>
Reply To:
Lars Appel <[log in to unmask]>
Date:
Mon, 21 Feb 2005 17:56:49 +0100
Content-Type:
text/plain
Parts/Attachments:
text/plain (28 lines)
Tim,

while I haven't tried it myself, it might be worth looking
at the OpenSSL program that comes with recent versions of
Apache/iX. According to the documentation, it is also able
to encrypt/decrypt files similar to...

  openssl enc -e -a -des3 -in inputfile -out cryptedfile

  openssl enc -d -a -in cryptedfile -out outputfile

  (also see http://www.openssl.org/docs/apps/enc.html)

As OpenSSL is a Posix utility, you might need to convert
record-oriented MPE files to bytestream format before doing
encryption and back to MPE record format after decryption.

The OpenSSL crypto routines seem to also be available
in a library, so you might even be able to use them from
an application program.

  (also see http://www.openssl.org/docs/crypto/crypto.html)

Lars.

* To join/leave the list, search archives, change list settings, *
* etc., please visit http://raven.utc.edu/archives/hp3000-l.html *

ATOM RSS1 RSS2