[A83] Re: Free App signing key
[Prev][Next][Index][Thread]
[A83] Re: Free App signing key
As far as I figured out:
If an application is not signed, it will not work.
Signing is taking an MD5 checksum from the application, and encrypting it with
a private key, in sucha a way, you need one key to encrypt and another to
decrypt (RSA. [The decryption key is a derivate from the encryption in
signing, in real encryption, it's the other way around])
The encrypted checksum (signature) is then pasted in after the program file,
and your app is signed.
Hope it was clear.
--Peter Martijn
>
>
> What is signing, actually?
>
> >I would say that you should convert your program to an app when the program
> >gets very large. Probably around 16k. Or, if it's a HUGE program (which I
> >highly doubt, since going over 24k isn't allowed with ASM), convert it to
> an
> >app.
> >_________________________________________________________________
> >Get your FREE download of MSN Explorer at http://explorer.msn.com
> >
> >
> >
>
>
>
References: