Return-Path: X-Original-To: apmail-incubator-flex-dev-archive@minotaur.apache.org Delivered-To: apmail-incubator-flex-dev-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 62764D5EF for ; Fri, 20 Jul 2012 20:07:41 +0000 (UTC) Received: (qmail 28820 invoked by uid 500); 20 Jul 2012 20:07:40 -0000 Delivered-To: apmail-incubator-flex-dev-archive@incubator.apache.org Received: (qmail 28768 invoked by uid 500); 20 Jul 2012 20:07:40 -0000 Mailing-List: contact flex-dev-help@incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: flex-dev@incubator.apache.org Delivered-To: mailing list flex-dev@incubator.apache.org Received: (qmail 28760 invoked by uid 99); 20 Jul 2012 20:07:40 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 20 Jul 2012 20:07:40 +0000 X-ASF-Spam-Status: No, hits=-2.3 required=5.0 tests=RCVD_IN_DNSWL_MED,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: domain of cframpto@adobe.com designates 64.18.1.29 as permitted sender) Received: from [64.18.1.29] (HELO exprod6og112.obsmtp.com) (64.18.1.29) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 20 Jul 2012 20:07:32 +0000 Received: from outbound-smtp-2.corp.adobe.com ([193.104.215.16]) by exprod6ob112.postini.com ([64.18.5.12]) with SMTP ID DSNKUAm6bhEjAFGbViXTowAAIjvZzjQSdEu5@postini.com; Fri, 20 Jul 2012 13:07:11 PDT Received: from inner-relay-1.corp.adobe.com (inner-relay-1.sea.adobe.com [153.32.1.51]) by outbound-smtp-2.corp.adobe.com (8.12.10/8.12.10) with ESMTP id q6KK79EF022887 for ; Fri, 20 Jul 2012 13:07:09 -0700 (PDT) Received: from nacas03.corp.adobe.com (nacas03.corp.adobe.com [10.8.189.121]) by inner-relay-1.corp.adobe.com (8.12.10/8.12.10) with ESMTP id q6KK78vm019854 for ; Fri, 20 Jul 2012 13:07:08 -0700 (PDT) Received: from nambx09.corp.adobe.com ([10.8.189.47]) by nacas03.corp.adobe.com ([10.8.189.121]) with mapi; Fri, 20 Jul 2012 13:07:08 -0700 From: Carol Frampton To: "flex-dev@incubator.apache.org" Date: Fri, 20 Jul 2012 13:07:03 -0700 Subject: Re: InstallApacheFlex - TODO Thread-Topic: InstallApacheFlex - TODO Thread-Index: Ac1msz2IDW9rhXkXQj6HLLDFqEKMsQ== Message-ID: In-Reply-To: Accept-Language: en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: user-agent: Microsoft-MacOutlook/14.2.3.120616 acceptlanguage: en-US Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 On 7/20/12 3 :17PM, "Om" wrote: >>>4. The installer app needs to programatically verify the downloaded >>>flex >> >binaries' signatures. I have very little experience with crypto >> >algorithms. Can someone take this up? Even if someone can explain the >> >steps to do this, I can get it done. >> >> Are you going to check the signature (.asc) or the checksum (.md5)? I'm >> sure the later is much easier. >> >> >.md5 it is, then ;-) As I said, I dont know how to go about doing this >(yet) I will do some research on this when I get a chance. It looks like com.adobe.com.crypto.MD5Stream in https://github.com/mikechambers/as3corelib will do what you need. It has a BSD license so we can use it with no issues. Carol