RSA encryption - WeOnlyDo Discussion board

RSA encryption (wodCrypt)

by mns, Tuesday, July 06, 2004, 10:36 (7226 days ago)

In a project I am implementing, we need to use RSA encryption. There is also the need that the same string has to yield the same encrypted result whenever it is encrypted with the same key.
Is this possible using the Crypt component and how?
Thanks.

Re: RSA encryption

by wodSupport, Tuesday, July 06, 2004, 12:58 (7226 days ago) @ mns

Mns,

assuming wodCrypt is on both sides, it will work. You can encrypt with private and decrypt with public, or vice versa.

There are VB samples included for RSA encryption, have you tried them?

How large will be the content you plan to encrypt?

Regards