Digital signature Ruby code?

It appears the raa desperately needs the equivalent of Perl’s Crypt::RSA. A
quick google search revealed nothing (at least, nothing in English).
Perhaps Vipul Ved Prakash would be willing to port it. If not, his source
is likely a good place to start.
A ‘Crypt’ namespace might be nice, too. :slight_smile:

Regards,

Dan

···

-----Original Message-----
From: Philip Mak pmak@animeglobe.com
To: ruby-talk ML ruby-talk@ruby-lang.org
Date: Monday, June 17, 2002 1:37 PM
Subject: Digital signature Ruby code?

Does anyone know where I can find a Ruby module (preferably written in
pure Ruby, so that I can easily install it on different platforms) for
generating and verifying digital signatures? I looked in the RAA, but
nothing was obvious (I could only find private key encryption
modules).

A signature is a string of bits generated from a message and a private
key (which only the signer has). The validity of the signature can be
verified using the public key (which everyone has). The signature
proves that the signer wrote the message.

Have you not seen the OpenSSL package?

http://www.ruby-lang.org/en/raa-list.rhtml?name=OpenSSL

Last time I checked, PK encrypt/decrypt worked just fine.

···

On Tue, 18 Jun 2002 04:52:57 +0900 “Mr. Sunblade” djberge@qwest.com wrote:

It appears the raa desperately needs the equivalent of Perl’s Crypt::RSA. A
quick google search revealed nothing (at least, nothing in English).
Perhaps Vipul Ved Prakash would be willing to port it. If not, his source
is likely a good place to start.
A ‘Crypt’ namespace might be nice, too. :slight_smile:


Jim Hranicky, Senior SysAdmin UF/CISE Department |
E314D CSE Building Phone (352) 392-1499 |
jfh@cise.ufl.edu http://www.cise.ufl.edu/~jfh |