Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Mailing Lists -> Oracle-L -> 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 =
> '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 -----------------------------------------------------------------Received on Mon Jul 19 2004 - 19:06:17 CDT
![]() |
![]() |