<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: How (in)secure is your proxy password in LoadRunner 9.0</title>
	<atom:link href="http://blog.testsautomation.com/2009/01/how-insecure-is-you-proxy-password-in-loadrunner-90/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.testsautomation.com/2009/01/how-insecure-is-you-proxy-password-in-loadrunner-90/</link>
	<description>Live fast, die old...</description>
	<lastBuildDate>Wed, 19 May 2010 19:52:40 +0200</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.4</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: admin</title>
		<link>http://blog.testsautomation.com/2009/01/how-insecure-is-you-proxy-password-in-loadrunner-90/comment-page-1/#comment-39</link>
		<dc:creator>admin</dc:creator>
		<pubDate>Tue, 24 Feb 2009 14:51:45 +0000</pubDate>
		<guid isPermaLink="false">http://blog.testsautomation.com/?p=22#comment-39</guid>
		<description>Hi Stuart

I think that the best (most secure) idea would be to use MD5 for example. So even if someone access your script, he can&#039;t decrypt your password. 

Waldemar</description>
		<content:encoded><![CDATA[<p>Hi Stuart</p>
<p>I think that the best (most secure) idea would be to use MD5 for example. So even if someone access your script, he can&#8217;t decrypt your password. </p>
<p>Waldemar</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Stuart Moncrieff</title>
		<link>http://blog.testsautomation.com/2009/01/how-insecure-is-you-proxy-password-in-loadrunner-90/comment-page-1/#comment-37</link>
		<dc:creator>Stuart Moncrieff</dc:creator>
		<pubDate>Mon, 23 Feb 2009 22:48:17 +0000</pubDate>
		<guid isPermaLink="false">http://blog.testsautomation.com/?p=22#comment-37</guid>
		<description>I wouldn&#039;t worry too much that someone with access to your LoadRunner script can see a plaintext proxy password in one of the script files.

An &quot;encrypted&quot; password in your script very quickly becomes a plaintext password if you use lr_decrypt().

// Save my password to a parameter
lr_save_string(&quot;49a3259a32e56d82a6b296ffd37e2a7e33fb0ef21b7c&quot;, &quot;Password&quot;);

// Set proxy credentials.
// These will be used for any subsequent requests.
web_set_user(&quot;stuart&quot;, &quot;{Password}&quot;, &quot;proxy.example.com:8080&quot;);  
web_set_proxy(&quot;proxy.example.com:8080&quot;);

// Print password to replay log.
lr_output_message(&quot;Password: %s&quot;, lr_decrypt(lr_eval_string(&quot;{Password}&quot;)));

Cheers,
Stuart.</description>
		<content:encoded><![CDATA[<p>I wouldn&#8217;t worry too much that someone with access to your LoadRunner script can see a plaintext proxy password in one of the script files.</p>
<p>An &#8220;encrypted&#8221; password in your script very quickly becomes a plaintext password if you use lr_decrypt().</p>
<p>// Save my password to a parameter<br />
lr_save_string(&#8221;49a3259a32e56d82a6b296ffd37e2a7e33fb0ef21b7c&#8221;, &#8220;Password&#8221;);</p>
<p>// Set proxy credentials.<br />
// These will be used for any subsequent requests.<br />
web_set_user(&#8221;stuart&#8221;, &#8220;{Password}&#8221;, &#8220;proxy.example.com:8080&#8243;);<br />
web_set_proxy(&#8221;proxy.example.com:8080&#8243;);</p>
<p>// Print password to replay log.<br />
lr_output_message(&#8221;Password: %s&#8221;, lr_decrypt(lr_eval_string(&#8221;{Password}&#8221;)));</p>
<p>Cheers,<br />
Stuart.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
