Index of /ports_net/cryptcat
Name Last modified Size
Parent Directory -
Makefile 11-Oct-2010 09:36 798
distinfo 28-May-2011 14:07 140
files/ 25-Dec-2006 04:05 -
pkg-descr 30-Oct-2005 16:21 715
Cryptcat is the standard netcat enhanced with twofish encryption.
Twofish is courtesy of counterpane, and cryptix. We started with the
Java version of twofish from cryptix, converted it to C++ (don't ask why),
and enhanced it by adding CBC mode and the ciphertext stealing technique
from Applied Cryptography (pg. 196)
How do you use it?
Machine A: cryptcat -l -p 1234 < testfile
Machine B: cryptcat <machine A IP> 1234
This is identical to the normal netcat options for doing exactly the
same thing. However, in this case the data transferred is encrypted.
For more information about netcat see net/netcat port.
WWW: http://sourceforge.net/projects/cryptcat/
Roman Shterenzon <roman@xpert.com>