From mboxrd@z Thu Jan 1 00:00:00 1970 X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on polar.synack.me X-Spam-Level: X-Spam-Status: No, score=-1.9 required=5.0 tests=BAYES_00,FREEMAIL_FROM autolearn=unavailable autolearn_force=no version=3.4.4 X-Received: by 10.182.246.39 with SMTP id xt7mr329458obc.40.1386761841934; Wed, 11 Dec 2013 03:37:21 -0800 (PST) X-Received: by 10.182.125.70 with SMTP id mo6mr8799obb.22.1386761841776; Wed, 11 Dec 2013 03:37:21 -0800 (PST) Path: border1.nntp.ams.giganews.com!nntp.giganews.com!xlned.com!feeder1.xlned.com!news.astraweb.com!border2.a.newsrouter.astraweb.com!newsreader4.netcologne.de!news.netcologne.de!nx01.iad01.newshosting.com!newshosting.com!69.16.185.113.MISMATCH!peer03.iad.highwinds-media.com!news.highwinds-media.com!feed-me.highwinds-media.com!p15no18901143qaj.0!news-out.google.com!p7ni14989qat.0!nntp.google.com!p15no18901135qaj.0!postnews.google.com!glegroupsg2000goo.googlegroups.com!not-for-mail Newsgroups: comp.lang.ada Date: Wed, 11 Dec 2013 03:37:21 -0800 (PST) In-Reply-To: Complaints-To: groups-abuse@google.com Injection-Info: glegroupsg2000goo.googlegroups.com; posting-host=109.149.1.116; posting-account=pmkN8QoAAAAtIhXRUfydb0SCISnwaeyg NNTP-Posting-Host: 109.149.1.116 References: <1d445f04-b670-444f-9858-55da271fe17a@googlegroups.com> <2b6dc37f-4aa6-4c18-be59-8c09f6f37f01@googlegroups.com> User-Agent: G2/1.0 MIME-Version: 1.0 Message-ID: Subject: Re: Binary versus text and compiler versions, was: Re: Will Ada-95 Programs Written in MS Windows Run in MacOS and Linux Without Some Tweaking. From: Austin Obyrne Injection-Date: Wed, 11 Dec 2013 11:37:21 +0000 Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: quoted-printable X-Received-Bytes: 4385 X-Received-Body-CRC: 1911447664 Xref: number.nntp.dca.giganews.com comp.lang.ada:184180 Date: 2013-12-11T03:37:21-08:00 List-Id: On Tuesday, December 10, 2013 11:08:40 PM UTC, Simon Clubley wrote: > On 2013-12-10, Randy Brukardt wrote: > > But if I = was writing this sort of code, I wouldn't worry about line endings > at all= , and simply encrypt the file as binary data, using Stream_IO to read > it = in and out. > Thank you. That's one of a number of things I don't understan= d about this. A serious encryption tool is going to treat the input as a op= aque stream of bytes not as text. I don't encrypt pure text, but I _do_ enc= rypt full directory trees which may have a mixture of text and binary files= within them. I don't understand how someone who claims to have invented so= mething new cannot realise this. And to the OP: while I can certainly under= stand the desire to remain with Ada 95,=20