mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-19 00:13:33 +00:00
fb16dfecae
Commit b7f05445c0
has added WWW entries to port Makefiles based on
WWW: lines in pkg-descr files.
This commit removes the WWW: lines of moved-over URLs from these
pkg-descr files.
Approved by: portmgr (tcberner)
17 lines
623 B
Plaintext
17 lines
623 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.
|