home *** CD-ROM | disk | FTP | other *** search
/ Source Code 1992 March / Source_Code_CD-ROM_Walnut_Creek_March_1992.iso / usenet / altsrcs / 1 / 1468 / README < prev    next >
Encoding:
Text File  |  1990-12-28  |  991 b   |  20 lines

  1. snuffle - generic hash-based encryption and decryption programs
  2.  
  3. snuffle and unsnuffle turn any good one-way hash function (such as
  4. Merkle's Snefru) into a reasonably fast private-key encryption method.
  5. You must have Snefru, or something providing the same Hash512()
  6. interface, for snuffle and unsnuffle to work. Past that, snuffle and
  7. unsnuffle should be perfectly portable.
  8.  
  9. On this Sun 4, snuffle and unsnuffle encrypt between two and three times
  10. slower than crypt(1). However, they provide a lot more security.
  11.  
  12. snuffle is public domain. Send any comments to the newsgroup sci.crypt,
  13. which the author reads whenever possible. I do *not* know whether
  14. snuffle is legally exportable; it contains no encryption technology, but
  15. I'm not going to try sending it outside the United States.
  16.  
  17. Start by making symbolic links or copies of snefru's hash512.o,
  18. sboxes.o, snefru.h, and patchlevel.h in this directory. Then edit the
  19. options in the Makefile and compile. Read snuffle.man and you're off.
  20.