Merge branch 'staged'
[dports.git] / net / cryptcat / pkg-descr
1 Cryptcat is the standard netcat enhanced with twofish encryption.
2
3 Twofish is courtesy of counterpane, and cryptix. We started with the
4 Java version of twofish from cryptix, converted it to C++ (don't ask why),
5 and enhanced it by adding CBC mode and the ciphertext stealing technique
6 from Applied Cryptography (pg. 196)
7
8 How do you use it?
9
10   Machine A: cryptcat -l -p 1234 < testfile
11   Machine B: cryptcat <machine A IP> 1234
12
13 This is identical to the normal netcat options for doing exactly the
14 same thing.  However, in this case the data transferred is encrypted.
15
16 For more information about netcat see net/netcat port.