Xref: utzoo comp.sys.acorn:1260 comp.unix.misc:1491 Path: utzoo!utgpu!news-server.csri.toronto.edu!cs.utexas.edu!uunet!mcsun!ukc!acorn!john From: john@acorn.co.uk (John Bowler) Newsgroups: comp.sys.acorn,comp.unix.misc Subject: Re: acorn fortune file encryption Summary: not encrypted Keywords: fortune Message-ID: <7382@acorn.co.uk> Date: 31 May 91 21:33:29 GMT References: <1991May28.141547.19867@ohm.york.ac.uk> Organization: Acorn Computers Ltd, Cambridge, UK Lines: 21 In article <1991May28.141547.19867@ohm.york.ac.uk> pete@ohm.york.ac.uk (-Pete French.) writes: >Does anyone know the format of the encryption of the fortune file >on the acorn UNIX RISC machines ? It's not encrypted; it is the standard BSD fortune file format (as defined by the files strfile.h and strfile.c in the 4.3 distribution). If you use the strings command you will see the fortunes (but without clear delimination - all you need to know for that is that the strings are NUL terminated). > I am trying to get the fortune file >off the acorn working on the MIPS/SUN systems here (since it is far better). All we did was supplement the BSD distribution with the fortunes which have been posted on UseNet (alt.sources?) recently. The file should be understood by any BSD 4.3 fortune program running on a little-endian architecture. You could probably convert it to a big-endian architecture by intelligent application of byte swapping (you need the strfile.h header file of course - copyright you-know-who). John Bowler (jbowler@acorn.co.uk)