home *** CD-ROM | disk | FTP | other *** search
/ Really Useful CD 1 / ReallyUsefulCD1.iso / extras / utilities / _coder / _help < prev    next >
Encoding:
Text File  |  1990-12-02  |  1.9 KB  |  60 lines

  1. !Coder 2.10 (01-Dec-90)
  2. =======================
  3. A file coder
  4. ============
  5. After loading,click on the !Coder icon on the icon bar,a window will appear.
  6. Drag the file to be coded onto this window,set the options (below) and click
  7. on "Go" to start the encryption.The same process will uncode the file.
  8.  
  9. Coding techniques
  10. =================
  11. 1) Byte EORing
  12. This will exclusive-OR (EOR) every byte in the file with the byte given.By
  13. clicking on the white box next to "Byte:",you can enter a new encryption
  14. value,it must be between 0 and 255 and entered in decimal.
  15.  
  16. 2) Word EORing
  17. This will exclusive-OR (EOR) every word in the file with the word given.By
  18. clicking on the white box next to "Word&",you can enter a new encryption
  19. value,it must be entered in hexadecimal and be between 0 and FFFFFFFF.
  20.  
  21. 3) Text EORing
  22. This will exclusive-OR (EOR) the file with the text given.By clicking on the
  23. white box next to "Text:",you can enter a new encryption value.
  24.  
  25. 4) Bit Reverse
  26. This will reverse the bits in every byte in the file.It MUST be used on its
  27. own,using it with any other option will PERMANENTLY CORRUPT the file.
  28.  
  29. 5) Double text
  30. This allows two texts to be given,and the file EORed with both.This stops a
  31. problem with a single text given below.
  32.  
  33. Options 1-3 and 5 may be used in combination with each other.Option 4 cannot
  34. be used with any other option.
  35.  
  36. !Coder starts off with 24k of memory.It needs to grab more to encode large
  37. files so make sure there is enough before starting.
  38.  
  39. Limitations
  40. ===========
  41. Option 3 (text eoring) is often not enough for a file.For example,should you
  42. use the word "AMFSOFT".Take this example of text:
  43. "*****                 *****" (the stars stand for any character)
  44.  
  45. This becomes:
  46.  
  47. "#####mfsoftamfsoftamfs#####"
  48.  
  49. as the spaces turn upper case text into lower case,so it is readable.
  50.  
  51. Addresses
  52. =========
  53. Comments,suggestions,bug reports (I hope not) and any donations you wish to
  54. make to:
  55.  
  56. AMFsoft
  57.   50 Burlington Way
  58.     Mickleover
  59.       Derby
  60.         DE3 5BD