home *** CD-ROM | disk | FTP | other *** search
- Newsgroups: sci.crypt
- Path: sparky!uunet!think.com!ames!purdue!news.cs.indiana.edu!mvanheyn@spinner.cs.indiana.edu
- From: Marc VanHeyningen <mvanheyn@whale.cs.indiana.edu>
- Subject: Re: rips - sh script for sending ripem messages
- Message-ID: <1992Nov20.165159.7009@news.cs.indiana.edu>
- X-Quoted: 50%
- Organization: Computer Science Dept, Indiana University
- References: <1eh1t2INN6bs@roche.csl.sri.com>
- Date: Fri, 20 Nov 1992 16:51:40 -0500
- Lines: 25
-
- Thus said boucher@csl.sri.com (Peter K. Boucher):
- >----------------- clip clip --------------------------
- >#!/bin/sh
- ># rips filename recipient_user_id "subject matter"
- ># Mails a RIPEM-encrypted file.
- ># Edit the following variables to reflect your situation before using this script.
- >ripem="$HOME/bin/src/ripem/main/ripem"
- >pubkeys="$HOME/bin/src/ripem/main/pubkey.ripem"
- >seckeys="$HOME/bin/src/ripem/main/seckey.ripem"
- >user_id='boucher@csl.sri.com'
- >tmp_crp="$HOME/bin/r_${$}.crp"
-
- Why not just let RIPEM use the environment variables for this stuff?
-
- BTW, if anyone is interested, I have a couple perl programs which allow
- RIPEM use with MH reasonably cleanly, although there are a few minor warts.
- They provide intelligent handling of headers, however, which most other
- scripts I've seen don't do. I uploaded them, and Mark may make them
- available when RIPEM is released. (I hope it'll be released in time for
- computer security day. :-) Feel free to ask me for them.
- --
- Marc VanHeyningen mvanheyn@whale.cs.indiana.edu MIME & RIPEM accepted
- "If it were not for the First Law of Thermodynamics, all bright students
- of mechanical engineering would want to work on perpetual motion!"
- - Maurice Wilkes on AI
-