home *** CD-ROM | disk | FTP | other *** search
/ ARM Club 1 / ARM_CLUB_CD.iso / contents / apps / files / a / amfcoder / !AMFCoder / !Help next >
Encoding:
Text File  |  1992-06-20  |  3.4 KB  |  86 lines

  1. !AMFCoder  1.30 (20-Jun-92)
  2. ===========================
  3. File Encoder
  4. ============
  5. AMFCoder is a program that will allow you to encrypt your files in a number
  6. of different ways,so that only after a similar decryption process may anyone
  7. make sense of their contents.
  8.  
  9. Use
  10. ===
  11. Once loaded,drag the file to be encrypted onto the AMFCoder icon,opening a
  12. window.Set the encryption methods that you wish to code this file with
  13. (below),then click on OK to open a Save window.From the Save window,drag the
  14. save icon in the usual manner,to a filer window.The file will be encrypted,
  15. but performing the same process will decrypt the file again,so long as all
  16. the encryption methods are the same.
  17.  
  18. Encryption Methods
  19. ==================
  20. 1) Bit Reverse
  21. This will reverse the bits in every byte in the file.Due to its nature,it
  22. must be used on its own,lest file corruption should occur.An error will be
  23. generated should you try to use this method with any other method.
  24.  
  25. 2) Byte EORing
  26. This will exclusive-OR (EOR) every byte in the file with the byte given.This
  27. byte should be entered in the box provided,and should be between 0 and 255.
  28.  
  29. 3) Word EORing
  30. This will exclusive-OR (EOR) every word in the file with the word given.This
  31. word should be entered in the box provided,and should be between 0 and
  32. FFFFFFFF (hexadecimal).
  33.  
  34. 4) Text EORing
  35. This will exclusive-OR (EOR) the file with the text given.
  36.  
  37. 5) Double text
  38. This will exclusive-OR (EOR) the file with both of the texts given,removing
  39. the problem that sometimes occurs with the Word EORing when there are many
  40. spaces,a problem that causes the password to be readable.
  41.  
  42. AMFCoder needs to grab as much memory as the file you wish to encode is in
  43. size,so be sure that there is sufficient free memory to allow this to
  44. occur.
  45.  
  46. Versions
  47. ========
  48. 1.30 Totally rewritten.Improved caret handling.Original filetype preserved
  49.      after coding.Improved error handling.Automatic virus checking.
  50.  
  51. Source
  52. ======
  53. This version of AMFCoder was originally supplied as part of a software
  54. package,namely the AMF the Doomwatcher Collection Part I.It should not be
  55. distributed separately from this package,although it may be separated for
  56. the personal use of the owner,so long as it is not passed on to others in
  57. this form.
  58.  
  59. Copyright
  60. =========
  61. This version of AMFCoder is not Public Domain.It may be distributed as
  62. Public Domain only by those who are licensed so to do,with the terms of this
  63. license and the official distributor for this version to be found as part of
  64. the general information supplied with this software collection.No part of
  65. this software may be used in any other program,whether commercial or public
  66. domain,without my prior written consent,though any files created by this
  67. software are not bound by this condition.This software may not be
  68. distributed for a profit,save that required to cover packaging and media
  69. costs,nor may it be distributed by an unlicensed person or company.Copyright
  70. (©) is retained by the author,who may be contacted at the address beneath.No
  71. liability can be accepted by the author for any loss or damage arising from
  72. use or misuse of this software.
  73.  
  74. Addresses
  75. =========
  76. Should you wish to contact the author of this software,make any constructive
  77. comments or suggestions,report any errors or bugs,or make any donations (all
  78. cheques being made payable to A.M.Flintham),write to the address beneath:
  79.  
  80. AMF the Doomwatcher,
  81.   The Monastery of Doomwatcher Monks,
  82.     50 Burlington Way,
  83.       Mickleover,
  84.         Derby.
  85.           DE3 5BD
  86.