comp.lang.ada
 help / color / mirror / Atom feed
From: Dennis Lee Bieber <wlfraed@ix.netcom.com>
Subject: Re: The enormous potential that programming LaTeX in Ada presents.
Date: Wed, 03 Dec 2014 22:41:14 -0500
Date: 2014-12-03T22:41:14-05:00	[thread overview]
Message-ID: <87lv7at2mn293o2qcbrura4avs124prn14@4ax.com> (raw)
In-Reply-To: 587e236f-123f-4897-b73e-264082a62806@googlegroups.com

On Wed, 3 Dec 2014 12:48:19 -0800 (PST), Austin Obyrne
<austin.obyrne@hotmail.com> declaimed the following:


>Current cryptography is capable of encrypting ASCII and at most the entire Latin-1 set.  There is a vast set of mathematical symbols, special general characters, Greek language characters (often included in English language test files)that cannot be read in or keyed for encryption because they are outside of the Latin_1 character set. Nor is there any formatting facilities in the current ciphers and as far as I know message text must be formatted at the receiving end when is should be done beforehand at the sending end.
>
	WRONG... In the source file, all those characters, et al, are
represented by some stream of bytes... And all proper encryption systems
work with bytes or blocks thereof (doesn't DES use 64-bits at a time?).
Encryption systems don't care what the data is, they just transform it in
some reversible means.


>All of the foregoing can be done by deploying latex which is always entirely ASCII and can be encrypted as ASCII while possessing all sorts of non-ASCII attributes in its command code.  The input file of latex is encrypted in ASCII - the file may be encrypted and when it is decrypted it can be run so as to typeset the message in any way the entities want.  There is also a vast amount of extra prose that is outside of the scope of ASCII for the benefit of users. These are the perceived benefits of using Latex as an encryption platform in conjunction.
>

	LaTeX is nothing more than ONE typesetting program... One that just
happens to use plain ASCII as the native user interface (no surprise -- it
predates all the WIMP computers that came out in the mid-80s)... M$ Word,
for many years, has included an equation writer module which allows one to
create mathematical texts... A Word doc(x) file can be encrypted,
transferred to others, decrypted, and loaded into Word for generation of
typeset output...

	LaTeX is a language for laying out documents... So were the various
roff/troff/etc., RTF, and PostScript... All are plain text files that rely
upon some rendering engine to produce the final output form. Your LaTeX
file, regardless of any mysticism of encryption/decryption, is nothing
without the LaTeX processor (and most LaTeX environment these days just
translate the LaTeX source into PostScript page descriptions, passing that
off to GhostScript to be rendered on some printer -- presuming the printer
itself doesn't have a PostScript RIP built-in.


-- 
	Wulfraed                 Dennis Lee Bieber         AF6VN
    wlfraed@ix.netcom.com    HTTP://wlfraed.home.netcom.com/


  parent reply	other threads:[~2014-12-04  3:41 UTC|newest]

Thread overview: 27+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2014-12-02 11:57 The enormous potential that programming LaTeX in Ada presents Austin Obyrne
2014-12-02 14:07 ` David Botton
2014-12-02 14:49   ` Austin Obyrne
2014-12-03  3:52 ` Dennis Lee Bieber
2014-12-03 12:01 ` robin.vowels
2014-12-03 14:24 ` Denis McMahon
2014-12-03 15:54   ` Peter Chapin
2014-12-03 15:53 ` johannes falcone
2014-12-03 16:12 ` gautier_niouzes
2014-12-03 20:48   ` Austin Obyrne
2014-12-03 20:57     ` Pascal Obry
2014-12-03 22:39       ` mrvmurray
2014-12-03 22:29     ` mrvmurray
2014-12-03 22:34     ` Denis McMahon
2014-12-04  8:26       ` Austin Obyrne
2014-12-04  8:37         ` mrvmurray
2014-12-04 23:38         ` Shark8
2014-12-04  3:41     ` Dennis Lee Bieber [this message]
2014-12-05  7:04       ` Nasser M. Abbasi
2014-12-05 16:59         ` Dennis Lee Bieber
2014-12-04 15:25     ` Simon Wright
2014-12-04 16:31       ` Austin Obyrne
2014-12-04 18:24         ` Austin Obyrne
2014-12-05  8:21         ` mrvmurray
2014-12-05 18:42           ` Denis McMahon
2014-12-05 13:02       ` Austin Obyrne
2014-12-05 20:09         ` mrvmurray
replies disabled

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