home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #27 / NN_1992_27.iso / spool / sci / crypt / 5109 < prev    next >
Encoding:
Internet Message Format  |  1992-11-20  |  1.4 KB

  1. Path: sparky!uunet!usc!cs.utexas.edu!sun-barr!rutgers!news.cs.indiana.edu!mvanheyn@spinner.cs.indiana.edu
  2. From: mvanheyn@whale.cs.indiana.edu (Marc VanHeyningen)
  3. Newsgroups: sci.crypt
  4. Subject: Re: ripr - sh script to pipe ripem-encrypted files to in elm
  5. Message-ID: <1992Nov20.202202.10695@news.cs.indiana.edu>
  6. Date: 21 Nov 92 01:21:55 GMT
  7. References: <1eh24rINN6bs@roche.csl.sri.com>
  8. Organization: Computer Science Dept, Indiana University
  9. Lines: 25
  10. X-Quoted: 55%
  11.  
  12. Thus said boucher@csl.sri.com (Peter K. Boucher):
  13. >
  14. >------------- clip clip -----------------------
  15. >#!/bin/sh
  16. ># ripr [output_plaintext_file_name] < encrypted_file_name
  17. ># Decrypts and saves a RIPEM-encrypted file (from stdin) - pipe to this from ELM.
  18. ># Edit the following variables to reflect your situation before using this script.
  19. >ripem="$HOME/bin/src/ripem/main/ripem"
  20. >pubkeys="$HOME/bin/src/ripem/main/pubkey.ripem"
  21. >seckeys="$HOME/bin/src/ripem/main/seckey.ripem"
  22. >user_id='boucher@csl.sri.com'
  23. >tmp_crp="$HOME/bin/r_${$}.crp"
  24.  
  25. This stuff, too, is in the environment.
  26.  
  27. BTW, thanks for using a Real Programming Shell; many people would try to
  28. write this using <gag> cshell.
  29.  
  30. If I use this script, how exactly am I supposed to know who the message
  31. is from?
  32. -- 
  33. Marc VanHeyningen    mvanheyn@whale.cs.indiana.edu    MIME & RIPEM accepted
  34. "If it were not for the First Law of Thermodynamics, all bright students
  35. of mechanical engineering would want to work on perpetual motion!"
  36.         - Maurice Wilkes on AI
  37.