comp.lang.ada
 help / color / mirror / Atom feed
From: mrvmurray@gmail.com
Subject: Re: Ada Connections to this Crypto.
Date: Mon, 15 Dec 2014 02:17:38 -0800 (PST)
Date: 2014-12-15T02:17:38-08:00	[thread overview]
Message-ID: <c1004cd2-256f-4b7f-af44-73798f8f0931@googlegroups.com> (raw)
In-Reply-To: <10b43460-09db-4fb1-9a68-4555ce57811b@googlegroups.com>

On Monday, 15 December 2014 11:30:56 UTC+2, Austin Obyrne  wrote:
> I am more interested in your take on using Sequential_IO (being advocated
> to me) instead of my preferred Text_IO which is totally adequate as it stands.

Sequential_IO can read and write ANY file and ANY data trivially. MP3s,
photographs, files whose contents are otherwise opaque - ANYTHING.
That includes the data that text_io can read.

Text_IO can only read/write human readable _text_ files. That makes it 
inadequate.

> What really puzzles me is the inference that using sequential_IO for which
>I would have to create crypto instances has extra *cryptographic properties
> that will enable any data type to be be encrypted.

No.

Currently, you read a text character, and turn it into a number in the range
32..126, which corresponds to its ASCII numeric value. Reading using
sequential_io will give you this same 32..126 for any ASCII characters that
happen to be in the sequential stream without having to go through an
explicit conversion step, PLUS, you get the full 0..255 range of which
32..126 is a subset. There is no need to "create crypto instances has
extra *cryptographic properties that will enable any data type to be
be encrypted" at all.

> I would be grateful for your opinion on this because a number of
> people seem to be mixing up the CS with the Crypto.

CS, mathematics and crypto are already mixed.

Show your gratitude by believing this.

M
-- 

  reply	other threads:[~2014-12-15 10:17 UTC|newest]

Thread overview: 56+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2014-12-14 17:20 Ada Connections to this Crypto Austin Obyrne
2014-12-14 18:00 ` mrvmurray
2014-12-14 18:10 ` Björn Lundin
2014-12-14 18:42   ` mrvmurray
2014-12-14 20:28 ` Simon Wright
2014-12-14 21:00   ` mrvmurray
2014-12-15  8:50   ` Austin Obyrne
2014-12-15 10:06     ` mrvmurray
2014-12-16 11:47     ` john
2014-12-16 14:25       ` mrvmurray
2014-12-17 23:43         ` Simon Clubley
2014-12-18  1:07           ` Denis McMahon
2014-12-18  7:33             ` MM
2014-12-18  7:37             ` Austin Obyrne
2014-12-18  7:47               ` MM
2014-12-18 23:25               ` Denis McMahon
2014-12-19  8:07                 ` MM
2014-12-19  8:09                 ` Austin Obyrne
2014-12-19  8:24                   ` MM
2014-12-19  9:02                     ` Austin Obyrne
2014-12-19  9:13                       ` MM
2014-12-19  9:50                       ` Austin Obyrne
2014-12-19 10:18                         ` MM
2014-12-19 16:49                           ` Denis McMahon
2014-12-19 17:57                             ` MM
2014-12-20  9:25                               ` MM
2014-12-20 16:57                             ` Dennis Lee Bieber
2014-12-20 22:15                               ` MM
2014-12-16 17:00       ` Austin Obyrne
2014-12-16 17:32         ` mrvmurray
2014-12-15  9:30   ` Austin Obyrne
2014-12-15 10:17     ` mrvmurray [this message]
2014-12-15 13:34   ` Austin Obyrne
2014-12-15 14:10     ` mrvmurray
2014-12-15 16:17       ` Simon Wright
2014-12-15 16:26         ` mrvmurray
2014-12-15 17:59         ` Austin Obyrne
2014-12-15 18:44           ` mrvmurray
2014-12-15 19:06           ` Mark Carroll
2014-12-16  8:53             ` Austin Obyrne
2014-12-16  9:43               ` mrvmurray
2014-12-23  1:37               ` Denis McMahon
2014-12-16 17:17             ` Austin Obyrne
2014-12-16 17:28               ` mrvmurray
2014-12-15 20:08           ` Shark8
2014-12-15 14:27     ` Mark Carroll
2014-12-15 15:02       ` mrvmurray
2014-12-15 19:49     ` erlo
2014-12-15  6:14 ` Denis McMahon
2014-12-15  9:02   ` Austin Obyrne
2014-12-15 10:19     ` mrvmurray
2014-12-15 16:02     ` Denis McMahon
2014-12-15 19:49     ` Pascal Obry
2014-12-16  8:58       ` Natasha Kerensikova
2014-12-15 21:53     ` Shark8
2014-12-16  3:22       ` Denis McMahon
replies disabled

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox