From oracle-l-bounce@freelists.org Mon Jul 19 19:06:17 2004 Return-Path: Received: from air189.startdedicated.com (root@localhost) by orafaq.com (8.11.6/8.11.6) with ESMTP id i6K062Q20388 for ; Mon, 19 Jul 2004 19:06:12 -0500 X-ClientAddr: 206.53.239.180 Received: from turing.freelists.org (freelists-180.iquest.net [206.53.239.180]) by air189.startdedicated.com (8.11.6/8.11.6) with ESMTP id i6K05q620377 for ; Mon, 19 Jul 2004 19:06:02 -0500 Received: from localhost (localhost [127.0.0.1]) by turing.freelists.org (Avenir Technologies Mail Multiplex) with ESMTP id 9B21B72C262; Mon, 19 Jul 2004 18:45:24 -0500 (EST) Received: from turing.freelists.org ([127.0.0.1]) by localhost (turing [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 12071-93; Mon, 19 Jul 2004 18:45:24 -0500 (EST) Received: from turing (localhost [127.0.0.1]) by turing.freelists.org (Avenir Technologies Mail Multiplex) with ESMTP id 8C1C472CC95; Mon, 19 Jul 2004 18:45:02 -0500 (EST) Received: with ECARTIS (v1.0.0; list oracle-l); Mon, 19 Jul 2004 18:43:24 -0500 (EST) X-Original-To: oracle-l@freelists.org Delivered-To: oracle-l@freelists.org Received: from localhost (localhost [127.0.0.1]) by turing.freelists.org (Avenir Technologies Mail Multiplex) with ESMTP id 22A4272C022 for ; Mon, 19 Jul 2004 18:43:24 -0500 (EST) Received: from turing.freelists.org ([127.0.0.1]) by localhost (turing [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 12071-51 for ; Mon, 19 Jul 2004 18:43:23 -0500 (EST) Received: from mx10.radisys.com (mx10.radisys.com [206.102.10.36]) by turing.freelists.org (Avenir Technologies Mail Multiplex) with ESMTP id A227872C0B8 for ; Mon, 19 Jul 2004 18:43:23 -0500 (EST) Received: by mx10.radisys.com (Postfix, from userid 5) id 61AEC142E10; Mon, 19 Jul 2004 17:09:07 -0700 (PDT) Received: from UNKNOWN(206.103.52.194), claiming to be "dcblackberry.radisys.com" via SMTP by mx10, id smtpdAAAN2pYs_; Mon Jul 19 17:08:54 2004 In-Reply-To: <4001DEAF7DF9BD498B58B45051FBEA6506D9EF@25exch1.vicorpower.vicr.com> To: oracle-l@freelists.org Subject: RE: Database connection from remote server MIME-Version: 1.0 X-Mailer: Lotus Notes Release 6.5.1 January 21, 2004 Message-ID: From: Jared.Still@radisys.com Date: Mon, 19 Jul 2004 17:08:51 -0700 X-MIMETrack: Serialize by Router on DCBlackBerry/Radisys_Corporation/US(Release 6.0.3|September 26, 2003) at 07/19/2004 05:01:21 PM, Serialize complete at 07/19/2004 05:01:21 PM Content-type: text/plain X-Virus-Scanned: by amavisd-new at freelists.org Content-Transfer-Encoding: 8bit X-archive-position: 5453 X-ecartis-version: Ecartis v1.0.0 Sender: oracle-l-bounce@freelists.org Errors-To: oracle-l-bounce@freelists.org X-original-sender: Jared.Still@radisys.com Precedence: normal Reply-To: oracle-l@freelists.org X-list: oracle-l X-Virus-Scanned: by amavisd-new at freelists.org oracle-l-bounce@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 ---------------------------------------------------------------- Please see the official ORACLE-L FAQ: http://www.orafaq.com ---------------------------------------------------------------- To unsubscribe send email to: oracle-l-request@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 -----------------------------------------------------------------