comp.lang.ada
 help / color / mirror / Atom feed
From: Austin Obyrne <austin.obyrne@hotmail.com>
Subject: Ada Connections to this Crypto.
Date: Sun, 14 Dec 2014 09:20:40 -0800 (PST)
Date: 2014-12-14T09:20:40-08:00	[thread overview]
Message-ID: <1a2fea61-bcc1-43a9-b6e3-edf474308402@googlegroups.com> (raw)

This cryptography is complete now and several variants of the original cipher are up and running.

The focus all along has been on getting the core algorithm satisfactory with the outlook that anything else outside of that while still being under the general umbrella of cryptology is more to do with management of the infrastructure that has this algorithm as its core. No less important but a separate thing!

The cipher has been nominally been described as ASCII orientated (characters 32 ...126 incl.) but the real scope is that of the entire Latin_1 Character set 0 ... 255 and this is available to users.

In the Ada programming language the type CHARACTER is an enumeration type that is built in to the Ada package STANDARD and CHARACTER can take all the values represented by 8 bits in Latin_1.

The cipher documentation that goes with this cipher makes heavy use of the ASCII subset since this is the most used part of the full scope of 'CHARACTER' that readers may want to become familiar with initially but the full Latin_1 set is there also for users to use.  I have included some demonstration programs of the use of the full Latin_1 set in the ciphers that have been uploaded to http://www.adacryptpages.com

The way this cipher works is that the main program is a LOOP that calls each item of plaintext, - character by character from a prepared file and encrypts each one in each single pass of the loop and continuing until the end-of-file is reached and the loop is terminated. 

*We piped and you didn't dance.

I have been harassed by some readers with claims that there are ways by which 'any' data can be called (whatever that means)and encryption will still work.  They seem to be saying that this is done by user-defined enumeration types  that can be used instead of ASCII or Latin-1.  This ploy will not work in this cipher and at best will not be viable long-term in the science of cryptology.

All programming languages in the WEST at least have this same enumeration type called CHARACTER in Ada, as standard. 

I repeat - "ASCII"  is a nominal description of this cryptography - it is not a limitation.
 
Adacrypt


             reply	other threads:[~2014-12-14 17:20 UTC|newest]

Thread overview: 56+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2014-12-14 17:20 Austin Obyrne [this message]
2014-12-14 18:00 ` Ada Connections to this Crypto 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
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