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.43.89.135 with SMTP id be7mr53733091icc.27.1417353858302; Sun, 30 Nov 2014 05:24:18 -0800 (PST) X-Received: by 10.140.108.5 with SMTP id i5mr267qgf.11.1417353858249; Sun, 30 Nov 2014 05:24:18 -0800 (PST) Path: border2.nntp.dca1.giganews.com!nntp.giganews.com!news.glorb.com!h15no10714062igd.0!news-out.google.com!m4ni588qag.1!nntp.google.com!s7no3113606qap.1!postnews.google.com!glegroupsg2000goo.googlegroups.com!not-for-mail Newsgroups: comp.lang.ada Date: Sun, 30 Nov 2014 05:24:18 -0800 (PST) In-Reply-To: Complaints-To: groups-abuse@google.com Injection-Info: glegroupsg2000goo.googlegroups.com; posting-host=86.176.91.16; posting-account=pmkN8QoAAAAtIhXRUfydb0SCISnwaeyg NNTP-Posting-Host: 86.176.91.16 References: <8f7e0b44-14a7-4e39-8910-d8f6e553b904@googlegroups.com> User-Agent: G2/1.0 MIME-Version: 1.0 Message-ID: <2a3a193b-9ae3-421e-8017-972b926c5489@googlegroups.com> Subject: Re: A matter of interest. From: Austin Obyrne Injection-Date: Sun, 30 Nov 2014 13:24:18 +0000 Content-Type: text/plain; charset=ISO-8859-1 Xref: number.nntp.giganews.com comp.lang.ada:191104 Date: 2014-11-30T05:24:18-08:00 List-Id: On Sunday, November 30, 2014 12:49:41 PM UTC, Simon Wright wrote: > Austin Obyrne writes: > > > The file of 49471 Ada sourcecode characters encrypted and decrypted > > perfectly which I knew it would anyway so I decided next I would test > > the fidelity (a privately coined word that I think is apt but is not > > normal crypto jargon just for your info) of the entire experiment in > > cryptology by test-running the decrypted source code as (message-text > > now) in my Ada-Gide editor - it compiled and ran perfectly without any > > editing and immediately encrypted some test programs itself. > > This is good, but as a method of testing I'd have used a byte-by-byte > comparison of original/decrypted files. In a Unix environment, I'd use > cmp(1). > > http://unixhelp.ed.ac.uk/CGI/man-cgi?cmp But surely the compiler does a bit-by-bit job ? For the purpose either of these is excellent ! Thanks for your info - Austin.