On Fri, 11 Jan 2002 11:20:13 +1000, john <[EMAIL PROTECTED]> wrote: [snip] > > One thing that speeds up scp tremendously is to add a -c blowfish to the > command. There may be patent issues or something, but the transfers are much > faster. >
""" Blowfish is a symmetric block cipher that can be used as a drop-in replacement for DES or IDEA. It takes a variable-length key, from 32 bits to 448 bits, making it ideal for both domestic and exportable use. Blowfish was designed in 1993 by Bruce Schneier as a fast, free alternative to existing encryption algorithms. """ http://www.counterpane.com/blowfish.html -- Eric G. Miller <egm2@jps.net>