<?xml version="1.0" encoding="utf-8" ?>
<?xml-stylesheet type="text/xsl" href="RSS_xslt_style.asp" version="1.0" ?>
<rss version="2.0" xmlns:WebWizForums="http://syndication.webwiz.co.uk/rss_namespace/">
 <channel>
  <title>DevForce Community Forum : SessionEncryptionKey Best Practices</title>
  <link>http://www.ideablade.com/forum/</link>
  <description>This is an XML content feed of; DevForce Community Forum : DevForce 2009 : SessionEncryptionKey Best Practices</description>
  <pubDate>Sat, 11 Apr 2026 07:54:03 -700</pubDate>
  <lastBuildDate>Mon, 08 Dec 2008 19:38:26 -700</lastBuildDate>
  <docs>http://blogs.law.harvard.edu/tech/rss</docs>
  <generator>Web Wiz Forums 9.69</generator>
  <ttl>360</ttl>
  <WebWizForums:feedURL>www.ideablade.com/forum/RSS_post_feed.asp?TID=1014</WebWizForums:feedURL>
  <image>
   <title>DevForce Community Forum</title>
   <url>http://www.ideablade.com/forum/forum_images/IdeaBlade_logo_tm.png</url>
   <link>http://www.ideablade.com/forum/</link>
  </image>
  <item>
   <title>SessionEncryptionKey Best Practices : Out-of-the-box, DevForce does...</title>
   <link>http://www.ideablade.com/forum/forum_posts.asp?TID=1014&amp;PID=3696#3696</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://www.ideablade.com/forum/member_profile.asp?PF=11" rel="nofollow">kimj</a><br /><strong>Subject:</strong> 1014<br /><strong>Posted:</strong> 08-Dec-2008 at 7:38pm<br /><br />Out-of-the-box, DevForce does not use a secure binding for communications between client applications and a BOS, but this is easily done by using a .config file containing WCF ServiceModel configuration.&nbsp; Here are some sample configuration files showing various security options.&nbsp; We don't yet have an end-to-end tutorial, but that will be coming within the next release or so.<DIV></DIV><DIV></DIV><DIV></DIV><DIV></DIV><DIV>&nbsp;</DIV><DIV><a href="http://www.ideablade.com/forum/uploads/11/Sample_NTier_c&#111;nfigs.zip" target="_blank">http://www.ideablade.com/forum/uploads/11/Sample_NTier_configs.zip</A></DIV>]]>
   </description>
   <pubDate>Mon, 08 Dec 2008 19:38:26 -700</pubDate>
   <guid isPermaLink="true">http://www.ideablade.com/forum/forum_posts.asp?TID=1014&amp;PID=3696#3696</guid>
  </item> 
  <item>
   <title>SessionEncryptionKey Best Practices : Haven&amp;#039;t tried SSL outside...</title>
   <link>http://www.ideablade.com/forum/forum_posts.asp?TID=1014&amp;PID=3687#3687</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://www.ideablade.com/forum/member_profile.asp?PF=11" rel="nofollow">kimj</a><br /><strong>Subject:</strong> 1014<br /><strong>Posted:</strong> 05-Dec-2008 at 1:35pm<br /><br />Haven't tried SSL outside of IIS, but I'd guess it would work with a Windows Service too.&nbsp; <DIV>&nbsp;</DIV><DIV>I'll need to check around for any examples; we might&nbsp;have to whip up something for you.</DIV>]]>
   </description>
   <pubDate>Fri, 05 Dec 2008 13:35:53 -700</pubDate>
   <guid isPermaLink="true">http://www.ideablade.com/forum/forum_posts.asp?TID=1014&amp;PID=3687#3687</guid>
  </item> 
  <item>
   <title>SessionEncryptionKey Best Practices : Got it, the SessionBundle is what&amp;#039;s...</title>
   <link>http://www.ideablade.com/forum/forum_posts.asp?TID=1014&amp;PID=3685#3685</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://www.ideablade.com/forum/member_profile.asp?PF=86" rel="nofollow">dkearney1</a><br /><strong>Subject:</strong> 1014<br /><strong>Posted:</strong> 05-Dec-2008 at 12:12pm<br /><br />Got it, the SessionBundle is what's protected out-of-the-box.<br /><br />"... user SSL or customize the binding stack to add security features."<br /><br />Can or cannot be done when using the BOS as a service (ServerService.v4.exe)?<br /><br />Where would I find an examples?]]>
   </description>
   <pubDate>Fri, 05 Dec 2008 12:12:31 -700</pubDate>
   <guid isPermaLink="true">http://www.ideablade.com/forum/forum_posts.asp?TID=1014&amp;PID=3685#3685</guid>
  </item> 
  <item>
   <title>SessionEncryptionKey Best Practices : The SessionBundle stores encrypted...</title>
   <link>http://www.ideablade.com/forum/forum_posts.asp?TID=1014&amp;PID=3684#3684</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://www.ideablade.com/forum/member_profile.asp?PF=11" rel="nofollow">kimj</a><br /><strong>Subject:</strong> 1014<br /><strong>Posted:</strong> 05-Dec-2008 at 10:58am<br /><br />The SessionBundle stores encrypted credentials, and those credentials will be encrypted using the SessionEncryptionKey if provided, otherwise a default hardcoded key is used.&nbsp; The SessionBundle is created by a Login call (whether performed explicitly or implicitly by the framework), and then passed as part of the message in all subsequent calls.&nbsp; <DIV>&nbsp;</DIV><DIV>The encryption key is actually used to generated a salted hash key, which is then used to encrypt the credentials using AES.&nbsp; The default hardcoded key can be obtained from the DevForce assemblies using a disassembler, which is why you might want to specify your own SessionEncryptionKey.</DIV><DIV>&nbsp;</DIV><DIV>Since encryption is done only on the credentials, if you need to secure the entire message you should use SSL or customize the binding stack to add security features.</DIV>]]>
   </description>
   <pubDate>Fri, 05 Dec 2008 10:58:47 -700</pubDate>
   <guid isPermaLink="true">http://www.ideablade.com/forum/forum_posts.asp?TID=1014&amp;PID=3684#3684</guid>
  </item> 
  <item>
   <title>SessionEncryptionKey Best Practices : I&amp;#039;m looking for more information...</title>
   <link>http://www.ideablade.com/forum/forum_posts.asp?TID=1014&amp;PID=3683#3683</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://www.ideablade.com/forum/member_profile.asp?PF=86" rel="nofollow">dkearney1</a><br /><strong>Subject:</strong> 1014<br /><strong>Posted:</strong> 04-Dec-2008 at 8:38pm<br /><br />I'm looking for more information on the use and effects of the SessionEncryptionKey attribute of the ObjectServer node in the app.config.<br /><br />Is there a good reason to override the default?<br />Is it a random string?<br />Does it protect only the SessionBundle, or does it protect all data passed between the client and the BOS?<br /><br />In the end I want to tell my customers that I'm doing my part to protect their data as it's travelling through the wild, and I'm not sure I understand enough to say so confidently.]]>
   </description>
   <pubDate>Thu, 04 Dec 2008 20:38:19 -700</pubDate>
   <guid isPermaLink="true">http://www.ideablade.com/forum/forum_posts.asp?TID=1014&amp;PID=3683#3683</guid>
  </item> 
 </channel>
</rss>