From owner-freebsd-alpha Thu May 6 5:29:21 1999 Delivered-To: freebsd-alpha@freebsd.org Received: from bluto.lgc.com (jking1.lgc.com [134.132.228.2]) by hub.freebsd.org (Postfix) with ESMTP id 8A5DC14E04 for ; Thu, 6 May 1999 05:29:06 -0700 (PDT) (envelope-from king@sstar.com) Received: from raspberry (raspberry [134.132.228.7]) by bluto.lgc.com (8.9.3/8.9.1) with SMTP id HAA84441; Thu, 6 May 1999 07:28:42 -0500 (CDT) (envelope-from king@sstar.com) Message-Id: <4.1.19990506072029.0097fe80@mail.sstar.com> X-Sender: king@mail.sstar.com X-Mailer: QUALCOMM Windows Eudora Pro Version 4.1 Date: Thu, 06 May 1999 07:28:26 -0500 To: Kai Schmidt From: Jim King Subject: Re: RC5 Client for FreeBSD Alpha Cc: freebsd-alpha@freebsd.org In-Reply-To: <199905060333.FAA10635@karhu.hirvi.net> Mime-Version: 1.0 Content-Type: text/html; charset="us-ascii" Sender: owner-freebsd-alpha@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org
>after bringing my Multia up and running I am looking for a rc5 client for
>FreeBSD/AXP.
>
>Did anyone port it?

The version that distributed.net supplies for OSF/1 works on FreeBSD with Andrew Gallatin's OSF/1 emulator module.  Get it at ftp://ftp.cs.duke.edu/pub/gallatin/osf1.tar.gz  "To get started, download the above tarball and untar it into your source tree. Then cd to sys/modules/osf1 and build & install it. Load the module with the just installed osf1 shell script."

rc5des is statically linked, so you won't need any OSF/1 libs to run it.  You will need to create /compat/osf1/etc/svc.conf; here's the one I use:

aliases=local
group=local,yp
hosts=bind,local,yp
netgroup=local,yp
networks=local,yp
passwd=local,yp
protocols=local,yp
rpc=local,yp
services=local,ypSECLEVEL=BSD

Now the bad news:  Alphas do relatively poorly cracking RC5, I think due to lack of a rotate instruction.  Be prepared for poor performance.

otoh, Alphas do pretty good on DES.  When the next DES contest starts be sure your Multia is ready to go.

Jim

To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-alpha" in the body of the message