home *** CD-ROM | disk | FTP | other *** search
/ Current Shareware 1994 January / SHAR194.ISO / virus / cipher16.zip / README.DOC < prev   
Text File  |  1993-08-20  |  15KB  |  521 lines

  1.  
  2.  
  3.                               Shareware Information
  4.                                    Mike Albert
  5.                                    August 1993
  6.  
  7.      1  Introduction
  8.  
  9.         This file describes the shareware programs I currently publish, how
  10.         to contact me, and how to get current copies of the programs.
  11.  
  12.         The programs currently available are:
  13.  
  14.            Program    Ver.    Function
  15.            -------    ----    --------
  16.  
  17.            CIPHER     1.6     Encrypt/decrypt files
  18.  
  19.            FC         2.7     Compare ASCII files
  20.  
  21.            FCDOC      2.4     Compare English documents
  22.  
  23.            FCBIN      1.2     Compare files byte by byte
  24.  
  25.            FCMERGE    1.0     Merge two sets of changes to an ASCII file into
  26.                               a single file
  27.  
  28.            ZEROFREE   1.0     Clear disk free space so unerase utilities
  29.                               can't recover your data
  30.  
  31.            ZIPFIND    1.2     Search ARC and ZIP files for text strings
  32.  
  33.            FSORT      1.0     Sort ASCII files
  34.  
  35.            D          1.2     Manage files, directories, and archives
  36.  
  37.            ASCIIZE    1.2     Convert binary files to/from ASCII
  38.  
  39.            SQUISH     1.0     Compress/decompress files
  40.  
  41.  
  42.  
  43.      2  Program descriptions:
  44.  
  45.         Program: Cipher
  46.  
  47.         Version: 1.6
  48.  
  49.         Files:   CIPHER.COM     Program
  50.                  CIPHER.DOC     Documentation
  51.  
  52.         Purpose:
  53.  
  54.            Cipher scrambles files so that no one can use them - unless they
  55.            have the correct key.  Cipher is designed to protect files on PCs
  56.            or disks you can't protect physically, and can also protect
  57.            messages sent via unprotected channels.  (The ZEROFREE program
  58.            described below is also useful for this.)  Cipher provides the
  59.            following benefits:
  60.  
  61.  
  62.  
  63.  
  64.  
  65.  
  66.                                        - 1 -
  67.  
  68.         Features:
  69.  
  70.            o  Cipher is easy to use - it protects you from mistakes and helps
  71.               you to remember keys.
  72.  
  73.            o  Cipher is much faster than other programs that provide
  74.               comparable security.
  75.  
  76.            o  Protection is provided by a reliable, documented method that is
  77.               highly resistant to attack - even by expert programmers and
  78.               cryptographic analysts.
  79.  
  80.            o  Cipher can encrypt files in place, so unerase utilities can't
  81.               recreate them.
  82.  
  83.            o  Cipher can also make a new encrypted file and leave the
  84.               original file untouched - this is useful when sending an
  85.               encrypted file to someone else.
  86.  
  87.            o  Cipher checks when decrypting a file to ensure that the file
  88.               hasn't been corrupted.
  89.  
  90.            o  Cipher can be used from batch files to provide security
  91.               automatically.
  92.  
  93.            o  Cipher guards against changes to itself - you can be sure you
  94.               have an unmodified Cipher and also detect any subsequent
  95.               tampering.
  96.  
  97.  
  98.  
  99.         Program: FC
  100.  
  101.         Version: 2.7
  102.  
  103.         Files:   FC.EXE         Program
  104.                  FC.DOC         Documentation
  105.  
  106.         Purpose:
  107.  
  108.            FC compares two text files and lists the differences between them
  109.            line by line.  FC provides the following benefits:
  110.  
  111.         Features:
  112.  
  113.            o  FC shows word by word differences between lines that have
  114.               changed.
  115.  
  116.            o  FC can ignore white space changes.  This is useful when you
  117.               want to ignore format changes in "C" programs or other text.
  118.  
  119.            o  FC never gets confused or "unsynchronized" (as some comparison
  120.               programs can).
  121.  
  122.            o  FC always finds the smallest set of differences between files,
  123.               and never misses matching lines.
  124.  
  125.            o  FC helps "C" programmers merge program changes.  FC can compare
  126.               two "C" programs containing separate sets of changes, and
  127.               combine them automatically to make a single program.
  128.  
  129.  
  130.  
  131.                                       - 2 -
  132.  
  133.            o  FC lets you do multiple comparisons in one run.
  134.  
  135.            o  FC lets you list changes in ways that make sense to you by
  136.               providing multiple display options.  You can also customize FC
  137.               to use your favorite options automatically.
  138.  
  139.  
  140.  
  141.         Program: FCDOC
  142.  
  143.         Version: 2.4
  144.  
  145.         Files:   FC.EXE         Program
  146.                  FC.DOC         Documentation
  147.  
  148.         Purpose:
  149.  
  150.            FCDOC compares two text English files and lists the differences
  151.            between them sentence by sentence.  FCDOC works with any ASCII
  152.            text file containing English text.
  153.  
  154.         Features:
  155.  
  156.            o  FCDOC ignores format differences, so changes in margins,
  157.               indentation, and white space are not shown.  This allows you to
  158.               look at content changes without being distracted by unimportant
  159.               details.
  160.  
  161.            o  FCDOC can show word by word differences between sentences that
  162.               have changed.
  163.  
  164.            o  FCDOC never gets confused or "unsynchronized" (as some
  165.               comparison programs can).
  166.  
  167.            o  FCDOC always finds the smallest set of differences between
  168.               files, and never misses matching sentences.
  169.  
  170.            o  FCDOC lets you do multiple comparisons in one run.
  171.  
  172.            o  FCDOC lets you list changes in ways that make sense to you by
  173.               providing multiple display options.  You can also customize
  174.               FCDOC to use your favorite options automatically.
  175.  
  176.  
  177.  
  178.         Program: FCBIN
  179.  
  180.         Version: 1.2
  181.  
  182.         Files:   FCBIN.EXE      Program
  183.                  FCBIN.DOC      Documentation
  184.  
  185.         Purpose:
  186.  
  187.            FCBIN compares two files and lists the differences between them
  188.            byte by byte.
  189.  
  190.         Features:
  191.  
  192.            o  FCBIN shows PER BYTE differences between files.  Line endings
  193.               are treated just like other characters.
  194.  
  195.  
  196.                                       - 3 -
  197.  
  198.            o  Any type of file - ASCII, executable, data base, etc. - can be
  199.               compared.
  200.  
  201.            o  FCBIN never gets confused or "unsynchronized" (as some
  202.               comparison programs can).
  203.  
  204.            o  FCBIN always finds the smallest set of differences between
  205.               files, and never misses matching bytes.
  206.  
  207.            o  FCBIN lets you do multiple comparisons in one run.
  208.  
  209.            o  FCBIN can be customized to use your favorite options
  210.               automatically.
  211.  
  212.  
  213.  
  214.         Program: FCMERGE
  215.  
  216.         Version: 1.0
  217.  
  218.         Files:   FCMERGE.EXE    Program
  219.                  FCMERGE.DOC    Documentation
  220.  
  221.         Purpose:
  222.  
  223.            FCMERGE merges two sets of changes to an ASCII file into a single
  224.            file.
  225.  
  226.         Features:
  227.  
  228.            o  FCMERGE is perfect for combining two separate sets of changes
  229.               to a program source file.
  230.  
  231.            o  FCMERGE warns you when changes conflict with each other.
  232.  
  233.            o  FCMERGE provides all the information you need to correct
  234.               conflicts when they occur.
  235.  
  236.            o  FCMERGE works with changes to any ASCII file, not just
  237.               programs.
  238.  
  239.  
  240.  
  241.         Program: ZEROFREE
  242.  
  243.         Version: 1.0
  244.  
  245.         Files:   ZEROFREE.EXE      Program
  246.                  ZEROFREE.DOC      Documentation
  247.  
  248.         Purpose:
  249.  
  250.            ZEROFREE protects your deleted files from access by others who
  251.            have access to your machine.  Without ZEROFREE, undelete utilities
  252.            and disk editors can recover data that is left in unused data
  253.            areas of your disk.
  254.  
  255.  
  256.  
  257.  
  258.  
  259.  
  260.  
  261.                                       - 4 -
  262.  
  263.         Features:
  264.  
  265.            o  ZEROFREE zeroes the complete unallocated data area of a disk,
  266.               so undelete utilities, disk editors, and data recovery programs
  267.               cannot access data from deleted files.
  268.  
  269.            o  ZEROFREE zeroes the directory entries of deleted files, so that
  270.               the names, sizes, or dates of deleted files are erased too.
  271.  
  272.            o  ZEROFREE zeroes the unused space at the end of files, so that
  273.               disk editors can't recover data that may remain there.
  274.  
  275.  
  276.         Program: FSORT
  277.  
  278.         Version: 1.0
  279.  
  280.         Files:   FSORT.EXE      Program
  281.                  FSORT.DOC      Documentation
  282.  
  283.         Purpose:
  284.  
  285.            FSORT reads data from an input file, sorts it, and writes it to an
  286.            output file.
  287.  
  288.         Features:
  289.  
  290.         o  FSORT is faster than other sort programs, and MUCH faster than the
  291.            MS-DOS sort command.
  292.  
  293.         o  FSORT sorts any size file.
  294.  
  295.         o  FSORT is careful in it's use of disk space, so that files can be
  296.            sorted successfully even when there's little space available.
  297.  
  298.         o  FSORT can handle any number of sort keys, sort in ascending or
  299.            descending order, and ignore the case (upper/lower) of letters.
  300.  
  301.         o  FSORT can sort using character or numeric keys.
  302.  
  303.         o  FSORT can remove duplicate lines.
  304.  
  305.  
  306.  
  307.         Program: ZIPFIND
  308.  
  309.         Version: 1.2
  310.  
  311.         Files:   ZIPFIND.EXE    Program
  312.                  ZIPFIND.DOC    Documentation
  313.  
  314.         Purpose:
  315.  
  316.            ZIPFIND searches ZIP or ARC files for text strings, and displays
  317.            each line of each archived file that contains the desired string.
  318.  
  319.         Features:
  320.  
  321.            o  Any type of file stored in an ARC or ZIP file can be searched
  322.               for any text string.
  323.  
  324.  
  325.  
  326.                                       - 5 -
  327.  
  328.            o  You can use your own text search program to provide more
  329.               powerful search options.  Many programs (e.g. GREP variants)
  330.               provide pattern searches and special output options not
  331.               otherwise available.
  332.  
  333.            o  You can use MS-DOS wildcards to search multiple ARC and ZIP
  334.               files.
  335.  
  336.  
  337.  
  338.         Program: D
  339.  
  340.         Version: 1.2
  341.  
  342.         Files:   D.EXE          Program
  343.                  D.DOC          Documentation
  344.  
  345.         Purpose:
  346.  
  347.               D lets you manipulate directories, files, and archives in an
  348.               intuitive and direct way.
  349.  
  350.         Features:
  351.  
  352.            o  D provides all standard file operations (e.g. view, delete,
  353.               copy) plus more obscure operations (e.g. setting file date).
  354.  
  355.            o  D provides all standard directory operations (e.g. make
  356.               directory) plus more obscure operations (e.g. delete a
  357.               directory and all files within it).
  358.  
  359.            o  D handles ARC and ZIP files as if they were directories.
  360.  
  361.            o  D provides many other features.
  362.  
  363.  
  364.  
  365.         Program: ASCIIZE
  366.  
  367.         Version: 1.2
  368.  
  369.         Files:   ASCIIZE.EXE    Program
  370.  
  371.         Purpose:
  372.  
  373.            ASCIIZE transforms any file to or from an ASCII-encoded form.
  374.            This is useful when transferring a binary file via an ASCII-only
  375.            medium (e.g. an EMAIL message).
  376.  
  377.         Features:
  378.  
  379.            o  You can add an explanation to the front of the ASCII-encoded
  380.               file.
  381.  
  382.            o  Any changes made to the ASCII-encoded text are detected when
  383.               the text is converted back to binary.
  384.  
  385.  
  386.  
  387.  
  388.  
  389.  
  390.  
  391.                                       - 6 -
  392.  
  393.         Program: SQUISH
  394.  
  395.         Version: 1.0
  396.  
  397.         Files:   SQUISH.EXE     Program
  398.  
  399.         Purpose:
  400.  
  401.            SQUISH compresses or decompresses files.
  402.  
  403.         Features:
  404.  
  405.            o  Squish uses standard input and output, so that file redirection
  406.               and pipes can be used.
  407.  
  408.  
  409.  
  410.      3  Support, Ordering, and Licensing:
  411.  
  412.         I support all programs via CompuServe mail.  Messages should
  413.         carefully describe your problem or question, and be sure to note the
  414.         version of the program you're using.  I support all registered users,
  415.         and usually reply to those who haven't yet decided whether or not to
  416.         register.  I'll also respond to queries via regular U.S. Mail.  My
  417.         CompuServe userid is [70325,1134], and my mailing address is:
  418.  
  419.               Mike Albert
  420.               P. O. Box 535
  421.               Bedford, MA   01730
  422.  
  423.  
  424.         I welcome all comments and suggestions concerning my programs.  I'd
  425.         like to know how you are using them, where you got them, and what
  426.         problems, bugs, or weaknesses you find.  If you tell me about
  427.         enhancements or changes you're interested in, I'll make an effort to
  428.         provide them.
  429.  
  430.         Anyone can order the latest version of my shareware programs directly
  431.         from me for a fee of $5.00.  Just send the order (make sure it
  432.         contains your mailing address) with your check to the above address.
  433.         You'll receive a 5 1/4 inch 360Kb floppy disk containing the latest
  434.         version of all my shareware products.  If you need other formats (5
  435.         1/4 inch 1.2Mb or 3 1/2 inch 720Kb or 1.44Mb) I can provide them.  If
  436.         you live outside North America, please send extra money for the
  437.         increased postage.
  438.  
  439.         All my programs are distributed as shareware.  Registration payments
  440.         are donated to Oxfam America, an international development and
  441.         disaster relief agency.  It's a worthy charity that I've been
  442.         supporting for many years.  As stated in Oxfam literature,
  443.  
  444.            "Oxfam America is an international agency that funds self-help
  445.            development projects and disaster relief in poor countries in
  446.            Africa, Asia, and Latin America, and also prepares and distributes
  447.            educational materials for people in the United States on the
  448.            issues of development and hunger.  The name "Oxfam" comes from the
  449.            Oxford Committee for Famine Relief, founded in England in 1942.
  450.            Oxfam America, based in Boston, was formed in 1970, and is one of
  451.            seven autonomous Oxfams around the world (Great Britain,
  452.            Australia, Belgium, Canada, Quebec, Hong Kong and the United
  453.            States).  Oxfam is a nonsectarian, nonprofit agency that neither
  454.  
  455.  
  456.                                       - 7 -
  457.  
  458.            seeks or accepts U.S. government funds.  All contributions are
  459.            tax-deductible to the extent permitted by law."
  460.  
  461.  
  462.         For more information, you can phone Oxfam at 617-482-1211, or write
  463.         to them at:
  464.  
  465.                   Oxfam America
  466.                   26 West Street
  467.                   Boston, MA  02111-1206
  468.  
  469.  
  470.  
  471.  
  472.  
  473.  
  474.  
  475.  
  476.  
  477.  
  478.  
  479.  
  480.  
  481.  
  482.  
  483.  
  484.  
  485.  
  486.  
  487.  
  488.  
  489.  
  490.  
  491.  
  492.  
  493.  
  494.  
  495.  
  496.  
  497.  
  498.  
  499.  
  500.  
  501.  
  502.  
  503.  
  504.  
  505.  
  506.  
  507.  
  508.  
  509.  
  510.  
  511.  
  512.  
  513.  
  514.  
  515.  
  516.  
  517.  
  518.  
  519.  
  520.  
  521.                                       - 8 -