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 autolearn=ham autolearn_force=no version=3.4.4 X-Google-Thread: a07f3367d7,96b1bf0c24ced968 X-Google-Attributes: gida07f3367d7,public,usenet X-Google-NewGroupId: yes X-Google-Language: ENGLISH,ASCII-7-bit Received: by 10.224.181.75 with SMTP id bx11mr5010583qab.7.1346405119073; Fri, 31 Aug 2012 02:25:19 -0700 (PDT) Received: by 10.236.170.7 with SMTP id o7mr785591yhl.3.1346405119041; Fri, 31 Aug 2012 02:25:19 -0700 (PDT) Path: da15ni860qab.0!nntp.google.com!r1no12078qas.0!postnews.google.com!glegroupsg2000goo.googlegroups.com!not-for-mail Newsgroups: comp.lang.ada Date: Fri, 31 Aug 2012 02:25:18 -0700 (PDT) In-Reply-To: Complaints-To: groups-abuse@google.com Injection-Info: glegroupsg2000goo.googlegroups.com; posting-host=153.98.68.197; posting-account=pcLQNgkAAAD9TrXkhkIgiY6-MDtJjIlC NNTP-Posting-Host: 153.98.68.197 References: <7bd3df18-178b-4735-ac43-c6bb6df9e999@googlegroups.com> <50406532$0$10734$5b6aafb4@news.zen.co.uk> User-Agent: G2/1.0 MIME-Version: 1.0 Message-ID: Subject: Re: Question: re Image Files. From: Ludovic Brenta Injection-Date: Fri, 31 Aug 2012 09:25:19 +0000 Content-Type: text/plain; charset=ISO-8859-1 Date: 2012-08-31T02:25:18-07:00 List-Id: Austin Obyrne wrote on comp.lang.ada: > That is precisely what I want to do - I have no other interest in > the image file apart from using the alpha + pixels dat as the > operands of encryption transformations. So, you want an attacker of your encryption scheme to know that the cleartext is an image? And to know the structure of the image file format? That doesn't sound like encryption to me. Proper encryption should not only obscure the contents but also, and most importantly, the structure of the cleartext. All current encryption methods make an explicit effort to be agnostic about the structure of whatever it is they encrypt. For example, disk partitions can be encrypted at the disk block level -- even directories, file names and permissions can be encrypted just like everything else, to give attackers a really hard time extracting any meaningful data from an encrypted disk. -- Ludovic Brenta.