Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
Home -> Community -> Mailing Lists -> Oracle-L -> RE: Database connection from remote server
Jared,
On the to-do list, but it has a priority of 12 out of 10!
Dick Goulet
Senior Oracle DBA
Oracle Certified 8i DBA
-----Original Message-----
From: Jared.Still_at_radisys.com [mailto:Jared.Still_at_radisys.com]
Sent: Monday, July 19, 2004 8:09 PM
To: oracle-l_at_freelists.org
Subject: RE: Database connection from remote server
oracle-l-bounce_at_freelists.org wrote on 07/19/2004 01:14:11 PM:
>
> create or replace package encrypt as
> function code(inp_data varchar2, key varchar2 default =3D
> 'MY_ENCRPTY_KEY') return varchar2;
You might consider using dbms_obfuscation_toolkit.md5 instead.
The password can be verified from the table, but it can't be decrypted, as only a checksum is stored.
Jared
-- Archives are at http://www.freelists.org/archives/oracle-l/ FAQ is at http://www.freelists.org/help/fom-serve/cache/1.html ----------------------------------------------------------------- ---------------------------------------------------------------- Please see the official ORACLE-L FAQ: http://www.orafaq.com ---------------------------------------------------------------- To unsubscribe send email to: oracle-l-request_at_freelists.org put 'unsubscribe' in the subject line. -- Archives are at http://www.freelists.org/archives/oracle-l/ FAQ is at http://www.freelists.org/help/fom-serve/cache/1.html -----------------------------------------------------------------Received on Mon Jul 19 2004 - 20:15:55 CDT