summaryrefslogtreecommitdiff
path: root/net/sbd (follow)
Commit message (Collapse)AuthorAgeFilesLines
* SHA256ifyEdwin Groothuis2006-01-221-0/+1
| | | | Approved by: krion@
* Update to 1.37Jean-Yves Lefort2005-09-072-3/+3
| | | | | PR: ports/85843 Submitted by: maintainer
* - Update to 1.36Pav Lucistnik2004-10-114-5/+15
| | | | | PR: ports/71831 Submitted by: David Thiel <lx@redundancy.redundancy.org> (maintainer)
* sbd is a Netcat-clone, designed to be portable and offer strongSergey Matveychuk2004-07-104-0/+66
encryption. It runs on Unix-like operating systems and on Microsoft Win32. sbd features AES-CBC-128 + HMAC-SHA1 encryption (by Christophe Devine), program execution (-e option), choosing source port, continuous reconnection with delay, and some other nice features. Only TCP/IP communication is supported. Source code and binaries are distributed under the GNU General Public License. sbd can be used for any number of network-related things, e.g.: * Secure file transfer * Remote administration * Simple (but secure) peer-to-peer chat * Pen-test tool (crypto avoids NIDS detection and telnet-style traffic recording) PR: 68838 Submitted by: David Thiel <lx@redundancy.redundancy.org> Approved by: krion (mentor)