home *** CD-ROM | disk | FTP | other *** search
/ Media Share 9 / MEDIASHARE_09.ISO / cprog / altvb10b.zip / HLPFILES.ZIP / DEMON63.HLP < prev    next >
Text File  |  1991-08-06  |  654b  |  14 lines

  1. ┌────────────────────────────────────────────────────┐
  2. │        Encipher or Decipher a string of text.      │
  3. └────────────────────────────────────────────────────┘
  4.  
  5. This  routine  requires that you supply two strings of
  6. characters. The first is the text to be encrypted, and
  7. the  second  is one or more keywords which are used to
  8. encipher  the  text.  Thereafter,  the  text cannot be
  9. decrypted until you supply the same key string again.
  10.  
  11. The  encryption algorithm XORs (eXclusive ORs) the key
  12. string with string to be encrypted. This allows you to
  13. reverse  the procedure and decrypt the text, simply by
  14. calling the routine a second time.