Cryptography Libraries

F

fedzor

Hey!

So we aren't all getting scared, all I did was switch emails - this
is Ari Brown.

Anyways, let's cut to the chase -

What are some good cryptography libraries, for Diffie Hellman, TEA,
RSA, etc. ?

I saw the Pure Ruby library (kudos to that!), but was looking for
speed as a factor. That means a C extension is probably necessary.

If all else fails, I'm looking to use ruby2cext to make the Pure Ruby
library a Pure Ruby Library in C.

That should be pretty nice, i might add!

Thanks,
Ari Brown
 
J

jeremy

Hey!

So we aren't all getting scared, all I did was switch emails - this
is Ari Brown.

Anyways, let's cut to the chase -

What are some good cryptography libraries, for Diffie Hellman, TEA,
RSA, etc. ?

I saw the Pure Ruby library (kudos to that!), but was looking for
speed as a factor. That means a C extension is probably necessary.

If all else fails, I'm looking to use ruby2cext to make the Pure Ruby
library a Pure Ruby Library in C.

That should be pretty nice, i might add!

Thanks,
Ari Brown

Once the next rubygems comes out I'll be releasing a ruby extension
ruby-libtommath (needs mkrf) and then start work on ruby-libtomcrypt
which will probably satisfy much of this need.

If you want a TEA C extension, I can see what I can whip up from one of
the existing C implementations of TEA.

enjoy,

-jeremy
 
R

rodney

I've been using Ruby's OpenSSL library to create and verify RSA digital
signatures. I've been having issues because there is very little to no
documentation. However, my company been posting blogs on how we've used
them. Here are some of the blogs:


Digital Signature Example
http://blog.internautdesign.com/2007/10/12/openssl

Creating a public key from modulus and exponent for digital signature
verification
http://blog.internautdesign.com/2007/11/2/ruby-openssl-rsa-public-key-from-modulus-and-exponent

Regards,
Rodney Carvalho
http://www.internautdesign.com
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

Forum statistics

Threads
473,798
Messages
2,569,651
Members
45,384
Latest member
GOLDY

Latest Threads

Top