Return-Path: Delivered-To: apmail-jakarta-jmeter-user-archive@www.apache.org Received: (qmail 6970 invoked from network); 9 Jul 2010 20:55:29 -0000 Received: from unknown (HELO mail.apache.org) (140.211.11.3) by 140.211.11.9 with SMTP; 9 Jul 2010 20:55:29 -0000 Received: (qmail 87845 invoked by uid 500); 9 Jul 2010 20:55:29 -0000 Delivered-To: apmail-jakarta-jmeter-user-archive@jakarta.apache.org Received: (qmail 87824 invoked by uid 500); 9 Jul 2010 20:55:28 -0000 Mailing-List: contact jmeter-user-help@jakarta.apache.org; run by ezmlm Precedence: bulk List-Unsubscribe: List-Help: List-Post: List-Id: "JMeter Users List" Reply-To: "JMeter Users List" Delivered-To: mailing list jmeter-user@jakarta.apache.org Received: (qmail 87816 invoked by uid 99); 9 Jul 2010 20:55:28 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 09 Jul 2010 20:55:28 +0000 X-ASF-Spam-Status: No, hits=3.5 required=10.0 tests=FREEMAIL_FROM,HTML_MESSAGE,RCVD_IN_DNSWL_NONE,SPF_PASS,URI_HEX X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: domain of shettyd@gmail.com designates 209.85.212.44 as permitted sender) Received: from [209.85.212.44] (HELO mail-vw0-f44.google.com) (209.85.212.44) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 09 Jul 2010 20:55:21 +0000 Received: by vws14 with SMTP id 14so3111221vws.31 for ; Fri, 09 Jul 2010 13:54:00 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:received:in-reply-to :references:date:message-id:subject:from:to:content-type; bh=gGCUaqGXUg65Bl3q3YYLg/OycY/8Rkd/5wfuzgv9KyU=; b=RyHc+Hoph5nkKsGOLvvNwoR8iqdnnBX03uROG9hJERmcvzgGB+qIV3nyT5in5UHxhF TXzUXw/wgPUpqBehsuWXWPQTx8UseHsxj1jo8Dz9gwkjDI8WSqEgkqjhUbbnU7ndDSL5 AFwT1rb17CVLjgKy8qg2V8BssIcJRZu+iX5io= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type; b=lMtLNaYf90navCokjNh0YvMJksjK14BU2uEfsxPZQKBPzw/1qh5UoSICmJY/WtJWcp 2pzf/moNn/7MnNgozXdrwdRfAx0em1FftufT7ybdt7dpM57pMpe1K9jtEmtX51fVQvHP mp+8kA+Ag1VB5PF6F5Ou//LTvadAEdUYNYusg= MIME-Version: 1.0 Received: by 10.220.166.71 with SMTP id l7mr5568541vcy.9.1278708839317; Fri, 09 Jul 2010 13:53:59 -0700 (PDT) Received: by 10.220.179.8 with HTTP; Fri, 9 Jul 2010 13:53:59 -0700 (PDT) In-Reply-To: <1278705411546-1045689.post@n5.nabble.com> References: <1278705411546-1045689.post@n5.nabble.com> Date: Fri, 9 Jul 2010 13:53:59 -0700 Message-ID: Subject: Re: Any way to mask JDBC login credentials? From: Deepak Shetty To: JMeter Users List Content-Type: multipart/alternative; boundary=00163630ffef23827e048afa9a7f X-Virus-Checked: Checked by ClamAV on apache.org --00163630ffef23827e048afa9a7f Content-Type: text/plain; charset=ISO-8859-1 Usually db tests run using a *test* user whose credentials are shared anyway so this doesnt matter in most cases. The bottom line is if JMeter can get the password , so can a user (no matter what form of encryption you use) - The only way out would be to have the user specify the password when he runs the test(as suggested by sebb using properties) ... regards deepak On Fri, Jul 9, 2010 at 12:56 PM, black gaff wrote: > > I've created a script that does Oracle SQL requests, using the JDBC > Connection Configuration config element. > > In the config element are fields for UserName and Password. The Password > field is not masked, so if I share this file with anyone on my team, they > can see my password. > > Is there a way to mask this password, similar to the way passwords are > masked using HTTP Authorization Manager? > > I know I could pass the login credentials in with a CSV file, but I was > hoping for something more contained. Is there a way to access the value of > a > Password stored in HTTP Authorization Manager by referencing it's variable > name? If so, how? > > Much thanks, Joe > > -- > View this message in context: > http://jmeter.512774.n5.nabble.com/Any-way-to-mask-JDBC-login-credentials-tp1045689p1045689.html > Sent from the JMeter - User mailing list archive at Nabble.com. > > --------------------------------------------------------------------- > To unsubscribe, e-mail: jmeter-user-unsubscribe@jakarta.apache.org > For additional commands, e-mail: jmeter-user-help@jakarta.apache.org > > --00163630ffef23827e048afa9a7f--