home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #27 / NN_1992_27.iso / spool / sci / crypt / 5097 < prev    next >
Encoding:
Text File  |  1992-11-20  |  1.6 KB  |  37 lines

  1. Newsgroups: sci.crypt
  2. Path: sparky!uunet!think.com!ames!purdue!news.cs.indiana.edu!mvanheyn@spinner.cs.indiana.edu
  3. From: Marc VanHeyningen <mvanheyn@whale.cs.indiana.edu>
  4. Subject: Re: rips - sh script for sending ripem messages
  5. Message-ID: <1992Nov20.165159.7009@news.cs.indiana.edu>
  6. X-Quoted: 50%
  7. Organization: Computer Science Dept, Indiana University
  8. References: <1eh1t2INN6bs@roche.csl.sri.com>
  9. Date: Fri, 20 Nov 1992 16:51:40 -0500
  10. Lines: 25
  11.  
  12. Thus said boucher@csl.sri.com (Peter K. Boucher):
  13. >----------------- clip clip --------------------------
  14. >#!/bin/sh
  15. ># rips filename recipient_user_id "subject matter"
  16. ># Mails a RIPEM-encrypted file.
  17. ># Edit the following variables to reflect your situation before using this script.
  18. >ripem="$HOME/bin/src/ripem/main/ripem"
  19. >pubkeys="$HOME/bin/src/ripem/main/pubkey.ripem"
  20. >seckeys="$HOME/bin/src/ripem/main/seckey.ripem"
  21. >user_id='boucher@csl.sri.com'
  22. >tmp_crp="$HOME/bin/r_${$}.crp"
  23.  
  24. Why not just let RIPEM use the environment variables for this stuff?
  25.  
  26. BTW, if anyone is interested, I have a couple perl programs which allow
  27. RIPEM use with MH reasonably cleanly, although there are a few minor warts.
  28. They provide intelligent handling of headers, however, which most other
  29. scripts I've seen don't do.  I uploaded them, and Mark may make them
  30. available when RIPEM is released.  (I hope it'll be released in time for
  31. computer security day. :-)  Feel free to ask me for them.
  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.