home *** CD-ROM | disk | FTP | other *** search
/ linuxmafia.com 2013 / 2013.06.linuxmafia.com / linuxmafia.com / pub / ms-windows / igaly-ssh / notes < prev    next >
Encoding:
Text File  |  2000-06-26  |  785 b   |  12 lines

  1. Note:  The 32-bit version will probably crash on exit (I will be really surprised 
  2. if not), with cryptlib version 2.00.  The problem is in cryptlib, not the SSH 
  3. client.  If you have Microsoft Visual C++, then you can apply a patch
  4. (lib_rand.c.cdi) and recompile the library.i  Such a problem does not exist with
  5. version 1.1, but there is still a problem with DES and 3DES, since 1.1
  6. accepts only 56-bit DES keys, instead of 64-bit keys.  (OK, OK, DES keys are
  7. internally 56 bits, but externally are 64 bits.)  To fix that problem, you
  8. can download a small binary patch (patch01.zip).  I am testing the 32-bit
  9. version with cryptlib 2.1, which is still in beta.  It seems to be working, 
  10. but you will have to wait for the official release, or download the beta
  11. version and compile it. 
  12.