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.66.162.134 with SMTP id ya6mr1496547pab.7.1378330289451; Wed, 04 Sep 2013 14:31:29 -0700 (PDT) X-Received: by 10.49.101.114 with SMTP id ff18mr130157qeb.32.1378330289213; Wed, 04 Sep 2013 14:31:29 -0700 (PDT) Path: border1.nntp.ams.giganews.com!nntp.giganews.com!n2no21194367pbg.1!news-out.google.com!z6ni33820pbu.0!nntp.google.com!j7no278872qai.0!postnews.google.com!glegroupsg2000goo.googlegroups.com!not-for-mail Newsgroups: comp.lang.ada Date: Wed, 4 Sep 2013 14:31:29 -0700 (PDT) In-Reply-To: <80934511-70fb-4f2b-ac4a-30ce5fd4a34c@googlegroups.com> Complaints-To: groups-abuse@google.com Injection-Info: glegroupsg2000goo.googlegroups.com; posting-host=86.173.125.168; posting-account=pmkN8QoAAAAtIhXRUfydb0SCISnwaeyg NNTP-Posting-Host: 86.173.125.168 References: <43c22997-0bb7-4ad6-879f-c5b2d8584f8a@googlegroups.com> <80934511-70fb-4f2b-ac4a-30ce5fd4a34c@googlegroups.com> User-Agent: G2/1.0 MIME-Version: 1.0 Message-ID: Subject: Re: Calling a File for Encryption from outside of the Main Ada-95 Holding Folder. From: Austin Obyrne Injection-Date: Wed, 04 Sep 2013 21:31:29 +0000 Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: quoted-printable Xref: number.nntp.dca.giganews.com comp.lang.ada:183297 Date: 2013-09-04T14:31:29-07:00 List-Id: On Wednesday, September 4, 2013 9:37:30 PM UTC+1, Austin Obyrne wrote: > On Wednesday, September 4, 2013 8:47:54 PM UTC+1, Eryndlia Mavourneen wro= te: > On Wednesday, September 4, 2013 2:37:45 PM UTC-5, Austin Obyrne wrote= : > On Wednesday, September 4, 2013 12:10:13 PM UTC+1, Austin Obyrne wrote:= > . . . > I=92m writing a =91userguide=92 for some encryption software tha= t I will be promoting soon and would like to tell users all of the options = that may be available on how to submit a file of plaintext for encryption b= y the software. > > My preferred method is to open the file of plaintext in= itially in a word processor for formatting and then copy =91n paste that fi= le into the AdaGIDE editor for saving into the main folder from where it ca= n be called for encryption into ciphertext by the Ada-95 program. > . . . >= Any help would be greatly appreciated =96 even a guess would help. > > ada= crypt I'm not quite following why you need to save it (the word-processed d= ocument?) to a file and then copy the (unformatted?) text to another editor= (AdaGIDE?) for encryption. Why can you not encrypt the formatted, word-pro= cessed file directly? Isn't this what the receiver would prefer? -- Eryndli= a Mavourneen (KK1T) I think I will just say in the usergude what I have bee= n doing during the development work which is to create a file in a wordproc= essor, format it, copy 'n paste it into the AdaGIDE editor, save it there w= here it will appear in the main folder and open for encryption when I need = it. This is sure fire and works very nicely. If users want to do something = else then so be it. I would like to be more au fait with it all though for = my general peace of mind. Still welcoming suggestions. Is it right for me t= o think that the AdaGIDE editor and compiler are not amenable to files crea= ted in other software being copied in directly?? what say you O' Scribe. ad= acrypt