RSA encryption (wodCrypt)
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
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