On 7/20/12 3 :17PM, "Om" <bigosma...@gmail.com> 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