home *** CD-ROM | disk | FTP | other *** search
/ CD Actual 14 / CDACTUAL.iso / cdactual / demobin / share / program / Basic / TXTCRYPT.ZIP / TXTCRYPT.DOC < prev   
Encoding:
Text File  |  1990-02-01  |  851 b   |  15 lines

  1. This is a pair of simple text encryption/decryption routines that return text
  2. strings.  As long as you don't use the extended IBM character set (ASCII codes
  3. 128-255), the results will be printable and can be used in sequential files.
  4. The encryption technique won't stand up to any serious attempt to crack it, but
  5. it's reasonably subtle in that the same character will not always be encrypted
  6. the same way.  It's sufficient for low-security purposes.  The TXTCRYPT.BAS
  7. file contains both TextEncrypt and TextDecrypt functions, as well as a small
  8. example program that demonstrates how they work.  Enjoy...
  9.  
  10. -- Tom Hanlin, 02/01/90
  11.  
  12. These routines were thrown together at the request of a ProBas customer whom
  13. I met at a BASIC Symposium.  The routines are donated to the public domain
  14. and may be distributed or altered any way you please.
  15.