SHA-1 algorithm in xTalk?

Alessandro Manotti ale870 at gmail.com
Mon Nov 21 15:58:46 EST 2005


On 11/21/05, David Bovill <david at openpartnership.net> wrote:
> The SSL libraries that RunRev uses should be able to do this - and I
> would have thought considerably faster than a native and possibly
> less secure Transcript implementation - no?
>

What do you mean when you talk about "less secure"? SHA-1 is a
function that returns a UNIQUE code based on the input. That's all.
Basically, I think RunRev should implement a function to calculate
SHA-1, like md5 digest. This function should be distributed inside the
player (no external .dll / .so required). SHA-1 should not be
implemented in transcript (my 2 cents opinion  :-)  )

Digital signature, or public/private keys are other things (they
require security).

If RunRev player implements sha-1, then in transcript one can manage
certificates, etc... but without sha-1 algorithm....

--Alessandro



More information about the use-livecode mailing list