1
0
mirror of https://git.tartarus.org/simon/putty.git synced 2025-01-10 01:48:00 +00:00

Minimally document 3des-ctr and blowfish-ctr.

[originally from svn r5703]
This commit is contained in:
Ben Harris 2005-04-28 09:03:16 +00:00
parent a40410a122
commit b7f7f4ec72

View File

@ -2116,9 +2116,9 @@ PuTTY currently supports the following algorithms:
\b \i{Arcfour} (RC4) - 256 or 128-bit stream cipher (SSH-2 only)
\b \i{Blowfish} - 128-bit CBC
\b \i{Blowfish} - 256-bit SDCTR (SSH-2 only) or 128-bit CBC
\b \ii{Triple-DES} - 168-bit CBC
\b \ii{Triple-DES} - 168-bit SDCTR (SSH-2 only) or CBC
\b \ii{Single-DES} - 56-bit CBC (see below for SSH-2)