mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-24 00:45:52 +00:00
bf51c6f124
- Bump PORTEPOCH - Update MASTER_SITE and WWW (project moved to sourceforge) - Remove two patches that contained CR/LF's - Add two patches (invoked by CR/LF problematic) - Pass maintainership to submitter PR: 88134 Submitted by: Gabor Kovesdan <gabor.kovesdan@t-hosting.hu>
21 lines
715 B
Plaintext
21 lines
715 B
Plaintext
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>
|