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.