On Tue, Sep 19, 2006 at 09:52:01PM +0200, Simon Kuhnle wrote: > Hi, > > On Mon, Sep 18, 2006 at 07:40:39PM +0300, Sideris Michael wrote: > > cryptcat = netcat + encryption(twofish) > > > > Test, test, test, ... , commit :) > > > > Works fine on OpenBSD -current(16/09/06) i386. > > It builds, installs and runs fine on i386 latest snapshot. > > But the program itself seems a bit incomplete to me: > there's no man page and when you start it with the -h option it says nc > instead of cryptcat. > > Just my 2 cents. > > --simon
Thanks for testing the port. I know there is no man page. This is because cryptcat "IS" netcat actually, with encryption though. It shares the same switches and options so you might as well look in the netcat man page for help. Now, about the "nc" in the `cryptcat -h`, well, programming laziness I guess. Easy fix/patch if it is THAT annoying. Keep testing/reporting people.