Return-Path: Delivered-To: apmail-continuum-users-archive@www.apache.org Received: (qmail 89654 invoked from network); 5 Nov 2008 14:08:56 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 5 Nov 2008 14:08:56 -0000 Received: (qmail 96269 invoked by uid 500); 5 Nov 2008 14:09:02 -0000 Delivered-To: apmail-continuum-users-archive@continuum.apache.org Received: (qmail 96228 invoked by uid 500); 5 Nov 2008 14:09:02 -0000 Mailing-List: contact users-help@continuum.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: users@continuum.apache.org Delivered-To: mailing list users@continuum.apache.org Received: (qmail 96217 invoked by uid 99); 5 Nov 2008 14:09:02 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 05 Nov 2008 06:09:02 -0800 X-ASF-Spam-Status: No, hits=0.2 required=10.0 tests=SPF_PASS,WHOIS_MYPRIVREG X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of wsmoak@gmail.com designates 74.125.92.146 as permitted sender) Received: from [74.125.92.146] (HELO qw-out-1920.google.com) (74.125.92.146) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 05 Nov 2008 14:07:43 +0000 Received: by qw-out-1920.google.com with SMTP id 5so3130qwc.14 for ; Wed, 05 Nov 2008 06:08:14 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:to :subject:in-reply-to:mime-version:content-type :content-transfer-encoding:content-disposition:references; bh=byaB4US2vROvejNqDErLFarJdT2suKeeXGX9+LRa3E0=; b=w5PpoAO6Lq8LVi/cKNF76l8SLigt18wQr7oZVdjn+VrqgkYuAoEvnmTC2c3NeIS+Pi 7QTXiO2z3GhLWkTb5WsipInHpzORKgDczCGFHJfehs0U2MktuBjJsdq3/EiZG6WKJ9AN bBq96By1S44mwR+vw5pcCjoqRMQwA2NLu9NH8= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:to:subject:in-reply-to:mime-version :content-type:content-transfer-encoding:content-disposition :references; b=fLUYfijba0moykcfeaAPdxt1u5BjMUzdr0VaClUwcig/Fx9+uZCUSN3hb0p4b+uarS mcsYmtPE6BC9kBY8QZqkyLsIETw7RC83h6pG6H8mgBzxFJrbXyQfkQnxPurHlUCi4kuv LCybweLWpf5UwzEYAThG5hbmj7+CwcyAx3dho= Received: by 10.214.150.12 with SMTP id x12mr582055qad.95.1225894094271; Wed, 05 Nov 2008 06:08:14 -0800 (PST) Received: by 10.214.181.7 with HTTP; Wed, 5 Nov 2008 06:08:14 -0800 (PST) Message-ID: Date: Wed, 5 Nov 2008 08:08:14 -0600 From: "Wendy Smoak" To: users@continuum.apache.org Subject: Re: Encrypting Datasource password In-Reply-To: MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline References: X-Virus-Checked: Checked by ClamAV on apache.org On Wed, Nov 5, 2008 at 7:49 AM, Jan Ancajas wrote: > Is there a way to encrypt/obfuscate password supplied from > jetty-env.xml ? It's using DataSource implementation to pass the DB > connection settings so I'm guessing we can just plug another > implementation from there. Nothing exists as far as I know. I asked about it on the Jetty support list, since at that time their docs implied it was possible. http://www.nabble.com/Obfuscated-passwords-for-JDBC-data-sources--td17713649.html Here's the work I did on it at that time: http://wiki.wsmoak.net/cgi-bin/wiki.pl?JettyPasswordObfuscation -- Wendy