home *** CD-ROM | disk | FTP | other *** search
/ The World of Computer Software / World_Of_Computer_Software-02-385-Vol-1of3.iso / f / feds.zip / FEDS.DOC next >
Text File  |  1992-12-31  |  3KB  |  62 lines

  1. Program:  FEDS.EXE
  2. Author:   Richard McMillan
  3. Date:     12/31/92
  4. Compiler: BASIC PDS 7.1 Copyright Microsoft Corp 1982-92
  5.  
  6. Program description:
  7.      
  8.      FEDS is a file encrytion/decryption program to help in the securing
  9. of data files. It uses it's own software table, much to the likes of an
  10. ASCII table, that may be created or loaded from disk.
  11.  
  12.      FEDS is a self contained command line program that accepts no
  13. parameters. All input is accomplished from within the program itself. A
  14. 28 bit header is attached to the front of an encrypted data file to
  15. identify the version of FEDS and the table used in its encryption.
  16.  
  17.      The idea and some methods used in the programming of FEDS were
  18. obtained from the publication, Inside Microsoft Basic, The Cobb Group,
  19. 9420 Bunsen Parkway, Suite 300, Louisville Kentucky 40220. Artical:
  20. Encrypting Your Files Without Passwords; Vol. 3 No. 9.
  21.  
  22.  
  23. Program Methods:
  24.  
  25.      In essence, FEDS simply scrambles the ASCII table in a completly
  26. random configuration. It then replaces each ASCII character in the data
  27. file with the newly placed FEDS table character. In decryption mode this 
  28. process is reversed to obtain a copy of a preencrypted data file.
  29.  
  30.      During decryption, a header in the encrypted file is check to help
  31. insure that the requested file has indeed previously been encrypted by 
  32. FEDS and that the correct decryption table is loaded in memory.
  33.  
  34.  
  35. Program Status:
  36.  
  37.      FEDS is shareware that retails for $7.95 when, after a short review
  38. period, the user decides to continue its use. This makes it perfectly
  39. legal to copy and share this program with anyone desiring to do so. It
  40. does not however, sanction its use beyond a reasonable period (30 days)
  41. without paying for its use. It also does not permit transfering this
  42. program to anyone without the inclusion of this unaltered text file.
  43.  
  44.      The author of FEDS hopes you benefit from the use of this program.
  45. The author also hopes to benefit by your registering if you use or
  46. deleteing if you don't.
  47.  
  48.  
  49. Program Liablities:
  50.  
  51.      This program has been tested and shown to operate in the capacity
  52. for which it was intended. Deliberate misuse or altering may produce
  53. effects that can result in the loss of data, loss of time and materials.
  54.  
  55.      MightySoft Production niether warrants nor guaranties this program
  56. nor accepts any responsibilities for any losses encured by its' use.
  57. The users of this software, by its' use, accepts full liability for any
  58. and all damage and\or loss.
  59.  
  60.  
  61.  
  62.