Home All Groups Group Topic Archive Search About

Any RSA Public/Private key DLLs available for free?

Author
14 May 2005 1:54 PM
Trammel
Does anyone know where (or if) there are any RSA Public/Private key DLL/OCXs
available for free?

I want one thats simple to use if possible where I can call summit like the
following:
* RSAcrypt.generateKeyPair 128
* gPublicKey = RSAcrypt.getPublicKey
* gPrivateKey = RSAcrypt.getPrivateKey
* gEncrypted = RSAcrypt.encryptData (gPublicKey, "This text should be
encrypted")
* gMessage = RSAcrypt.decryptData (gPrivateKey, gEncrypted)

Obvioulsy the example above would be a useless use of it... but you see what
kinda of ease/functions Im after ;)

Does anyone know is a free DLL/OCX for this kind of thing exists... and if
so -=- where?

Thanks in advance for any feedback given :)

-- Trammel (Please only reply to groups - my email does not exist)

Author
15 May 2005 3:59 PM
Veign
Maybe:
http://sourceforge.net/projects/crypto-tool/

If not, search Source Forge for for others...

--
Chris Hanscom - Microsoft MVP (VB)
Veign's Resource Center
http://www.veign.com/vrc_main.asp
--
Read. Decide. Sign the petition to Microsoft.
http://classicvb.org/petition/


Show quote
"Trammel" <M*@Server.com> wrote in message
news:nqnhe.36076$Jc5.25496@fe1.news.blueyonder.co.uk...
> Does anyone know where (or if) there are any RSA Public/Private key
DLL/OCXs
> available for free?
>
> I want one thats simple to use if possible where I can call summit like
the
> following:
> * RSAcrypt.generateKeyPair 128
> * gPublicKey = RSAcrypt.getPublicKey
> * gPrivateKey = RSAcrypt.getPrivateKey
> * gEncrypted = RSAcrypt.encryptData (gPublicKey, "This text should be
> encrypted")
> * gMessage = RSAcrypt.decryptData (gPrivateKey, gEncrypted)
>
> Obvioulsy the example above would be a useless use of it... but you see
what
> kinda of ease/functions Im after ;)
>
> Does anyone know is a free DLL/OCX for this kind of thing exists... and if
> so -=- where?
>
> Thanks in advance for any feedback given :)
>
> -- Trammel (Please only reply to groups - my email does not exist)
>
>

AddThis Social Bookmark Button