dunb...@aol.com wrote:
No, not lookup tables, real hash on screen. Third time now, the toolbar
suddenly turns to crap, like the pixels were scrambled. When that happens, all
newly opened stacks exhibit the same condition, though stacks already open
seem stable. Not really sure about that last
No, not lookup tables, real hash on screen. Third time now, the toolbar
suddenly turns to crap, like the pixels were scrambled. When that happens, all
newly opened stacks exhibit the same condition, though stacks already open
seem stable. Not really sure about that last.
Everything works, if
I don't know of one, but couldn't you use the built in md5 and do
something simple to reduce it from 128 to 32 bits (maybe average the
four groups of 32 bits) ?
Best,
Mark
On 4 Nov 2007, at 14:53, Dave wrote:
Hi All,
I have to generate a 32-bit hash value and before I re-
Hi All,
I have to generate a 32-bit hash value and before I re-invent the
wheel wondering if anyone had already written one?
Thanks a lot
All the Best
Dave
___
use-revolution mailing list
use-revolution@lists.runrev.com
Please visit this url to
thank you!
Kee
On Jul 13, 2004, at 7:35 AM, Alex Tweedly wrote:
At 07:12 13/07/2004 -0700, kee nethery wrote:
I'm trying to duplicate an MD5 hash that gets created by this Perl
code:
Perl output samples for various values of $the_string:
"just a test" => 25c674ceb1d7e145c0101
On Jul 13, 2004, at 8:12 AM, kee nethery wrote:
Any ideas what I am doing wrong?
Use capital H instead of lowercase h for the nibble order you want.
Dar Scott
___
use-revolution mailing list
[EMAIL PROTECTED]
http://lists.runrev.com/mailman/listinfo/use-r
At 07:12 13/07/2004 -0700, kee nethery wrote:
I'm trying to duplicate an MD5 hash that gets created by this Perl code:
Perl output samples for various values of $the_string:
"just a test" => 25c674ceb1d7e145c01011d697c6e52f
When I run this with these strings I get the f
I'm trying to duplicate an MD5 hash that gets created by this Perl code:
Here's the code that I use:
#!/usr/bin/perl
use Digest::MD5;
$hash = Digest::MD5::md5_hex($the_string);
print "$hash\n";
--
Perl output samples for various values of $the_
On 11 Jun 2004, at 18:00, [EMAIL PROTECTED] wrote:
Message: 5
Date: Fri, 11 Jun 2004 09:56:40 EDT
From: [EMAIL PROTECTED]
Subject: Re: SHA-1 Secure Hash Algorithm in xTalk?
To: [EMAIL PROTECTED]
Message-ID: <[EMAIL PROTECTED]>
Content-Type: text/plain; charset="US-ASCII"
Does a
Does anyone have SHA-1 digest code written in xTalk by chance?
(SHA-1 = Secure Hash Algorithm)
Thanks,
-- Frank
___
use-revolution mailing list
[EMAIL PROTECTED]
http://lists.runrev.com/mailman/listinfo/use-revolution
10 matches
Mail list logo