Re: Encrypt message using a public key (RSA or DSA) Tools?

From: Jue Jin <jue.jin_at_tufts.edu>
Date: Wed, 05 Mar 2003 17:02:34 GMT
Message-ID: <3E662DAA.47F94F63_at_tufts.edu>


DBMS_OBFUSCATION_TOOLKIT does have decryption as well. On Oracle 8.1.7 or higher version, DES3 and MD5 are available. You can write your own wrapper package to fit your need.

You might want to read Tom's <<Oracle expert one-on-one>>. You will find the detail answer there.

Good luck.

-Jue

Vad wrote:
>
> Hi,
>
> I have to encrypt an account number using a public RSA or DSA key.
>
> DBMS_OBFUSCATION_TOOLKIT isn't suited as it only does DES encryption
>
> DBMS_CRYPTO_TOOLKIT seems to have a lot more than I need.
>
> So question is: is there a simple way to do this? Just encrypt the account
> number and off it goes to the recipient who has the private key (and thus
> the ability to decrypt it).
>
> Does it require any external tools for encryption, I wonder?
>
> Sincerely,
>
> Vad
Received on Wed Mar 05 2003 - 18:02:34 CET

Original text of this message