Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Usenet -> c.d.o.misc -> Re: RSA decryption in Oracle 9i

Re: RSA decryption in Oracle 9i

From: Pouria <pourias_at_gmail.com>
Date: Sun, 24 Jun 2007 21:23:14 -0700
Message-ID: <1182745394.278930.127960@u2g2000hsc.googlegroups.com>


Hi Frank,

Thanks for the reply. My understanding is that DBMS_OBFUSCATION_TOOLKIT supports DES encryption only (and not RSA). Am I correct in saying this? If so are you aware of any alternatives?

Thanks,
Pouria

On Jun 23, 5:42 am, Frank van Bortel <frank.van.bor..._at_gmail.com> wrote:
> -----BEGIN PGP SIGNED MESSAGE-----
> Hash: SHA1
>
>
>
> Pouria wrote:
> > Hi,
>
> > I have written a Java stored procedure (for Oracle 9i which I believe
> > uses JDK 1.3) that uses javax.crypto for RSA decryption. Having loaded
> > the jce_1_2_2.jar using loadjava as a resource, I can load my stored
> > procedure into the database with no errors using loadjava. However
> > when I try to run it, I get a java.lang.ExceptionInInitializerError. I
> > know that the lines in the stored procedure making use of javax.crypto
> > are causing the problem as it runs fine without them.
>
> > So two questions:
>
> > 1) are there any other Java RSA decryption libraries that Oracle 9i
> > likes?
>
> > 2) Does Oracle 9i have any built-in features for RSA decryption?
>
> > Thanks,
> > (a frustrated) Pouria
>
> You owe me a cup of coffee:
>
> http://download-uk.oracle.com/docs/cd/B10501_01/appdev.920/a96590/adg...
>
> - --
> Regards,
> Frank van Bortel
>
> Top-posting is one way to shut me up...
> -----BEGIN PGP SIGNATURE-----
> Version: GnuPG v1.4.1 (MingW32)
>
> iD8DBQFGfOr+Lw8L4IAs830RAh6YAJ94LH7udc49qV62zD6oEy0GB7/EGQCfQN+Q
> C0/qYZ+IR35lLIS7n8cHhPU=
> =AYHj
> -----END PGP SIGNATURE-----
Received on Sun Jun 24 2007 - 23:23:14 CDT

Original text of this message

HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US