home *** CD-ROM | disk | FTP | other *** search
- Path: sparky!uunet!usc!cs.utexas.edu!sun-barr!rutgers!news.cs.indiana.edu!mvanheyn@spinner.cs.indiana.edu
- From: mvanheyn@whale.cs.indiana.edu (Marc VanHeyningen)
- Newsgroups: sci.crypt
- Subject: Re: ripr - sh script to pipe ripem-encrypted files to in elm
- Message-ID: <1992Nov20.202202.10695@news.cs.indiana.edu>
- Date: 21 Nov 92 01:21:55 GMT
- References: <1eh24rINN6bs@roche.csl.sri.com>
- Organization: Computer Science Dept, Indiana University
- Lines: 25
- X-Quoted: 55%
-
- Thus said boucher@csl.sri.com (Peter K. Boucher):
- >
- >------------- clip clip -----------------------
- >#!/bin/sh
- ># ripr [output_plaintext_file_name] < encrypted_file_name
- ># Decrypts and saves a RIPEM-encrypted file (from stdin) - pipe to this from ELM.
- ># 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"
-
- This stuff, too, is in the environment.
-
- BTW, thanks for using a Real Programming Shell; many people would try to
- write this using <gag> cshell.
-
- If I use this script, how exactly am I supposed to know who the message
- is from?
- --
- 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
-