Re: Digest::SHA1 b64digest weirdness
- From: Ed <ed.overton@xxxxxxxxx>
- Date: Tue, 10 May 2005 18:06:30 GMT
Greg G wrote:
This is really bizzaro. Here's my code:
use Digest::SHA1;
my $encpw = "{SHA}" . $ctx->b64digest . "=";
print STDERR "{SHA}" . $ctx->b64digest . "=\n";
What gives here? Why are these different? Incidentally, the $encpw one is the correct one.
perldoc Digest::SHA1
says to see also...
perldoc Digest
(Specifically, see the doc for the digest function.)
Ed .
- References:
- Digest::SHA1 b64digest weirdness
- From: Greg G
- Digest::SHA1 b64digest weirdness
- Prev by Date: Digest::SHA1 b64digest weirdness
- Next by Date: Re: Digest::SHA1 b64digest weirdness
- Previous by thread: Digest::SHA1 b64digest weirdness
- Next by thread: Re: Digest::SHA1 b64digest weirdness
- Index(es):