aboutsummaryrefslogtreecommitdiff
path: root/net/cryptcat
diff options
context:
space:
mode:
authorDmitry Marakasov <amdmi3@FreeBSD.org>2016-05-19 10:44:11 +0000
committerDmitry Marakasov <amdmi3@FreeBSD.org>2016-05-19 10:44:11 +0000
commit4e942b64191e2ef98dce2c5af31047a8640db768 (patch)
tree8c3238b7f0cbec2e9210d52f562960bb22323a7d /net/cryptcat
parent1d1f878054efdd1171a8cb006e59ad0727610293 (diff)
downloadports-4e942b64191e2ef98dce2c5af31047a8640db768.tar.gz
ports-4e942b64191e2ef98dce2c5af31047a8640db768.zip
- Fix trailing whitespace in pkg-descrs, categories [g-n]*
Approved by: portmgr blanket
Notes
Notes: svn path=/head/; revision=415499
Diffstat (limited to 'net/cryptcat')
-rw-r--r--net/cryptcat/pkg-descr16
1 files changed, 8 insertions, 8 deletions
diff --git a/net/cryptcat/pkg-descr b/net/cryptcat/pkg-descr
index e6338d0abebb..769863231ddd 100644
--- a/net/cryptcat/pkg-descr
+++ b/net/cryptcat/pkg-descr
@@ -1,16 +1,16 @@
-Cryptcat is the standard netcat enhanced with twofish encryption.
+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)
+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
+ 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
+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.