|
code
newsgroups
|
|||||||||||||||||||||||
|
|||||||||||||||||||||||
Any RSA Public/Private key DLLs available for free?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) Maybe:
http://sourceforge.net/projects/crypto-tool/ If not, search Source Forge for for others... -- Show quoteChris 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/ "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) > > |
|||||||||||||||||||||||