Ask a Question related to PERL Modules, Design and Development.
-
Guenther Sohler #1
Module Digest:SHA
Hallo,
I was very happy beeing able to get Digest:SHA working in perl.
Its in a quite good condition and eg sha256_hex works perfectly.
Now I have the problem, that for my special application
I need something like sha64_hex(at least I think so), but Its not
implemented yet. I have this script available in java, but i need it in
perl. Is it possible to derive it from sha256_hex somehow ?
rds
Guenther Sohler Guest
-
General Module question.. Digest::HMAC_MD5
So I need to get into my yabbse database and I am using (trying) the Digest::HMAC_MD5 module, which powweb says it has installed, but I cannot get... -
ANN: Digest::SHA Module on CPAN
c.l.p.m, For those of you interested in computing SHA message digests, I've just released the lastest optimized version of the Digest::SHA module... -
Digest?
Does anyone know how I can turn my subscription to this list into a digest form? I'm not using Ruby much this semester and I'd like to reduce the... -
debian-user-digest Digest V2003 #2112
> For Logitech PS2 mice, you should try uisng the MouseManPlusPS/2 protocol. Here is a snippet from my XF86Config-4 Section "InputDevice"... -
Digest::MD5 on Mac OS X
X-Mail-Count: 84102 X-MLServer: fml ; post only (anyone can post) X-ML-Info: If you have a question, please contact ruby-talk-admin@ruby-lang.org;... -
Sisyphus #2
Re: Module Digest:SHA
"Guenther Sohler" <guenther.sohler@wipro.com> wrote in message
news:pan.2006.06.12.12.00.21.370097@wipro.com...I don't know of any "sha64". My expectation is that "sha64_hex" would output> Hallo,
>
> I was very happy beeing able to get Digest:SHA working in perl.
> Its in a quite good condition and eg sha256_hex works perfectly.
> Now I have the problem, that for my special application
> I need something like sha64_hex(at least I think so), but Its not
> implemented yet. I have this script available in java, but i need it in
> perl. Is it possible to derive it from sha256_hex somehow ?
>
16 hex digits. Is that what you're after ?
I assumed, initially, that you meant "sha256_hex" (since that outputs 64 hex
digits), but I see that you're already aware of that function - so
presumably it's not what you want.
What length is the hex string produced by the java program ?
Cheers,
Rob
Sisyphus Guest
-
Guenther Sohler #3
Re: Module Digest:SHA
Dear Sisiphus,
thank you for your reply!
I think, my java code creates 16 digits of code. At least it looks like.
If you mail me at [email]guenther.sohler@gmx.at[/email], I can reply you with the java
code attached. Then you could also judge, if the used algorithm
perfctly fits SHA. rds
Guenther Sohler Guest



Reply With Quote

