home *** CD-ROM | disk | FTP | other *** search
/ ARM Club 3 / TheARMClub_PDCD3.iso / hensa / encryption / enc_2 / !Encrypt / Versions < prev   
Text File  |  1998-04-17  |  4KB  |  131 lines

  1.              ___________________________________________________
  2.             /   ______    ______________  ______  _______   (__()
  3.            /   / ___/ \  / / ___/ __ \  \/ / __ \/_   __/  /
  4.           /   / ___/ , \/ / /__/ _  _/\   / ____/ /  /    /
  5.          /   (____/_/ \__/____/_/ \_\ /__/_/     /__/    /_
  6.         (_______________________________________________(__()
  7.  
  8.                           Version History
  9.                           ===============
  10.  
  11.  
  12. Version 0.98  (released 14 April 1998)
  13. ============
  14.  
  15. Some quite important features added in response to queries and suggestions from
  16. quite a few users.
  17.  
  18. Pass-phrase hash:    A hash of the pass-phrase is now added to the end of the
  19.                      plaintext before it is encrypted. This allows the
  20.                      pass-phrase to be checked on decryption to make sure
  21.                      that a wrong pass-phrase will not result in a garbled file.
  22.  
  23. Pass-phrase verify:  An option has been added, in which the pass-phrase must be
  24.                      entered twice before encryption is possible. This is to
  25.                      ensure that the intended pass-phrase is used.
  26.  
  27. New blowfish module: This version now uses the Blowfish module by Gareth
  28.                      McCaughan, which utilises CBC encryption to remove
  29.                      the previous problems of repeated patterns.
  30.  
  31.  
  32. Version 0.97  (released 18 March 1998)
  33. ============
  34.  
  35. This was a major update on the previous version, 0.95. The changes are listed
  36. below.
  37.  
  38. PGP-enabled version: PGP IDEA processing has been added as an alternative
  39.                      to Blowfish, for files which need ultimate protection.
  40.                      This needs the PGP application which was converted
  41.                      to Acorns by Gareth McCaughan and is available from:
  42.                      <http://web.bham.ac.uk/N.M.Queen/pgp/acorn.html>
  43.  
  44. Options box :        An options box has been added, to allow choice between
  45.                      the two encryption methods, and also other options, which
  46.                      have been added as described below.
  47.  
  48. Hide:                There is now an option to replace the pass-phrase with
  49.                      *'s, meaning that the pass-phrase cannot be read off the
  50.                      screen as it is typed.
  51.  
  52. Warnings:            There is also an option to turn off warnings that are
  53.                      displayed when directories are processed and the warning
  54.                      given when the original file is overwritten
  55.  
  56. General:             The ram-transfer routines have been cleaned up, and
  57.                      saving directories to another filepath now includes
  58.                      all files, not just those processed. A link to the help
  59.                      file and web-page have been added to the icon-bar menu.
  60.  
  61.  
  62. Version 0.95  (1 February 1998)
  63. ============
  64.  
  65. Now supports directory processing, thanks to the routines from Mike Enderby of Integrated Systems Technologies <http://www.interpages.co.uk>
  66.  
  67.  
  68. Version 0.91  (14 January 1998)
  69. ============
  70.  
  71. Uses the Blowfish method of file encryption for far safer files than the previous method. Thanks to WonderWorks <http://www.wonderworks.co.uk> for the PD blowfish module.
  72.  
  73.  
  74. Version 0.85  (1 January 1998)
  75. ============
  76.  
  77. First internet release version, using the Encrypt module. A random seed has been added to the encryption to prevent null [00] bytes showing the passtext.
  78.  
  79.  
  80. Version 0.8  (about January 1997)
  81. ===========
  82.  
  83. The ARM encryption code has now been placed in a module, accessed via an SWI.
  84.  
  85.  
  86. Version 0.7  (about December 1996)
  87. ===========
  88.  
  89. All of the encryption routines have been re-written in ARM-code for increased speed (about 1000% increase)
  90.  
  91.  
  92. Version 0.6  (about July 1996)
  93. ===========
  94.  
  95. Encryption routine changed to process files in memory, rather than byte-by-byte from disc (about 1000% increase in speed)
  96.  
  97.  
  98. Version 0.5  (about March 1996)
  99. ===========
  100.  
  101. Desktop front-end re-designed completely.
  102.  
  103.  
  104. Version 0.2  (about February 1996)
  105. ===========
  106.  
  107. First desktop version, comprising of a save-box and a writeable icon for the password.
  108.  
  109.  
  110. Version 0.1  (about February 1996)
  111. ===========
  112.  
  113. First file-based passworded system.
  114.  
  115.  
  116. Version 0.01  (about January 1996)
  117. ============
  118.  
  119. First set-password test of method.
  120.  
  121. _____________________________________________________________________________
  122.  
  123. Stephen Sloan
  124. 169 Southport Road
  125. Leyland
  126. Lancashire
  127. PR5 3LN
  128. Tel (01257) 451091
  129. mailto:ssloan@argonet.co.uk
  130. http://www.argonet.co.uk/users/hsloan
  131.