Difference between revisions of "Cryptcat"
Line 12: | Line 12: | ||
= Description = | = Description = | ||
− | Cryptcat is a lightweight version of netcat with integrated transport encryption capabilities. | + | Cryptcat is a lightweight version of netcat with integrated transport encryption capabilities. It does everything that netcat does with the addition of Twofish encryption for more security. According to the project website, "Cryptcat is a simple Unix utility which reads and writes data across network connections, using TCP or UDP protocol while encrypting the data being transmitted. It is designed to be a reliable "back-end" tool that can be used directly or easily driven by other programs and scripts. At the same time, it is a feature-rich network debugging and exploration tool, since it can create almost any kind of connection you would need and has several interesting built-in capabilities". [[1]] Cryptcat can also be used to send files or file copies to different locations in the same network. |
===Platform=== | ===Platform=== |
Revision as of 01:59, 6 October 2014
Description
Cryptcat is a lightweight version of netcat with integrated transport encryption capabilities. It does everything that netcat does with the addition of Twofish encryption for more security. According to the project website, "Cryptcat is a simple Unix utility which reads and writes data across network connections, using TCP or UDP protocol while encrypting the data being transmitted. It is designed to be a reliable "back-end" tool that can be used directly or easily driven by other programs and scripts. At the same time, it is a feature-rich network debugging and exploration tool, since it can create almost any kind of connection you would need and has several interesting built-in capabilities". 1 Cryptcat can also be used to send files or file copies to different locations in the same network.
Platform
Cryptcat has ports for Windows NT, BSD, and Linux.
Documentation and user support
The Cryptcat Project Information Page provides brief information and support on how to use the program.
Tutonics.com's article "Encrypted Data Transfer Using Cryptcat" offers a short tutorial on basic ways to use Cryptcat.
Chapter 1: Netcat and Cryptcat in the book Anti-hacker Tool Kit by Mark Shema explains what both tools do and how to install and use the programs.
A Cryptcat manpage is also available for viewing at Ubuntu.com.
User Experiences
Development Activity