in reply to Module/Algorithm for Verifying Signature on Signed JAR files in Pure Perl

I do not know of one, but this link has very well documented java code for doing just that. It should be relitivly easy to rewrite in perl with that as a guide. The iffy portions for a pure perl impl. Wouls be sha1 digest etc (on my blackberry now so I can't check very well if there is apure perl sha1 digest module).


-Waswas
  • Comment on Re: Module/Algorithm for Verifying Signature on Signed JAR files in Pure Perl

Replies are listed 'Best First'.
Re^2: Module/Algorithm for Verifying Signature on Signed JAR files in Pure Perl
by gmarler (Sexton) on Aug 10, 2004 at 01:42 UTC
    Thanks - if I don't get a positive response in a couple of days, then I'll work on it myself. Thanks for the excellent article link.