Differences
This shows you the differences between the selected revisions of the page.
| 2007-04-11 | 2008-04-16 | ||
| 4.0 hidden for ftp (martin) | 4.1 Support for the Arcfour cipher in SSH-2. (martin) | ||
| Line 23: | Line 23: | ||
| WinSCP currently supports the following algorithms: | WinSCP currently supports the following algorithms: | ||
| - | * //AES// (Rijndael) - 256, 192, or 128-bit CBC (SSH-2 only) | + | * //AES// (Rijndael) - 256, 192, or 128-bit SDCTR or CBC (SSH-2 only) | 
| - | * //Blowfish// - 128-bit CBC | + | * //Arcfour// (RC4) - 256 or 128-bit stream cipher (SSH-2 only) | 
| - | * //Triple-DES// - 168-bit CBC | + | * //Blowfish// - 256-bit SDCTR (SSH-2 only) or 128-bit CBC | 
| + | * //Triple-DES// - 168-bit SDCTR (SSH-2 only) or CBC | ||
| * //Single-DES// - 56-bit CBC (see below for SSH-2) | * //Single-DES// - 56-bit CBC (see below for SSH-2) | ||