<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" media="screen" href="/styles/xslt/rss.xslt"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:trackback="http://madskills.com/public/xml/rss/module/trackback/" xmlns:wfw="http://wellformedweb.org/CommentAPI/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:media="http://search.yahoo.com/mrss/" xmlns:itunes="http://www.itunes.com/dtds/podcast-1.0.dtd" xmlns:c9="http://channel9.msdn.com">
<channel>
	<title>Channel 9 - Discussions by SecretSoftware</title>
	<atom:link rel="self" type="application/rss+xml" href="http://channel9.msdn.com/Niners/SecretSoftware/Discussions/RSS"></atom:link>
	<image>
		<url>http://mschnlnine.vo.llnwd.net/d1/Dev/App_Themes/C9/images/feedimage.png</url>
		<title>Channel 9 - Discussions by SecretSoftware</title>
		<link>http://channel9.msdn.com/Niners/SecretSoftware/Discussions</link>
	</image>
	<description>Channel 9 keeps you up to date with the latest news and behind the scenes info from Microsoft that developers love to keep up with. From LINQ to SilverLight – Watch videos and hear about all the cool technologies coming and the people behind them.</description>
	<link>http://channel9.msdn.com/Niners/SecretSoftware/Discussions</link>
	<language>en</language>
	<pubDate>Tue, 21 May 2013 07:09:20 GMT</pubDate>
	<lastBuildDate>Tue, 21 May 2013 07:09:20 GMT</lastBuildDate>
	<generator>Rev9</generator>
	<c9:totalResults>0</c9:totalResults>
	<c9:pageCount>0</c9:pageCount>
	<c9:pageSize>0</c9:pageSize>
	<item>
		<title>Coffeehouse - So Long C9.</title>
		<description><![CDATA[<p>I am leaving C9.<br /><br />Good-Bye Everyone. Its been fun to be here on C9. Time to move-on.<br /><br />Live Long And Prosper C9ners!&nbsp; \\//_.<br /><br /><img src='http://ecn.channel9.msdn.com/o9/content/images/emoticons/emotion-1.gif' alt='Smiley' /><br /><br />PS: No hard feelings. If anyone was offended by me, I apologize. If any one offended me, they are forgiven.<img src='http://ecn.channel9.msdn.com/o9/content/images/emoticons/emotion-2.gif' alt='Big Smile' /><br /></p>]]></description>
		<link>http://channel9.msdn.com/Forums/Coffeehouse/259375-So-Long-C9/259375#259375</link>
		<pubDate>Sat, 01 Dec 2007 19:24:04 GMT</pubDate>
		<guid isPermaLink="false">http://channel9.msdn.com/Forums/Coffeehouse/259375-So-Long-C9/259375#259375</guid>
		<dc:creator>SecretSoftware</dc:creator>
		<slash:comments>6</slash:comments>
		<wfw:commentRss>http://channel9.msdn.com/Niners/SecretSoftware/Discussions/RSS</wfw:commentRss>
	</item>
	<item>
		<title>Tech Off - LINQ TO SQL Method Return Type Is Incorrect for a SP</title>
		<description><![CDATA[<p><br /><blockquote>
<div class="quoteAuthor">JChung2006 wrote:</div>
<div class="quoteBody">&#65279;SET NOCOUNT ON causes stored procedures to return an int value.&nbsp; Try SET NOCOUNT OFF in your stored procedure.</div>
</blockquote>
<br /><br />But Its not set ON. Its off.<br /><br />Not sure why it keeps doing it.<br /></p>]]></description>
		<link>http://channel9.msdn.com/Forums/TechOff/259204-LINQ-TO-SQL-Method-Return-Type-Is-Incorrect-for-a-SP/c0d2d71b0db74df2936a9dfa00903a49#c0d2d71b0db74df2936a9dfa00903a49</link>
		<pubDate>Wed, 28 Nov 2007 18:00:34 GMT</pubDate>
		<guid isPermaLink="false">http://channel9.msdn.com/Forums/TechOff/259204-LINQ-TO-SQL-Method-Return-Type-Is-Incorrect-for-a-SP/c0d2d71b0db74df2936a9dfa00903a49#c0d2d71b0db74df2936a9dfa00903a49</guid>
		<dc:creator>SecretSoftware</dc:creator>
		<slash:comments>3</slash:comments>
		<wfw:commentRss>http://channel9.msdn.com/Niners/SecretSoftware/Discussions/RSS</wfw:commentRss>
	</item>
	<item>
		<title>Tech Off - Error-Logging Class, input please.</title>
		<description><![CDATA[<p>you have to provide more information about how you implemented the business logics of your web-application.<br /><br />You can create a user class, and in that user class, define options in the form of a switch statement.
<br /><br />switch (UserRequest)<br />{<br />&nbsp;&nbsp;&nbsp; case &quot;A&quot;:<br />&nbsp;&nbsp;&nbsp; &nbsp;&nbsp; Console.WriteLine (&quot;user {0} has done {1} at {2}&quot;, userClass.UserName, userClass.Accessed, DateTime.Now.ToString());<br />&nbsp;&nbsp;&nbsp; &nbsp;&nbsp; //etc... <br />&nbsp;&nbsp;&nbsp; default:<br />&nbsp;&nbsp;&nbsp; &nbsp;&nbsp; break;<br />}<br /><br /><br />it depends on your implementation.<br /></p>]]></description>
		<link>http://channel9.msdn.com/Forums/TechOff/259292-Error-Logging-Class-input-please/27d4ec66a87e47b481599dfa0090a2e2#27d4ec66a87e47b481599dfa0090a2e2</link>
		<pubDate>Wed, 28 Nov 2007 17:58:47 GMT</pubDate>
		<guid isPermaLink="false">http://channel9.msdn.com/Forums/TechOff/259292-Error-Logging-Class-input-please/27d4ec66a87e47b481599dfa0090a2e2#27d4ec66a87e47b481599dfa0090a2e2</guid>
		<dc:creator>SecretSoftware</dc:creator>
		<slash:comments>7</slash:comments>
		<wfw:commentRss>http://channel9.msdn.com/Niners/SecretSoftware/Discussions/RSS</wfw:commentRss>
	</item>
	<item>
		<title>Tech Off - LINQ TO SQL Method Return Type Is Incorrect for a SP</title>
		<description><![CDATA[<p>OKay, <br />&nbsp;&nbsp;&nbsp; You have a stored procedure like this:<br />Input = @L As Bit, @G As Bit.<br />SELECT&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; X.*<br />FROM&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Y AS X<br />WHERE&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; (X.D = @L AND @L IS NOT NULL) AND (X.T = @G AND <br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; @G IS NOT NULL)<br />ORDER BY X.U DESC<br /><br />Why does LINQ TO SQL make the return type int instead of ISingleResult?<br /></p>]]></description>
		<link>http://channel9.msdn.com/Forums/TechOff/259204-LINQ-TO-SQL-Method-Return-Type-Is-Incorrect-for-a-SP/259204#259204</link>
		<pubDate>Sun, 25 Nov 2007 03:29:43 GMT</pubDate>
		<guid isPermaLink="false">http://channel9.msdn.com/Forums/TechOff/259204-LINQ-TO-SQL-Method-Return-Type-Is-Incorrect-for-a-SP/259204#259204</guid>
		<dc:creator>SecretSoftware</dc:creator>
		<slash:comments>3</slash:comments>
		<wfw:commentRss>http://channel9.msdn.com/Niners/SecretSoftware/Discussions/RSS</wfw:commentRss>
	</item>
	<item>
		<title>Tech Off - VS 2008: Saving Indicator SP from VS IDE bug</title>
		<description><![CDATA[<p>Hi,<br />&nbsp;&nbsp;&nbsp; when you edit a stored procedure from the VS 2008 Server Explorer, and try to save it, the yellow bar on the left side (next to the line numbers) does not change from yellow to green indicating changes saved.<br /><br />The only way to know if saved is if the * is disappeared from the tab title, or the saving indicator.<img src='http://ecn.channel9.msdn.com/o9/content/images/emoticons/emotion-5.gif' alt='Wink' /><br /></p>]]></description>
		<link>http://channel9.msdn.com/Forums/TechOff/259203-VS-2008-Saving-Indicator-SP-from-VS-IDE-bug/259203#259203</link>
		<pubDate>Sun, 25 Nov 2007 03:26:30 GMT</pubDate>
		<guid isPermaLink="false">http://channel9.msdn.com/Forums/TechOff/259203-VS-2008-Saving-Indicator-SP-from-VS-IDE-bug/259203#259203</guid>
		<dc:creator>SecretSoftware</dc:creator>
		<slash:comments>2</slash:comments>
		<wfw:commentRss>http://channel9.msdn.com/Niners/SecretSoftware/Discussions/RSS</wfw:commentRss>
	</item>
	<item>
		<title>Tech Off - VS2008: Linq to Sql Show stopper? [C#: Resolved]</title>
		<description><![CDATA[<p>Well i just discovered that this bug existed back since Beta 1 of Orcas.<br /><br />The fix for it exists in the Installation DVD, however the installer never invokes the update. So you kind of have to do it manually.<br /><br />You cannot build any application because of the missing alink.dll.<br /><br />So to fix.<br /><br /><span>
<p>Install these msu files that are located off of the install image in </p>
<p>WCU\dotNetFramework\dotNetMSP\x86. <br /></p>
<ul>
<li>Windows6.0-KB110806-x86.msu </li><li>Windows6.0-KB929300-x86.msu </li><li>Windows6.0-kb930264-x86.msu</li></ul>
<p>Everything worked fine afterwards</p>
<br /><p><br /></p>
<p>They might have different names, but the KB #s are the same.</p>
<br /><p><br /></p>
<p>Thanks<br /></p>
</span><br /></p>]]></description>
		<link>http://channel9.msdn.com/Forums/TechOff/259193-VS2008-Linq-to-Sql-Show-stopper-C-Resolved/4011cb5518f348dcbbf69dfa0090121b#4011cb5518f348dcbbf69dfa0090121b</link>
		<pubDate>Sun, 25 Nov 2007 01:21:13 GMT</pubDate>
		<guid isPermaLink="false">http://channel9.msdn.com/Forums/TechOff/259193-VS2008-Linq-to-Sql-Show-stopper-C-Resolved/4011cb5518f348dcbbf69dfa0090121b#4011cb5518f348dcbbf69dfa0090121b</guid>
		<dc:creator>SecretSoftware</dc:creator>
		<slash:comments>8</slash:comments>
		<wfw:commentRss>http://channel9.msdn.com/Niners/SecretSoftware/Discussions/RSS</wfw:commentRss>
	</item>
	<item>
		<title>Tech Off - VS2008: Linq to Sql Show stopper? [C#: Resolved]</title>
		<description><![CDATA[<p><blockquote>
<div class="quoteAuthor">PeterF wrote:</div>
<div class="quoteBody">&#65279;
<p>Is it always stopping at the same stored procedure?</p>
<br /><p><br /></p>
<p></p>
</div>
</blockquote>
<p></p>
No. Sometimes, if you clear the design surface, and readd them one by one, only the first one you add gets coded in the xx.designer.cs file.
<br /><br />The weird thing is that in the designer it shows as added, with method signature, but not in the cs file. The autogen tool is not working.<br /><p><br /></p>
<p></p>
<blockquote>
<div class="quoteAuthor">PeterF wrote:</div>
<div class="quoteBody">&#65279;
<p></p>
<p>List the stored procedures so people can repro it.</p>
</div>
</blockquote>
<br /><br />I cant list them.<br /><br />This happens when you try to run custom tool.<br /><br />Error&nbsp;&nbsp;&nbsp; 1&nbsp;&nbsp;&nbsp; Build failed due to validation errors in C:\Users\xxx\Documents\Visual Studio 2008\Projects\...\XXDb.dbml.&nbsp; Open the file and resolve the issues in the Error List, then try rebuilding the project.&nbsp;&nbsp;
<br /><br /><br />Error&nbsp;&nbsp;&nbsp; 2&nbsp;&nbsp;&nbsp; Required file 'alink.dll with IAlink3' could not be found&nbsp;&nbsp;&nbsp; xxx<br /><br />Error&nbsp;&nbsp;&nbsp; 3&nbsp;&nbsp;&nbsp; Could not load type 'System.ComponentModel.PropertyChangingEventArgs' from assembly 'System, Version=2.0.0.0, Culture=neutral, PublicKeyToken=xxxxxxxxxxxx'.&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; 0&nbsp;&nbsp;&nbsp; 0&nbsp;
<br /><br /><br />xx = to hide private data.<br /><br /><br />This really is annoying. Its happening at randomal drag and drops.<br /><br />sometimes it works , sometimes it does not.<br /><br />Not SP specific.<br /><br /><br /><br /></p>]]></description>
		<link>http://channel9.msdn.com/Forums/TechOff/259193-VS2008-Linq-to-Sql-Show-stopper-C-Resolved/8e109ac60ee74a53be1d9dfa00901179#8e109ac60ee74a53be1d9dfa00901179</link>
		<pubDate>Sat, 24 Nov 2007 08:27:32 GMT</pubDate>
		<guid isPermaLink="false">http://channel9.msdn.com/Forums/TechOff/259193-VS2008-Linq-to-Sql-Show-stopper-C-Resolved/8e109ac60ee74a53be1d9dfa00901179#8e109ac60ee74a53be1d9dfa00901179</guid>
		<dc:creator>SecretSoftware</dc:creator>
		<slash:comments>8</slash:comments>
		<wfw:commentRss>http://channel9.msdn.com/Niners/SecretSoftware/Discussions/RSS</wfw:commentRss>
	</item>
	<item>
		<title>Tech Off - VS2008: Linq to Sql Show stopper? [C#: Resolved]</title>
		<description><![CDATA[<p><blockquote>
<div class="quoteAuthor">PeterF wrote:</div>
<div class="quoteBody">&#65279;why showstopper&nbsp;when you have a perfect workaround? btw why would you add all 50 at once? don't you loose overview like that?</div>
</blockquote>
<br /><br />Actually, even if you do it one by one, it stops after you ad the 10th sp. <br /><br />Weird bug.<br /><br />Not sure how to fix.<br /><br />Reason to add all, at once, is because its faster that way.<br /><br />No one has the time to add them one by one. <br /><br />Common man.<img src='http://ecn.channel9.msdn.com/o9/content/images/emoticons/emotion-5.gif' alt='Wink' /><br /><br />If you add them all, one by one, and try to run the custome tool, you get lots of weird errors.<br /><br /><br />LINQ TO SQL is broken in VS 2008.<img src='http://ecn.channel9.msdn.com/o9/content/images/emoticons/emotion-12.gif' alt='Mad' />:@<img src='http://ecn.channel9.msdn.com/o9/content/images/emoticons/emotion-12.gif' alt='Mad' />:@<img src='http://ecn.channel9.msdn.com/o9/content/images/emoticons/emotion-12.gif' alt='Mad' /><br /><br />[C]<br /><br /><br /></p>]]></description>
		<link>http://channel9.msdn.com/Forums/TechOff/259193-VS2008-Linq-to-Sql-Show-stopper-C-Resolved/d0d83141e6134a2596009dfa009010d5#d0d83141e6134a2596009dfa009010d5</link>
		<pubDate>Sat, 24 Nov 2007 08:06:35 GMT</pubDate>
		<guid isPermaLink="false">http://channel9.msdn.com/Forums/TechOff/259193-VS2008-Linq-to-Sql-Show-stopper-C-Resolved/d0d83141e6134a2596009dfa009010d5#d0d83141e6134a2596009dfa009010d5</guid>
		<dc:creator>SecretSoftware</dc:creator>
		<slash:comments>8</slash:comments>
		<wfw:commentRss>http://channel9.msdn.com/Niners/SecretSoftware/Discussions/RSS</wfw:commentRss>
	</item>
	<item>
		<title>Tech Off - VS2008: Linq to Sql Show stopper? [C#: Resolved]</title>
		<description><![CDATA[<p>Hi,<br />&nbsp;&nbsp;&nbsp; I think there is something wrong with Linq to sql. <br /><br />1) Try to drag and drop 50 &#43; Stored procedure at the same time on the LINQ To SQL designer.<br /><br />2) Say no to the prompt window that asks you to save sensitive data pertaining to the connection string to the sql db.<br /><br /><br />result.<br /><br />All the stored procedures appear in the methods of the LINQ to SQL design surface, but in the DataContex cs , file that is auto generated, nothing is written in code that has to do with the dropped stored procedures.<br /><br />Why?<img src='http://ecn.channel9.msdn.com/o9/content/images/emoticons/emotion-8.gif' alt='Expressionless' /><br /><br /><br />PS: this works, only if I drag and drop them 1 at a time or 2 at a time. But not all to gether. Why?<img src='http://ecn.channel9.msdn.com/o9/content/images/emoticons/emotion-12.gif' alt='Mad' /><br /></p>]]></description>
		<link>http://channel9.msdn.com/Forums/TechOff/259193-VS2008-Linq-to-Sql-Show-stopper-C-Resolved/259193#259193</link>
		<pubDate>Sat, 24 Nov 2007 07:02:26 GMT</pubDate>
		<guid isPermaLink="false">http://channel9.msdn.com/Forums/TechOff/259193-VS2008-Linq-to-Sql-Show-stopper-C-Resolved/259193#259193</guid>
		<dc:creator>SecretSoftware</dc:creator>
		<slash:comments>8</slash:comments>
		<wfw:commentRss>http://channel9.msdn.com/Niners/SecretSoftware/Discussions/RSS</wfw:commentRss>
	</item>
	<item>
		<title>Coffeehouse - Hand Over Your Keys Or Else.</title>
		<description><![CDATA[<p>For the last time. I am not talking about after a warrant is issued. I am however, talking about the process of issuing the warrant, from a legal stand point against an encrypted file, which is a closed system.<br>
<br>
What would make the police suspect that an encrypted file contains something illegal, hence to use that to get a warrant?<br>
<br>
I mean they cant use their instinct?<br>
<br>
Suppose someone is walking with a bunch of paper containing highly classified information. Amidst these papers , the police finds an encrypted DVD. The police here has reasonable suspicion that the encrypted DVD contains other highly classified information.
 Based on this &quot;circumstantial evidence&quot;, they can get a warrant from a judge.<br>
<br>
But suppose the same individual, is walking with only the DVD in their DVD player. What gives the police the right to ask for a warrant?<br>
Is its simply because the DVD is encrypted?<br>
<br>
How do you know if this law is being abused, just like police abuse their use of &quot;teasers&quot; on people.<br>
<br>
Alice and bob live in a system, where cryptography is essentially rendered useless and outlawed.<br>
<br>
My $0.02<br></p>]]></description>
		<link>http://channel9.msdn.com/Forums/Coffeehouse/258595-Hand-Over-Your-Keys-Or-Else/037c8a562cac465fac909deb0022e68f#037c8a562cac465fac909deb0022e68f</link>
		<pubDate>Tue, 20 Nov 2007 21:13:29 GMT</pubDate>
		<guid isPermaLink="false">http://channel9.msdn.com/Forums/Coffeehouse/258595-Hand-Over-Your-Keys-Or-Else/037c8a562cac465fac909deb0022e68f#037c8a562cac465fac909deb0022e68f</guid>
		<dc:creator>SecretSoftware</dc:creator>
		<slash:comments>107</slash:comments>
		<wfw:commentRss>http://channel9.msdn.com/Niners/SecretSoftware/Discussions/RSS</wfw:commentRss>
	</item>
	<item>
		<title>Coffeehouse - US Dolar sinks, what do you think?</title>
		<description><![CDATA[<p><blockquote>
<div class="quoteAuthor">phreaks wrote:</div>
<div class="quoteBody">&#65279;<a href="http://seekingalpha.com/">http://seekingalpha.com/</a><br>
<br>
Hint: The go-to site for financial &amp; economic&nbsp;opinion.</div>
</blockquote>
<br>
<br>
Thanks.<br>
<br>
Here is an updated openion on what is happening: <br>
<br>
<a href="http://youtube.com/watch?v=365w3bO6HjU">Fiscal Crisis 2007 - The dollar slips away -Nov 19 2007</a><br>
<br>
It does not look very good.<br></p>]]></description>
		<link>http://channel9.msdn.com/Forums/Coffeehouse/250713-US-Dolar-sinks-what-do-you-think/9402f2d199f649a5a8759dec004163b0#9402f2d199f649a5a8759dec004163b0</link>
		<pubDate>Tue, 20 Nov 2007 20:54:37 GMT</pubDate>
		<guid isPermaLink="false">http://channel9.msdn.com/Forums/Coffeehouse/250713-US-Dolar-sinks-what-do-you-think/9402f2d199f649a5a8759dec004163b0#9402f2d199f649a5a8759dec004163b0</guid>
		<dc:creator>SecretSoftware</dc:creator>
		<slash:comments>59</slash:comments>
		<wfw:commentRss>http://channel9.msdn.com/Niners/SecretSoftware/Discussions/RSS</wfw:commentRss>
	</item>
	<item>
		<title>Coffeehouse - Hand Over Your Keys Or Else.</title>
		<description><![CDATA[<p><blockquote>
<div class="quoteAuthor">ScanIAm wrote:</div>
<div class="quoteBody">&#65279;
<blockquote>
<table class="quoteTable">
<tbody>
<tr>
<td valign="top" width="10"><img src="/Themes/AlmostGlass/images/icon-quote.gif"></td>
<td class="txt3"><strong>SecretSoftware wrote:</strong>
<hr size="1">
<i>&#65279;<br>
<blockquote>
<table class="quoteTable">
<tbody>
<tr>
<td valign="top" width="10"><img src="/Themes/AlmostGlass/images/icon-quote.gif"></td>
<td class="txt3"><strong>dahat wrote:</strong>
<hr size="1">
<i>&#65279;<br>
<font size="5">Why is it (with a warrant) wrong/illegal/unethical/undemocratic to search encrypted data when it is not to search a safe, lock box or other locked physical device that hides its contents from plain view?<br>
<br>
</font><font size="2">Until you can (and do) answer such a simple question that has been posed by multiple people, multiple times, there is zero point in continuing this.</font></i></td>
</tr>
</tbody>
</table>
</blockquote>
NO one is talking about the legality of the warrant per se, after its has been duely issued , and legaly and reasonably issued. I am talking about the legal process of obtaining a warrant in light of this immoral law. How to obtain a warrant against an encrypted
 file, when there is an assumption in law that:<br>
<br>
1)&nbsp; A person is presumed innocent until proven otherwise in a court of law.<br>
</i></td>
</tr>
</tbody>
</table>
</blockquote>
<br>
That isn't how warrants work.&nbsp; Warrants are obtained prior to a guilty or innocent verdict.&nbsp; That's&nbsp;the point.<br>
<blockquote>
<table class="quoteTable">
<tbody>
<tr>
<td valign="top" width="10"><img src="/Themes/AlmostGlass/images/icon-quote.gif"></td>
<td class="txt3"><strong>SecretSoftware wrote:</strong>
<hr size="1">
<i><br>
2) A person is not compelled to testify against their persons, by providing incriminating evidence, one of which might be an encryption key.<br>
</i></td>
</tr>
</tbody>
</table>
</blockquote>
<br>
Of course, but there is no guarantee that they won't be held in contempt for doing so.&nbsp; They have avoided incriminating themselves, but they have not avoided breaking the law by failing to respond to the warrant.<br>
<blockquote>
<table class="quoteTable">
<tbody>
<tr>
<td valign="top" width="10"><img src="/Themes/AlmostGlass/images/icon-quote.gif"></td>
<td class="txt3"><strong>SecretSoftware wrote:</strong>
<hr size="1">
<i><br>
The Onus of proof is on the Prosecutor to say that Alice,&nbsp; has an incriminating material that she is hiding through encryption, and the reasons are demonstrates to be true.<br>
</i></td>
</tr>
</tbody>
</table>
</blockquote>
<br>
And that is how a warrant is issued.&nbsp; The prosecutor presents enough evidence to the judge that the warrant can be issued.&nbsp; It is not a trial.&nbsp; It is especially not a jury trial, and there is no need to prove beyond a reasonable doubt that the warrantee is
 guilty.&nbsp; All that is neccessary is for the prosecution to convince the judge that they have enough evidence that a crime has been committed that they need to investigate further by overriding the 4th amenment with a warrant.<br>
<br>
Yay, you learned something, I hope.<br>
<blockquote>
<table class="quoteTable">
<tbody>
<tr>
<td valign="top" width="10"><img src="/Themes/AlmostGlass/images/icon-quote.gif"></td>
<td class="txt3"><strong>SecretSoftware wrote:</strong>
<hr size="1">
<i><br>
The police can use brute force attacks to find out what Alice is hiding.<br>
</i></td>
</tr>
</tbody>
</table>
</blockquote>
<br>
No, they can't.&nbsp; They need a warrant.<br>
<blockquote>
<table class="quoteTable">
<tbody>
<tr>
<td valign="top" width="10"><img src="/Themes/AlmostGlass/images/icon-quote.gif"></td>
<td class="txt3"><strong>SecretSoftware wrote:</strong>
<hr size="1">
<i><br>
But Alice , under the view of the law, should not be compelled to give out her keys, because that can lead to self incrimination.<br>
</i></td>
</tr>
</tbody>
</table>
</blockquote>
<br>
She is welcome to say &quot;No&quot;.&nbsp; She will serve jail time, but she will not incriminate herself.&nbsp; It is likely that she will either serve the time or give up the information.&nbsp; Either way, it is legal and just.<br>
<blockquote>
<table class="quoteTable">
<tbody>
<tr>
<td valign="top" width="10"><img src="/Themes/AlmostGlass/images/icon-quote.gif"></td>
<td class="txt3"><strong>SecretSoftware wrote:</strong>
<hr size="1">
<i><br>
Asking Alice, under threat of jail time, to give out incriminating evidence in terms of keys, is to compel Alice to reveal information that would self-incriminate her. This is clearly against the law.<br>
</i></td>
</tr>
</tbody>
</table>
</blockquote>
<br>
Compelling someone is legal.&nbsp; The fact that you think it is 'clearly' against the law means you have no idea how the legal system works.<br>
<br>
I hope, for your sake, that if you are ever the victim of a crime, you recognize that this is for your benefit.&nbsp; Otherwise, the perpetrator could simply say &quot;I didn't do it, and any evidence of the crime is 'secret', so you can't have it&quot;.<br>
<br>
<blockquote>
<table class="quoteTable">
<tbody>
<tr>
<td valign="top" width="10"><img src="/Themes/AlmostGlass/images/icon-quote.gif"></td>
<td class="txt3"><strong>SecretSoftware wrote:</strong>
<hr size="1">
<i><br>
No one is saying that a warrant after being legally issued , and reasonably issued, that its illegal. I am talking about the process by which a police officer would have to go through to obtain such a warrant, after convincing a judge.<br>
</i></td>
</tr>
</tbody>
</table>
</blockquote>
<br>
You never brought this process up.&nbsp; The article you linked to never mentioned this process.&nbsp; You have no idea if this process was followed, and since it was in the UK, you really don't have any real clue how it works, anyway.&nbsp;
<br>
<br>
We're all quite glad you approve of how the law might be used, but I'd like to point out that 9 out of ten&nbsp;C9 posters don't give a flying f*ck what you think.<br>
</div>
</blockquote>
<br>
<br>
How did you get that statistic?<br>
<br>
Secondly, your arguments are not sound. <br>
<br>
Compelling is not legal. Simply not legal.<br>
<br>
Infact a legal case can be thrown out of court , if the accused, who is preseumed innocent until proven otherwise, was compelled to testify against their will.<br>
<br>
<br></p>]]></description>
		<link>http://channel9.msdn.com/Forums/Coffeehouse/258595-Hand-Over-Your-Keys-Or-Else/e0fdb95314d844f5a4e99deb0022e5a8#e0fdb95314d844f5a4e99deb0022e5a8</link>
		<pubDate>Tue, 20 Nov 2007 09:43:55 GMT</pubDate>
		<guid isPermaLink="false">http://channel9.msdn.com/Forums/Coffeehouse/258595-Hand-Over-Your-Keys-Or-Else/e0fdb95314d844f5a4e99deb0022e5a8#e0fdb95314d844f5a4e99deb0022e5a8</guid>
		<dc:creator>SecretSoftware</dc:creator>
		<slash:comments>107</slash:comments>
		<wfw:commentRss>http://channel9.msdn.com/Niners/SecretSoftware/Discussions/RSS</wfw:commentRss>
	</item>
	<item>
		<title>Coffeehouse - Hand Over Your Keys Or Else.</title>
		<description><![CDATA[<p><blockquote>
<div class="quoteAuthor">dahat wrote:</div>
<div class="quoteBody">&#65279;<br>
<br>
<blockquote>
<table class="quoteTable">
<tbody>
<tr>
<td valign="top" width="10"><img src="/Themes/AlmostGlass/images/icon-quote.gif"></td>
<td class="txt3"><strong>SecretSoftware wrote:</strong>
<hr size="1">
<i>Common man, you don't have to be that dense.</i></td>
</tr>
</tbody>
</table>
</blockquote>
<br>
<br>
Hearing such things from a person who supports terrorism, advocates mob rule and cannot even stick to their word pretty much negates any kind of personal critiques from the likes of you.</div>
</blockquote>
<br>
<br>
What is your definition of terrorism?<br>
<br>
How do I support it?<br>
<br>
feel free to go into techincal details.<br>
<br>
Are you a member of the KKK?<br></p>]]></description>
		<link>http://channel9.msdn.com/Forums/Coffeehouse/258595-Hand-Over-Your-Keys-Or-Else/cdc5ca1f0aac43078f7e9deb0022e56b#cdc5ca1f0aac43078f7e9deb0022e56b</link>
		<pubDate>Tue, 20 Nov 2007 09:41:42 GMT</pubDate>
		<guid isPermaLink="false">http://channel9.msdn.com/Forums/Coffeehouse/258595-Hand-Over-Your-Keys-Or-Else/cdc5ca1f0aac43078f7e9deb0022e56b#cdc5ca1f0aac43078f7e9deb0022e56b</guid>
		<dc:creator>SecretSoftware</dc:creator>
		<slash:comments>107</slash:comments>
		<wfw:commentRss>http://channel9.msdn.com/Niners/SecretSoftware/Discussions/RSS</wfw:commentRss>
	</item>
	<item>
		<title>Coffeehouse - Hand Over Your Keys Or Else.</title>
		<description><![CDATA[<p><br>
<blockquote>
<table class="quoteTable">
<tbody>
<tr>
<td valign="top" width="10"><img src="/Themes/AlmostGlass/images/icon-quote.gif"></td>
<td class="txt3"><strong>dahat wrote:</strong>
<hr size="1">
<i>&#65279;<br>
<font size="5">Why is it (with a warrant) wrong/illegal/unethical/undemocratic to search encrypted data when it is not to search a safe, lock box or other locked physical device that hides its contents from plain view?<br>
<br>
</font><font size="2">Until you can (and do) answer such a simple question that has been posed by multiple people, multiple times, there is zero point in continuing this.</font></i></td>
</tr>
</tbody>
</table>
</blockquote>
NO one is talking about the legality of the warrant per se, after its has been duely issued , and legaly and reasonably issued. I am talking about the legal process of obtaining a warrant in light of this immoral law. How to obtain a warrant against an encrypted
 file, when there is an assumption in law that:<br>
<br>
1)&nbsp; A person is presumed innocent until proven otherwise in a court of law.<br>
<br>
2) A person is not compelled to testify against their persons, by providing incriminating evidence, one of which might be an encryption key.<br>
<br>
The Onus of proof is on the Prosecutor to say that Alice,&nbsp; has an incriminating material that she is hiding through encryption, and the reasons are demonstrates to be true.<br>
<br>
The police can use brute force attacks to find out what Alice is hiding.<br>
<br>
But Alice , under the view of the law, should not be compelled to give out her keys, because that can lead to self incrimination.<br>
<br>
Asking Alice, under threat of jail time, to give out incriminating evidence in terms of keys, is to compel Alice to reveal information that would self-incriminate her. This is clearly against the law.<br>
<br>
No one is saying that a warrant after being legally issued , and reasonably issued, that its illegal. I am talking about the process by which a police officer would have to go through to obtain such a warrant, after convincing a judge.<br>
<br>
Your talking tomatoes, and I am talking potatoes. [A]<br></p>]]></description>
		<link>http://channel9.msdn.com/Forums/Coffeehouse/258595-Hand-Over-Your-Keys-Or-Else/5e2bdcbb20234e9aa4b89deb0022e4b9#5e2bdcbb20234e9aa4b89deb0022e4b9</link>
		<pubDate>Tue, 20 Nov 2007 03:21:14 GMT</pubDate>
		<guid isPermaLink="false">http://channel9.msdn.com/Forums/Coffeehouse/258595-Hand-Over-Your-Keys-Or-Else/5e2bdcbb20234e9aa4b89deb0022e4b9#5e2bdcbb20234e9aa4b89deb0022e4b9</guid>
		<dc:creator>SecretSoftware</dc:creator>
		<slash:comments>107</slash:comments>
		<wfw:commentRss>http://channel9.msdn.com/Niners/SecretSoftware/Discussions/RSS</wfw:commentRss>
	</item>
	<item>
		<title>Coffeehouse - US Dolar sinks, what do you think?</title>
		<description><![CDATA[<p><blockquote>
<div class="quoteAuthor">cheong wrote:</div>
<div class="quoteBody">&#65279;
<blockquote>
<table class="quoteTable">
<tbody>
<tr>
<td valign="top" width="10"><img src="/Themes/AlmostGlass/images/icon-quote.gif"></td>
<td class="txt3"><strong>SecretSoftware wrote:</strong>
<hr size="1">
<i>&#65279;NO. Its sinking because the Military, namely the Pentagon, spend all of that money on &quot;Star wars&quot; like equipment, that costs trillions of dollars.<br>
</i></td>
</tr>
</tbody>
</table>
</blockquote>
<br>
Sorry, but doesn't &quot;a government willing to spend money&quot; favours economy?<br>
<br>
When the governemt &quot;pours money&quot; to the local citizens, they get more income and then 1) more willing to spend money on other things 2) get more money means more income tax to the government. It was said to be a way to initate a positive monetary influrance
 to the country.<br>
<br>
Although I agree there'd be better effect if money is spent on other things closely related to the public.<br>
</div>
</blockquote>
<br>
<br>
Well, if you pour money, and liquidity is high, the value of the dollar will be less, because its abundant.<br>
<br>
Its a sword with 2 edges. Tax cuts can be good, but if not employed in a good way it can destroy an economy, and break the system, like what we have seen.<br></p>]]></description>
		<link>http://channel9.msdn.com/Forums/Coffeehouse/250713-US-Dolar-sinks-what-do-you-think/4a635780ba79428099409dec0041635d#4a635780ba79428099409dec0041635d</link>
		<pubDate>Tue, 20 Nov 2007 02:35:32 GMT</pubDate>
		<guid isPermaLink="false">http://channel9.msdn.com/Forums/Coffeehouse/250713-US-Dolar-sinks-what-do-you-think/4a635780ba79428099409dec0041635d#4a635780ba79428099409dec0041635d</guid>
		<dc:creator>SecretSoftware</dc:creator>
		<slash:comments>59</slash:comments>
		<wfw:commentRss>http://channel9.msdn.com/Niners/SecretSoftware/Discussions/RSS</wfw:commentRss>
	</item>
	<item>
		<title>Coffeehouse - US Dolar sinks, what do you think?</title>
		<description><![CDATA[<p><blockquote>
<div class="quoteAuthor">phreaks wrote:</div>
<div class="quoteBody">&#65279;
<blockquote>
<table class="quoteTable">
<tbody>
<tr>
<td valign="top" width="10"><img src="/Themes/AlmostGlass/images/icon-quote.gif"></td>
<td class="txt3"><strong>SecretSoftware wrote:</strong>
<hr size="1">
<i>&#65279;
<blockquote>
<table class="quoteTable">
<tbody>
<tr>
<td valign="top" width="10"><img src="/Themes/AlmostGlass/images/icon-quote.gif"></td>
<td class="txt3"><strong>phreaks wrote:</strong>
<hr size="1">
<i>&#65279;
<p>It's sinking for a number of reasons.<br>
<br>
Federal defecit, low interest rates, credit crisis,&nbsp; CDO/CDS debt backed securities trend, real-estate bubble, oil prices.<br>
<br>
Combine all of those issues which each in itself can become a problem if not managed properly and you have a really big problem.<br>
<br>
Current Outlook:&nbsp; Stormy.</p>
</i></td>
</tr>
</tbody>
</table>
</blockquote>
<br>
<br>
NO. Its sinking because the Military, namely the Pentagon, spend all of that money on &quot;Star wars&quot; like equipment, that costs trillions of dollars.<br>
<br>
The stuff you sight would not have lead to the collapse of the dollar, rather it is the massive military spending, that&nbsp; Rumsfield did to transformed the Armed forces of the USA to the 21 century challenges.
<br>
<br>
This massive spending, is equal to all the world's military spending 400 times.<br>
<br>
They tell you that the credit crisis is to blame but its not. its the military spending that broke the back of the economy.<br>
<br>
Interestingly enough, that is how the Roman Empire collapsed, if you read history.<br>
<br>
My $0.02<br>
</i></td>
</tr>
</tbody>
</table>
</blockquote>
<br>
<br>
Ok, whatever you say. You obviously have a Harvard MBA in economics and are savvy enough to make the call that the others simply aren't seeing.<br>
<br>
You must be a financial genius.<br>
<br>
If I were allowed to hold stocks, I would certainly want you managing my money!</div>
</blockquote>
<br>
<br>
I am just giving people what I see and what I hear. I don't want anyone to loose their financial assets because of the lunacy and bad choices that Bush Admin Made.<br>
<br>
Be safe, Be smart, Be adaptable to market changes.<br>
<br>
Interestingly , please see&nbsp; <a href="http://youtube.com/watch?v=Nx9kb12gdRo">this YT video</a>. It talks about PUT options.<br>
<br>
Invest your money in Chinese and Asian Markets, or Europe. Because China will be the financial center of the world, for the years to come.<br></p>]]></description>
		<link>http://channel9.msdn.com/Forums/Coffeehouse/250713-US-Dolar-sinks-what-do-you-think/5e5249a92e0844cbad579dec00416307#5e5249a92e0844cbad579dec00416307</link>
		<pubDate>Tue, 20 Nov 2007 02:32:23 GMT</pubDate>
		<guid isPermaLink="false">http://channel9.msdn.com/Forums/Coffeehouse/250713-US-Dolar-sinks-what-do-you-think/5e5249a92e0844cbad579dec00416307#5e5249a92e0844cbad579dec00416307</guid>
		<dc:creator>SecretSoftware</dc:creator>
		<slash:comments>59</slash:comments>
		<wfw:commentRss>http://channel9.msdn.com/Niners/SecretSoftware/Discussions/RSS</wfw:commentRss>
	</item>
	<item>
		<title>Coffeehouse - Hand Over Your Keys Or Else.</title>
		<description><![CDATA[<p><blockquote>
<div class="quoteAuthor">cheong wrote:</div>
<div class="quoteBody">&#65279;
<blockquote>
<table class="quoteTable">
<tbody>
<tr>
<td valign="top" width="10"><img src="/Themes/AlmostGlass/images/icon-quote.gif"></td>
<td class="txt3"><strong>SecretSoftware wrote:</strong>
<hr size="1">
<i>&#65279;<br>
<br>
PS: suppose Alice uses the One Time Pad, and Alice encrypts a message. The police says to ALice, give us your key or decrypt the message, Alice goes and use a dummy Key to get the dummy message. Given that for an OTP encrypted message , there are an infinite
 number of possible decryption, how does the police know if the decrypted message is what was in the encrypted message?<br>
<br>
You see , there is a fundamental shift of the onus of proof here. Alice has to proof to the police that she is not hiding illegal stuff in the encrypted file. According to the Law, the onus of proof is upon the police and the prosecutors not the accused.
<br>
<br>
</i></td>
</tr>
</tbody>
</table>
</blockquote>
<br>
That's interesting idea... Perhaps one day I'll make an encryption program that can mix-encrypt one &quot;open&quot; version of diary and the &quot;true&quot; version of diary, plus multiple random documents, then accept multiple sets of key as password - one of each encrypted
 documents inside the encrypted file.<br>
<br>
Then one day if I have to hand out the key to someone, I can always hide the key for the &quot;true diary&quot;.
<img src="/emoticons/emotion-4.gif" border="0"><br>
</div>
</blockquote>
<br>
<br>
Yes! Absolutely. In fact TrueCrypt uses something like this. One password decrypts the outer encrypted file, and it has an inner one.<br>
You can give them the pass to the outer file, and they see only Britney spears rampage pics.<br>
<br>
You cannot legislate against technology. You cannot enforce laws against the technology because technology is always evolving.<br>
<br>
If unjust laws are passed, and freedoms are outlawed, then only outlaws will have freedom.<img src='http://ecn.channel9.msdn.com/o9/content/images/emoticons/emotion-2.gif' alt='Big Smile' /><br>
<br>
There will be a techno-Revolution, where the people will reclaim their privacy, even if Gov'ts pour hell over their heads.<br></p>]]></description>
		<link>http://channel9.msdn.com/Forums/Coffeehouse/258595-Hand-Over-Your-Keys-Or-Else/910ebda8ea64457a831d9deb0022e418#910ebda8ea64457a831d9deb0022e418</link>
		<pubDate>Tue, 20 Nov 2007 02:25:06 GMT</pubDate>
		<guid isPermaLink="false">http://channel9.msdn.com/Forums/Coffeehouse/258595-Hand-Over-Your-Keys-Or-Else/910ebda8ea64457a831d9deb0022e418#910ebda8ea64457a831d9deb0022e418</guid>
		<dc:creator>SecretSoftware</dc:creator>
		<slash:comments>107</slash:comments>
		<wfw:commentRss>http://channel9.msdn.com/Niners/SecretSoftware/Discussions/RSS</wfw:commentRss>
	</item>
	<item>
		<title>Coffeehouse - Hand Over Your Keys Or Else.</title>
		<description><![CDATA[<p><blockquote>
<div class="quoteAuthor">ScanIAm wrote:</div>
<div class="quoteBody">&#65279;
<blockquote>
<table class="quoteTable">
<tbody>
<tr>
<td valign="top" width="10"><img src="/Themes/AlmostGlass/images/icon-quote.gif"></td>
<td class="txt3"><strong>SecretSoftware wrote:</strong>
<hr size="1">
<i>&#65279;
<blockquote>
<table class="quoteTable">
<tbody>
<tr>
<td valign="top" width="10"><img src="/Themes/AlmostGlass/images/icon-quote.gif"></td>
<td class="txt3"><strong>dahat wrote:</strong>
<hr size="1">
<i>&#65279;<br>
<br>
<blockquote>
<table class="quoteTable">
<tbody>
<tr>
<td valign="top" width="10"><img src="/Themes/AlmostGlass/images/icon-quote.gif"></td>
<td class="txt3"><strong>SecretSoftware wrote:</strong>
<hr size="1">
<i>but how does the police get a warrant in the first place? They have to suspect something in the first place to get a warrant after convincing the judge.</i></td>
</tr>
</tbody>
</table>
</blockquote>
<br>
<br>
Which is how they get the encrypted data in the first place and know that they need to ask for an encryption key or the decrypted data!<br>
<br>
</i></td>
</tr>
</tbody>
</table>
</blockquote>
<br>
<br>
You are confused. Unlike a locked box, the encrypted file does not tell anything about its content. So how can the police think or suspect that it contains anything illegal? How can they go to the judge and say, well judge, the encryted file has sometihng we
 think will help us in prosecuting a case, please give us a warrant.<br>
<br>
The judge asks well, what makes you think that this is going to help you? <br>
<br>
What will they answer? Is it simply because of the fact that its an encrypted file that they are &quot;curious&quot; to searching?<br>
<br>
Did they see a bit of something that made them went to reveal the rest?<br>
<br>
An encrypted file is a closed System. Thus legally, you cannot use probable cause to ask for a warrant.
<br>
<br>
In the case of the car, if the police sees a dead cadavar in the back seat, then they can, and have every right to get a search warrant and search the car.<br>
<br>
But if they see absolutely nothing, then they cant suspect anything or use the probable cause argument either.<br>
<br>
In fact the police would be charged with violating the person's 10 ammendment rights, or Fundamental human rights laws.<br>
<br>
That is why the police would ask you &quot; if your okay with letting them search it, and if you dont agree, they will just give you a ticket, unless they see something that gives them probable cause to search&quot;.<br>
</i></td>
</tr>
</tbody>
</table>
</blockquote>
<br>
They don't give you a ticket, they throw you in jail.&nbsp; You have a real weak understanding of how laws work.<br>
<br>
They have her computer.&nbsp; They found a file that was encrypted.&nbsp; Their warrant allows them to see what is in the file.<br>
<br>
There really isn't any grey area here.<br>
<blockquote>
<table class="quoteTable">
<tbody>
<tr>
<td valign="top" width="10"><img src="/Themes/AlmostGlass/images/icon-quote.gif"></td>
<td class="txt3"><strong>SecretSoftware wrote:</strong>
<hr size="1">
<i><br>
<br>
<blockquote>
<table class="quoteTable">
<tbody>
<tr>
<td valign="top" width="10"><img src="/Themes/AlmostGlass/images/icon-quote.gif"></td>
<td class="txt3"><strong>dahat wrote:</strong>
<hr size="1">
<i>&#65279;<br>
<br>
<blockquote>
<table class="quoteTable">
<tbody>
<tr>
<td valign="top" width="10"><img src="/Themes/AlmostGlass/images/icon-quote.gif"></td>
<td class="txt3"><strong>SecretSoftware wrote:</strong>
<hr size="1">
<i>Well, many can argue that Patriot act is illegal if one challenges it against the 10 amendment rights.</i></td>
</tr>
</tbody>
</table>
</blockquote>
<br>
<br>
Just stop with your anti-Americanism and paranoia. We know you hate this country, we get the point, shut it.<br>
<br>
More so... the UK doesn't have the '10 amendment rights' or even the Bill of Rights... so once again you are arguing in the wrong jurisdiction!<br>
</i></td>
</tr>
</tbody>
</table>
</blockquote>
<br>
Again, you have a warped view of people who think differently than you do. You hold the view that they are anti-American, even though they are not.<br>
<br>
You see, We , as the citizens of this country, have the right to remain valiant and alert, as per President Eisenhower's speech on the military industrial complex, to what the government does. We the people have the right to audit every thing the government
 does and to be critical of it, for that is how we maintain our democratic way of life, and our civil liberties.
<br>
</i></td>
</tr>
</tbody>
</table>
</blockquote>
<br>
You do not have the right to ignore a warrant.&nbsp; <br>
<br>
You just don't.&nbsp; Trust me.<br>
<blockquote>
<table class="quoteTable">
<tbody>
<tr>
<td valign="top" width="10"><img src="/Themes/AlmostGlass/images/icon-quote.gif"></td>
<td class="txt3"><strong>SecretSoftware wrote:</strong>
<hr size="1">
<i><br>
Its easy to charge and say people who look different and think different are hateful of the country we live in. But without descent , the very existence of this republic as a democratic republic is threatened.<br>
<br>
Hence I am critical of everything this government does. and that is as it should be.<br>
</i></td>
</tr>
</tbody>
</table>
</blockquote>
<br>
No, you are crazy as a loon.&nbsp; You don't come up with coherent thought, and you are wrong.<br>
<br>
Constantly.<br>
<blockquote>
<table class="quoteTable">
<tbody>
<tr>
<td valign="top" width="10"><img src="/Themes/AlmostGlass/images/icon-quote.gif"></td>
<td class="txt3"><strong>SecretSoftware wrote:</strong>
<hr size="1">
<i><br>
<br>
<blockquote>
<table class="quoteTable">
<tbody>
<tr>
<td valign="top" width="10"><img src="/Themes/AlmostGlass/images/icon-quote.gif"></td>
<td class="txt3"><strong>dahat wrote:</strong>
<hr size="1">
<i>&#65279;<br>
<br>
<blockquote>
<table class="quoteTable">
<tbody>
<tr>
<td valign="top" width="10"><img src="/Themes/AlmostGlass/images/icon-quote.gif"></td>
<td class="txt3"><strong>SecretSoftware wrote:</strong>
<hr size="1">
<i>The only reason its active, is for reasons of national security, which the government claims. That is why it has to be renewed, because its fundamentally antithetical to democratic value systems,and is outright illegal when measured against the 10-Amendment
 laws.</i></td>
</tr>
</tbody>
</table>
</blockquote>
<br>
<br>
Again, this is a UK law, not a US one and I guarantee you that even without the Patriot Act that a person who refuses to give up keys (like a reporter who has been ordered to give up their sources) will be jailed until they comply and it would all be perfectly
 legal.</i></td>
</tr>
</tbody>
</table>
</blockquote>
<br>
<br>
However, what if the reporter decrypted a dummy message, that says &quot;Dahat is a lunatic&quot;, when the real message says &quot;Attack D-Day at 10&quot;?<br>
<br>
I mean will that satisfy the people? Just to see a decryption of the message despite if its a true decryption or not?<br>
<br>
When does it stop? What if the police thinks that this is the dummy message and not the real one? When does it stop?<img src="/emoticons/emotion-5.gif" border="0"><br>
<br>
My $0.02 <br>
</i></td>
</tr>
</tbody>
</table>
</blockquote>
<br>
Your rights are not allowed to infringe upon mine.&nbsp; Your right to avoid search and seizure does not allow you to simply lock the bodies up in a safe any more than it allows you to encrypt communications that are evidence of a crime.<br>
<br>
A warrant, depending on its scope, can include a body cavity search.&nbsp; You may not like it, but it is, in fact, legal, just, and well within the constitution.<br>
<br>
I just wish you'd read it instead of ranting.</div>
</blockquote>
<br>
<br>
I am not talking about after the warrant is issued. I am talking about before it is issued. How to issue it against an encrypted file.<br>
<br>
Secondly, you don't understand the laws or their spirits. <br>
<br>
We don't live in the jungles of the Amazon. We live in a civilized society, where the rule of law triumphs.<br>
<br>
<br></p>]]></description>
		<link>http://channel9.msdn.com/Forums/Coffeehouse/258595-Hand-Over-Your-Keys-Or-Else/b9fd8932eecf4ed79c9c9deb0022e3ea#b9fd8932eecf4ed79c9c9deb0022e3ea</link>
		<pubDate>Tue, 20 Nov 2007 02:21:26 GMT</pubDate>
		<guid isPermaLink="false">http://channel9.msdn.com/Forums/Coffeehouse/258595-Hand-Over-Your-Keys-Or-Else/b9fd8932eecf4ed79c9c9deb0022e3ea#b9fd8932eecf4ed79c9c9deb0022e3ea</guid>
		<dc:creator>SecretSoftware</dc:creator>
		<slash:comments>107</slash:comments>
		<wfw:commentRss>http://channel9.msdn.com/Niners/SecretSoftware/Discussions/RSS</wfw:commentRss>
	</item>
	<item>
		<title>Coffeehouse - US Dolar sinks, what do you think?</title>
		<description><![CDATA[<p><blockquote>
<div class="quoteAuthor">phreaks wrote:</div>
<div class="quoteBody">&#65279;
<p>It's sinking for a number of reasons.<br>
<br>
Federal defecit, low interest rates, credit crisis,&nbsp; CDO/CDS debt backed securities trend, real-estate bubble, oil prices.<br>
<br>
Combine all of those issues which each in itself can become a problem if not managed properly and you have a really big problem.<br>
<br>
Current Outlook:&nbsp; Stormy.</p>
</div>
</blockquote>
<br>
<br>
NO. Its sinking because the Military, namely the Pentagon, spend all of that money on &quot;Star wars&quot; like equipment, that costs trillions of dollars.<br>
<br>
The stuff you sight would not have lead to the collapse of the dollar, rather it is the massive military spending, that&nbsp; Rumsfield did to transformed the Armed forces of the USA to the 21 century challenges.
<br>
<br>
This massive spending, is equal to all the world's military spending 400 times.<br>
<br>
They tell you that the credit crisis is to blame but its not. its the military spending that broke the back of the economy.<br>
<br>
Interestingly enough, that is how the Roman Empire collapsed, if you read history.<br>
<br>
My $0.02<br></p>]]></description>
		<link>http://channel9.msdn.com/Forums/Coffeehouse/250713-US-Dolar-sinks-what-do-you-think/9d72c4b1ade44e098fa29dec004162a8#9d72c4b1ade44e098fa29dec004162a8</link>
		<pubDate>Tue, 20 Nov 2007 02:06:43 GMT</pubDate>
		<guid isPermaLink="false">http://channel9.msdn.com/Forums/Coffeehouse/250713-US-Dolar-sinks-what-do-you-think/9d72c4b1ade44e098fa29dec004162a8#9d72c4b1ade44e098fa29dec004162a8</guid>
		<dc:creator>SecretSoftware</dc:creator>
		<slash:comments>59</slash:comments>
		<wfw:commentRss>http://channel9.msdn.com/Niners/SecretSoftware/Discussions/RSS</wfw:commentRss>
	</item>
	<item>
		<title>Coffeehouse - Hand Over Your Keys Or Else.</title>
		<description><![CDATA[<p><blockquote>
<div class="quoteAuthor">dahat wrote:</div>
<div class="quoteBody">&#65279;<br>
<br>
<blockquote>
<table class="quoteTable">
<tbody>
<tr>
<td valign="top" width="10"><img src="/Themes/AlmostGlass/images/icon-quote.gif"></td>
<td class="txt3"><strong>SecretSoftware wrote:</strong>
<hr size="1">
<i>but how does the police get a warrant in the first place? They have to suspect something in the first place to get a warrant after convincing the judge.</i></td>
</tr>
</tbody>
</table>
</blockquote>
<br>
<br>
Which is how they get the encrypted data in the first place and know that they need to ask for an encryption key or the decrypted data!<br>
<br>
</div>
</blockquote>
<br>
<br>
You are confused. Unlike a locked box, the encrypted file does not tell anything about its content. So how can the police think or suspect that it contains anything illegal? How can they go to the judge and say, well judge, the encryted file has sometihng we
 think will help us in prosecuting a case, please give us a warrant.<br>
<br>
The judge asks well, what makes you think that this is going to help you? <br>
<br>
What will they answer? Is it simply because of the fact that its an encrypted file that they are &quot;curious&quot; to searching?<br>
<br>
Did they see a bit of something that made them went to reveal the rest?<br>
<br>
An encrypted file is a closed System. Thus legally, you cannot use probable cause to ask for a warrant.
<br>
<br>
In the case of the car, if the police sees a dead cadavar in the back seat, then they can, and have every right to get a search warrant and search the car.<br>
<br>
But if they see absolutely nothing, then they cant suspect anything or use the probable cause argument either.<br>
<br>
In fact the police would be charged with violating the person's 10 ammendment rights, or Fundamental human rights laws.<br>
<br>
That is why the police would ask you &quot; if your okay with letting them search it, and if you dont agree, they will just give you a ticket, unless they see something that gives them probable cause to search&quot;.<br>
<br>
<br>
<blockquote>
<div class="quoteAuthor">dahat wrote:</div>
<div class="quoteBody">&#65279;<br>
<br>
<blockquote>
<table class="quoteTable">
<tbody>
<tr>
<td valign="top" width="10"><img src="/Themes/AlmostGlass/images/icon-quote.gif"></td>
<td class="txt3"><strong>SecretSoftware wrote:</strong>
<hr size="1">
<i>Well, many can argue that Patriot act is illegal if one challenges it against the 10 amendment rights.</i></td>
</tr>
</tbody>
</table>
</blockquote>
<br>
<br>
Just stop with your anti-Americanism and paranoia. We know you hate this country, we get the point, shut it.<br>
<br>
More so... the UK doesn't have the '10 amendment rights' or even the Bill of Rights... so once again you are arguing in the wrong jurisdiction!<br>
</div>
</blockquote>
<br>
Again, you have a warped view of people who think differently than you do. You hold the view that they are anti-American, even though they are not.<br>
<br>
You see, We , as the citizens of this country, have the right to remain valiant and alert, as per President Eisenhower's speech on the military industrial complex, to what the government does. We the people have the right to audit every thing the government
 does and to be critical of it, for that is how we maintain our democratic way of life, and our civil liberties.
<br>
<br>
Its easy to charge and say people who look different and think different are hateful of the country we live in. But without descent , the very existence of this republic as a democratic republic is threatened.<br>
<br>
Hence I am critical of everything this government does. and that is as it should be.<br>
<br>
<blockquote>
<div class="quoteAuthor">dahat wrote:</div>
<div class="quoteBody">&#65279;<br>
<br>
<blockquote>
<table class="quoteTable">
<tbody>
<tr>
<td valign="top" width="10"><img src="/Themes/AlmostGlass/images/icon-quote.gif"></td>
<td class="txt3"><strong>SecretSoftware wrote:</strong>
<hr size="1">
<i>The only reason its active, is for reasons of national security, which the government claims. That is why it has to be renewed, because its fundamentally antithetical to democratic value systems,and is outright illegal when measured against the 10-Amendment
 laws.</i></td>
</tr>
</tbody>
</table>
</blockquote>
<br>
<br>
Again, this is a UK law, not a US one and I guarantee you that even without the Patriot Act that a person who refuses to give up keys (like a reporter who has been ordered to give up their sources) will be jailed until they comply and it would all be perfectly
 legal.</div>
</blockquote>
<br>
<br>
However, what if the reporter decrypted a dummy message, that says &quot;Dahat is a lunatic&quot;, when the real message says &quot;Attack D-Day at 10&quot;?<br>
<br>
I mean will that satisfy the people? Just to see a decryption of the message despite if its a true decryption or not?<br>
<br>
When does it stop? What if the police thinks that this is the dummy message and not the real one? When does it stop?<img src='http://ecn.channel9.msdn.com/o9/content/images/emoticons/emotion-5.gif' alt='Wink' /><br>
<br>
My $0.02 <br>
<br>
PS: suppose Alice uses the One Time Pad, and Alice encrypts a message. The police says to ALice, give us your key or decrypt the message, Alice goes and use a dummy Key to get the dummy message. Given that for an OTP encrypted message , there are an infinite
 number of possible decryption, how does the police know if the decrypted message is what was in the encrypted message?<br>
<br>
You see , there is a fundamental shift of the onus of proof here. Alice has to proof to the police that she is not hiding illegal stuff in the encrypted file. According to the Law, the onus of proof is upon the police and the prosecutors not the accused.
<br>
<br>
Hence the law is illegal if measured against higher laws (10 amendment , or Fundamental Human rights acts), which takes precedent over any other lower applicable laws.<br></p>]]></description>
		<link>http://channel9.msdn.com/Forums/Coffeehouse/258595-Hand-Over-Your-Keys-Or-Else/6e55570d0db74b86af4c9deb0022e33d#6e55570d0db74b86af4c9deb0022e33d</link>
		<pubDate>Tue, 20 Nov 2007 02:02:47 GMT</pubDate>
		<guid isPermaLink="false">http://channel9.msdn.com/Forums/Coffeehouse/258595-Hand-Over-Your-Keys-Or-Else/6e55570d0db74b86af4c9deb0022e33d#6e55570d0db74b86af4c9deb0022e33d</guid>
		<dc:creator>SecretSoftware</dc:creator>
		<slash:comments>107</slash:comments>
		<wfw:commentRss>http://channel9.msdn.com/Niners/SecretSoftware/Discussions/RSS</wfw:commentRss>
	</item>
	<item>
		<title>Coffeehouse - US Dolar sinks, what do you think?</title>
		<description><![CDATA[<p><span id="BeginvidDescQxoP_9W6FC8"><a href="http://youtube.com/watch?v=QxoP_9W6FC8">David Walker, comptroller general of the US: US facing bankruption, and ultimate collapse.</a><br>
</span></p>]]></description>
		<link>http://channel9.msdn.com/Forums/Coffeehouse/250713-US-Dolar-sinks-what-do-you-think/0d3d1f81727c46ffa3919dec00416253#0d3d1f81727c46ffa3919dec00416253</link>
		<pubDate>Tue, 20 Nov 2007 01:32:45 GMT</pubDate>
		<guid isPermaLink="false">http://channel9.msdn.com/Forums/Coffeehouse/250713-US-Dolar-sinks-what-do-you-think/0d3d1f81727c46ffa3919dec00416253#0d3d1f81727c46ffa3919dec00416253</guid>
		<dc:creator>SecretSoftware</dc:creator>
		<slash:comments>59</slash:comments>
		<wfw:commentRss>http://channel9.msdn.com/Niners/SecretSoftware/Discussions/RSS</wfw:commentRss>
	</item>
	<item>
		<title>Coffeehouse - Hand Over Your Keys Or Else.</title>
		<description><![CDATA[<p><blockquote>
<div class="quoteAuthor">evildictaitor wrote:</div>
<div class="quoteBody">&#65279;
<blockquote>
<table class="quoteTable">
<tbody>
<tr>
<td valign="top" width="10"><img src="/Themes/AlmostGlass/images/icon-quote.gif"></td>
<td class="txt3"><strong>SecretSoftware wrote:</strong>
<hr size="1">
<i>&#65279;<br>
You are a certified retard.<br>
</i></td>
</tr>
</tbody>
</table>
</blockquote>
<br>
<br>
Let's all be nice now...<br>
</div>
</blockquote>
<br>
<br>
well we are!<br>
<blockquote>
<div class="quoteAuthor">evildictaitor wrote:</div>
<div class="quoteBody">&#65279;<br>
<br>
<blockquote>
<table class="quoteTable">
<tbody>
<tr>
<td valign="top" width="10"><img src="/Themes/AlmostGlass/images/icon-quote.gif"></td>
<td class="txt3"><strong>SecretSoftware wrote:</strong>
<hr size="1">
<i>&#65279;In law, the police tells you &quot;You have the right to remain silent&quot;. This comes from the law that says &quot;No one should be compelled to testify against themselves&quot;.</i></td>
</tr>
</tbody>
</table>
</blockquote>
<br>
That's absolutely true. I might point out you also don't have to testify against your spouse under the same legislation.<br>
<br>
This means the police cannot <i>force </i>you to say where you were on Tuesday at 8pm when the victim was killed, but the jury (in a criminal case) might come to the conclusion that silence is indication of guilt. Note that law says that the person is guilty
 if &quot;a jury of ordinary persons ... of good standing in the community find their peer to be guilty
<i>beyond reasonable doubt</i>&quot;, so failure to answer <i>can </i>and often <i>does
</i>act against you.<br>
</div>
</blockquote>
<br>
The jury has to abide by the law. If they think that someone's silence makes him/her guilty, then they violate the laws and their spirits. A person in the light of the law, is considered innocent until the prosecutor shows beyond a shadow of a doubt that they
 are guilty and demonstrate that to the judge and jury.<br>
<br>
So your arguement does not hold water in a court of law, and under the light of the Law.<br>
<blockquote>
<div class="quoteAuthor">evildictaitor wrote:</div>
<div class="quoteBody">&#65279;<br>
<blockquote>
<table class="quoteTable">
<tbody>
<tr>
<td valign="top" width="10"><img src="/Themes/AlmostGlass/images/icon-quote.gif"></td>
<td class="txt3"><strong>SecretSoftware wrote:</strong>
<hr size="1">
<i>&#65279;<br>
The same thing in the Computer &quot;Brain&quot;. You should not be compelled to decrypt thoughts in electronic form. Your computer has the right to remain silent, and not display what ever thoughts you have, saved in an encrypted form.<br>
</i></td>
</tr>
</tbody>
</table>
</blockquote>
<br>
<br>
This seems an illformed thought; The police have every right to sieze your data and to look through it, and your failing to give RSA keys to decrypt the information might suggest to a reasonable jury that you have something to hide. The police can also obtain
 a warrant from a judge which neccesitates you to give up your RSA key, at which point failure to do so is contempt of court.<br>
</div>
</blockquote>
<br>
<br>
No the police does not have ANY right to randomly select any individual and sift through their computer files, or any types of files, unless they first detect something that is not bound by a resonable expectation of privacy, and use that to convince a judge
 to issue a warrant to find further evidence to support a legal case.<br>
<br>
How are you going to obtain a warrant, if there is nothing to suspect in the first place?<br>
<br>
I mean a police can get a warrant, to search your car, if they smell drugs comming out of the car. But if they smell nothing, they have no right to search your car under the constitution.<br>
<br>
<blockquote>
<div class="quoteAuthor">evildictaitor wrote:</div>
<div class="quoteBody">&#65279;<br>
<br>
<blockquote>
<table class="quoteTable">
<tbody>
<tr>
<td valign="top" width="10"><img src="/Themes/AlmostGlass/images/icon-quote.gif"></td>
<td class="txt3"><strong>SecretSoftware wrote:</strong>
<hr size="1">
<i>Many can argue that the brain is complex, and its thought patterns are encrypted and decrypted using the tongue of the person.</i></td>
</tr>
</tbody>
</table>
</blockquote>
<br>
<br>
They can and they might, but that wouldn't hold up in court.<br>
<br>
</div>
</blockquote>
<br>
Actually , we are in some form , an organic based computer.<br>
<blockquote>
<div class="quoteAuthor">evildictaitor wrote:</div>
<div class="quoteBody">&#65279;<br>
<br>
<blockquote>
<table class="quoteTable">
<tbody>
<tr>
<td valign="top" width="10"><img src="/Themes/AlmostGlass/images/icon-quote.gif"></td>
<td class="txt3"><strong>SecretSoftware wrote:</strong>
<hr size="1">
<i>If the brain has the right to not be compelled to reveal &quot;witness testimony&quot; that could be incriminating, then the computer should be given the benefit of the doubt.</i></td>
</tr>
</tbody>
</table>
</blockquote>
<br>
Computers are things, not people. The law does not consider them to be a witness, but rather to be evidence.<br>
<br>
</div>
</blockquote>
<br>
see above. Computers belong to people. ANd the laws that protect people's rights to privacy, include, by definition, their belongings.<br>
<blockquote>
<div class="quoteAuthor">evildictaitor wrote:</div>
<div class="quoteBody">&#65279;<br>
<br>
<blockquote>
<table class="quoteTable">
<tbody>
<tr>
<td valign="top" width="10"><img src="/Themes/AlmostGlass/images/icon-quote.gif"></td>
<td class="txt3"><strong>SecretSoftware wrote:</strong>
<hr size="1">
<i>&#65279;<br>
Its not a gestapo.<br>
</i></td>
</tr>
</tbody>
</table>
</blockquote>
<br>
<a href="http://en.wikipedia.org/wiki/Godwin%27s_law">Godwin's law!</a><br>
<br>
<blockquote>
<table class="quoteTable">
<tbody>
<tr>
<td valign="top" width="10"><img src="/Themes/AlmostGlass/images/icon-quote.gif"></td>
<td class="txt3"><strong>SecretSoftware wrote:</strong>
<hr size="1">
<i>&#65279;<br>
Tomorrow, <a href="http://gizmodo.com/gadgets/microsoft/microsoft-wants-to-back-up-your-brain-323407.php">
MS wants to be able to backup your brain</a>, does that mean that your most intimate thoughts can be deciphered just to figure out if they have incriminating evidence or not?<br>
</i></td>
</tr>
</tbody>
</table>
</blockquote>
<br>
As the law stands, if the police had a warrant to do so then yes. I'm not saying it
<i>should</i> be like that, merely that it <i>is</i>.<br>
<br>
</div>
</blockquote>
<br>
but how does the police get a warrant in the first place? They have to suspect something in the first place to get a warrant after convincing the judge.<br>
<blockquote>
<div class="quoteAuthor">evildictaitor wrote:</div>
<div class="quoteBody">&#65279;<br>
<br>
<blockquote>
<table class="quoteTable">
<tbody>
<tr>
<td valign="top" width="10"><img src="/Themes/AlmostGlass/images/icon-quote.gif"></td>
<td class="txt3"><strong>SecretSoftware wrote:</strong>
<hr size="1">
<i>&#65279;<br>
This is officially will end the meaning of privacy that we ought to enjoy in democratic systems.</i></td>
</tr>
</tbody>
</table>
</blockquote>
<br>
And yet you don't object to terrorist legislation? This precedent is mild compared to Guantanamo bay.<br>
<br>
</div>
</blockquote>
<br>
Well, many can argue that Patriot act is illegal if one challenges it against the 10 amendment rights.
<br>
<br>
The only reason its active, is for reasons of national security, which the government claims. That is why it has to be renewed, because its fundamentally antithetical to democratic value systems,and is outright illegal when measured against the 10-Amendment
 laws.<br>
<blockquote>
<div class="quoteAuthor">evildictaitor wrote:</div>
<div class="quoteBody">&#65279;<br>
<br>
<blockquote>
<table class="quoteTable">
<tbody>
<tr>
<td valign="top" width="10"><img src="/Themes/AlmostGlass/images/icon-quote.gif"></td>
<td class="txt3"><strong>SecretSoftware wrote:</strong>
<hr size="1">
<i>&#65279;Common man, you don't have to be that dense.</i></td>
</tr>
</tbody>
</table>
</blockquote>
<br>
<br>
But you have to remember the theorem of universal stupidity:<br>
<i><b>Everyone is stupid.</b></i><br>
<br>
Consequence 1: Even you.<br>
Consequence 2: Even me.<br>
Consequence 3: By 1, even when you take this law into account, they are still stupider than you thought they would be.<br>
</div>
</blockquote>
<br>
<br>
Well, that may be true, but there are levels to stupidity. Not every one shares the same level of stupidity.<img src='http://ecn.channel9.msdn.com/o9/content/images/emoticons/emotion-4.gif' alt='Tongue Out' /><br></p>]]></description>
		<link>http://channel9.msdn.com/Forums/Coffeehouse/258595-Hand-Over-Your-Keys-Or-Else/d42a6b0b3b0b4748b9799deb0022e2c9#d42a6b0b3b0b4748b9799deb0022e2c9</link>
		<pubDate>Tue, 20 Nov 2007 01:17:37 GMT</pubDate>
		<guid isPermaLink="false">http://channel9.msdn.com/Forums/Coffeehouse/258595-Hand-Over-Your-Keys-Or-Else/d42a6b0b3b0b4748b9799deb0022e2c9#d42a6b0b3b0b4748b9799deb0022e2c9</guid>
		<dc:creator>SecretSoftware</dc:creator>
		<slash:comments>107</slash:comments>
		<wfw:commentRss>http://channel9.msdn.com/Niners/SecretSoftware/Discussions/RSS</wfw:commentRss>
	</item>
	<item>
		<title>Coffeehouse - Hand Over Your Keys Or Else.</title>
		<description><![CDATA[<p><blockquote>
<div class="quoteAuthor">dahat wrote:</div>
<div class="quoteBody">&#65279;
<p>Wow, you don't even read or think about the crap you post here do you?<br>
<br>
</p>
<blockquote>
<table class="quoteTable">
<tbody>
<tr>
<td valign="top" width="10"><img src="/Themes/AlmostGlass/images/icon-quote.gif"></td>
<td class="txt3"><strong>SecretSoftware wrote:</strong>
<hr size="1">
<i>&#65279;From the article, it seems like she is just a random individual that they wanted to test the new law on.</i></td>
</tr>
</tbody>
</table>
</blockquote>
<br>
<br>
Yes, because the police had absolutely no authority or reason to seize her PC in the first place and said &quot;oh what the heck, lets grab her PC when she's not looking, sit on it for a few months and then demand her keys.&quot;<br>
<br>
<blockquote>
<table class="quoteTable">
<tbody>
<tr>
<td valign="top" width="10"><img src="/Themes/AlmostGlass/images/icon-quote.gif"></td>
<td class="txt3"><strong>SecretSoftware wrote:</strong>
<hr size="1">
<i>But I could be wrong.</i></td>
</tr>
</tbody>
</table>
</blockquote>
<br>
<br>
Could be? I honestly cannot say there has been a case here where you HAVE NOT been wrong.<br>
<br>
<blockquote>
<table class="quoteTable">
<tbody>
<tr>
<td valign="top" width="10"><img src="/Themes/AlmostGlass/images/icon-quote.gif"></td>
<td class="txt3"><strong>SecretSoftware wrote:</strong>
<hr size="1">
<i>My problem here is, why force someone to give their encryption keys, under threat of jail time?</i></td>
</tr>
</tbody>
</table>
</blockquote>
<br>
<br>
That's not your only problem... cause another one of them is your not reading what is said here.
<p></p>
<p>It has been said numerous times by multiple people that this is little different than a regular search warrant. Don't want to let the police into your house? Fine, you'll be charged with obstruction and your door will be broken down. This is just a codification
 of that for the digital age.<br>
<br>
... or are you saying that a person should be able to prevent the police with a warrant from searching their house because the purpose of the locks on the doors is to keep people out?<br>
<br>
</p>
<blockquote>
<table class="quoteTable">
<tbody>
<tr>
<td valign="top" width="10"><img src="/Themes/AlmostGlass/images/icon-quote.gif"></td>
<td class="txt3"><strong>SecretSoftware wrote:</strong>
<hr size="1">
<i>Does not that defeat the whole purpose of cryptography?</i></td>
</tr>
</tbody>
</table>
</blockquote>
<br>
<br>
Again you miss the point.&nbsp;Cryptography (just like locks and safes) are intended to keep out most people... but NOT make it impossible for&nbsp;duly authorized law enforcement agents to search them and their contents.<br>
<br>
If&nbsp;we are all very&nbsp;lucky... one day you will be ordered to do something by a judge... and either refuse or be unable to do so (possibly due to another order from that or another judge) and be charged with contempt and see how all of this works.<br>
&nbsp;<br>
<blockquote>
<table class="quoteTable">
<tbody>
<tr>
<td valign="top" width="10"><img src="/Themes/AlmostGlass/images/icon-quote.gif"></td>
<td class="txt3"><strong>SecretSoftware wrote:</strong>
<hr size="1">
<i>Private keys needs to be private.</i></td>
</tr>
</tbody>
</table>
</blockquote>
<br>
<br>
So don't let anyone into that safe when the police show up with a search <span>warrant
</span>and see what happens, more so:<br>
<br>
<blockquote>
<table class="quoteTable">
<tbody>
<tr>
<td valign="top" width="10"><img src="/Themes/AlmostGlass/images/icon-quote.gif"></td>
<td class="txt3"><strong>TFA wrote:</strong>
<hr size="1">
<i>it allows police to demand encryption keys or provide a clear text transcript of encrypted text.</i></td>
</tr>
</tbody>
</table>
</blockquote>
<br>
<br>
Funny how you missed the easy way pointed out by the article that a person could go without giving up their encryption keys.<br>
<br>
<blockquote>
<table class="quoteTable">
<tbody>
<tr>
<td valign="top" width="10"><img src="/Themes/AlmostGlass/images/icon-quote.gif"></td>
<td class="txt3"><strong>SecretSoftware wrote:</strong>
<hr size="1">
<i>What if a Company has secrets, and they are suspected by Police, to have committed a crime (think Exon Mobile or the others).</i></td>
</tr>
</tbody>
</table>
</blockquote>
<br>
<br>
It's called a warrant.<br>
<br>
<blockquote>
<table class="quoteTable">
<tbody>
<tr>
<td valign="top" width="10"><img src="/Themes/AlmostGlass/images/icon-quote.gif"></td>
<td class="txt3"><strong>SecretSoftware wrote:</strong>
<hr size="1">
<i>Why should anyone be compelled to &quot;give evidence against themselfs&quot;?</i></td>
</tr>
</tbody>
</table>
</blockquote>
<br>
<br>
Just as a person can refuse to answer a question in court, a person can refuse to give up the keys or let the police into their house... there may however be penalties. I'm sorry that you do not see that this is not an isolated type of law.<br>
<br>
<blockquote>
<table class="quoteTable">
<tbody>
<tr>
<td valign="top" width="10"><img src="/Themes/AlmostGlass/images/icon-quote.gif"></td>
<td class="txt3"><strong>SecretSoftware wrote:</strong>
<hr size="1">
<i>or break the whole purpose of cryptography use?</i></td>
</tr>
</tbody>
</table>
</blockquote>
<br>
<br>
It's sad that you are so worried about encryption but don't care that police can force their way into your home or a safe with a warrant.<br>
<br>
And yet... you have yet to explain why ones encryption keys and a safe are any different as you are effectively arguing.<br>
<br>
<blockquote>
<table class="quoteTable">
<tbody>
<tr>
<td valign="top" width="10"><img src="/Themes/AlmostGlass/images/icon-quote.gif"></td>
<td class="txt3"><strong>SecretSoftware wrote:</strong>
<hr size="1">
<i>You see it does not make sense to me.</i></td>
</tr>
</tbody>
</table>
</blockquote>
<br>
<br>
That happens when you refuse to think.<br>
&nbsp;<br>
<blockquote>
<table class="quoteTable">
<tbody>
<tr>
<td valign="top" width="10"><img src="/Themes/AlmostGlass/images/icon-quote.gif"></td>
<td class="txt3"><strong>SecretSoftware wrote:</strong>
<hr size="1">
<i>How do they suspect that an encrypted file has anything to do with a given crime?</i></td>
</tr>
</tbody>
</table>
</blockquote>
<br>
<br>
Same reason they will ask to look behind a locked door when they come to search your house with a warrant (funny that word coming up again isn't it?), they have reason to believe there is evidence of a crime and will look everywhere they have authority to do
 so to find it.<br>
<br>
<blockquote>
<table class="quoteTable">
<tbody>
<tr>
<td valign="top" width="10"><img src="/Themes/AlmostGlass/images/icon-quote.gif"></td>
<td class="txt3"><strong>SecretSoftware wrote:</strong>
<hr size="1">
<i>They might be non related, and so them asking for her crypto-keys is illegal under the law, because there is no evidence in plain site for the police to see, and suspect something.</i></td>
</tr>
</tbody>
</table>
</blockquote>
<br>
<br>
Again you show your refusal to think. This has nothing to do with 'plain site', <strong>
if</strong> they have a right to search your house, they have the right to read every single peice of paper with in it and search every nook and cranny... including seize your PC and read everything on it (if it is part of the warrant in most places).<br>
<br>
<blockquote>
<table class="quoteTable">
<tbody>
<tr>
<td valign="top" width="10"><img src="/Themes/AlmostGlass/images/icon-quote.gif"></td>
<td class="txt3"><strong>SecretSoftware wrote:</strong>
<hr size="1">
<i>So this law is anti-antithetical to a democratic system's values.</i></td>
</tr>
</tbody>
</table>
</blockquote>
<br>
<br>
Yes, because you are such an expert on&nbsp;&quot;a democratic system's values&quot; Given you have yet to prove anything on this issue and keep screaming about &quot;rape&quot;... you really are in no position to make such an assertion.
<p></p>
</div>
</blockquote>
<br>
<br>
You are a certified retard.<br>
<br>
In law, the police tells you &quot;You have the right to remain silent&quot;. This comes from the law that says &quot;No one should be compelled to testify against themselves&quot;.<br>
<br>
So, this protects &quot;witness evidence&quot; that exists in the person's head (locked in a brain wave of thought). And you should not be compelled to decrypt the brain wave thought, using your tongue.<br>
<br>
The same thing in the Computer &quot;Brain&quot;. You should not be compelled to decrypt thoughts in electronic form. Your computer has the right to remain silent, and not display what ever thoughts you have, saved in an encrypted form.<br>
<br>
Many can argue that the brain is complex, and its thought patterns are encrypted and decrypted using the tongue of the person.<br>
<br>
If the brain has the right to not be compelled to reveal &quot;witness testimony&quot; that could be incriminating, then the computer should be given the benefit of the doubt.<br>
<br>
Its not a gestapo.<br>
<br>
Tomorrow, <a href="http://gizmodo.com/gadgets/microsoft/microsoft-wants-to-back-up-your-brain-323407.php">
MS wants to be able to backup your brain</a>, does that mean that your most intimate thoughts can be deciphered just to figure out if they have incriminating evidence or not?<br>
<br>
This officially will end the meaning of privacy that we ought to enjoy in democratic systems.<br>
<br>
Common man, you don't have to be that dense.<br></p>]]></description>
		<link>http://channel9.msdn.com/Forums/Coffeehouse/258595-Hand-Over-Your-Keys-Or-Else/b6de4f3dec5c4ab2980d9deb0022e1cb#b6de4f3dec5c4ab2980d9deb0022e1cb</link>
		<pubDate>Tue, 20 Nov 2007 00:54:14 GMT</pubDate>
		<guid isPermaLink="false">http://channel9.msdn.com/Forums/Coffeehouse/258595-Hand-Over-Your-Keys-Or-Else/b6de4f3dec5c4ab2980d9deb0022e1cb#b6de4f3dec5c4ab2980d9deb0022e1cb</guid>
		<dc:creator>SecretSoftware</dc:creator>
		<slash:comments>107</slash:comments>
		<wfw:commentRss>http://channel9.msdn.com/Niners/SecretSoftware/Discussions/RSS</wfw:commentRss>
	</item>
	<item>
		<title>Coffeehouse - Hand Over Your Keys Or Else.</title>
		<description><![CDATA[<p><blockquote>
<div class="quoteAuthor">cheong wrote:</div>
<div class="quoteBody">&#65279;Let just bet what will be next: Perheps if they <b>think</b> you have evidence that you've commited a crime and you don't give it out, you'd commit a crime?<br>
<br>
Wouldn't that be more simple?<img src="/emoticons/emotion-14.gif" border="0"><br>
</div>
</blockquote>
<br>
<br>
Yes, I agree.<br>
<br>
I don't know why other people can't see the immorality of this law in a democratic system.<img src='http://ecn.channel9.msdn.com/o9/content/images/emoticons/emotion-8.gif' alt='Expressionless' /><br></p>]]></description>
		<link>http://channel9.msdn.com/Forums/Coffeehouse/258595-Hand-Over-Your-Keys-Or-Else/e47a19962ae14551aa579deb0022e14a#e47a19962ae14551aa579deb0022e14a</link>
		<pubDate>Mon, 19 Nov 2007 23:22:04 GMT</pubDate>
		<guid isPermaLink="false">http://channel9.msdn.com/Forums/Coffeehouse/258595-Hand-Over-Your-Keys-Or-Else/e47a19962ae14551aa579deb0022e14a#e47a19962ae14551aa579deb0022e14a</guid>
		<dc:creator>SecretSoftware</dc:creator>
		<slash:comments>107</slash:comments>
		<wfw:commentRss>http://channel9.msdn.com/Niners/SecretSoftware/Discussions/RSS</wfw:commentRss>
	</item>
	<item>
		<title>Coffeehouse - Hand Over Your Keys Or Else.</title>
		<description><![CDATA[<p><blockquote>
<div class="quoteAuthor">Mark Brown wrote:</div>
<div class="quoteBody">&#65279;
<blockquote>
<table class="quoteTable">
<tbody>
<tr>
<td valign="top" width="10"><img src="/Themes/AlmostGlass/images/icon-quote.gif"></td>
<td class="txt3"><strong>SecretSoftware wrote:</strong>
<hr size="1">
<i>&#65279;<br>
<br>
<blockquote>
<table class="quoteTable">
<tbody>
<tr>
<td valign="top" width="10"><img src="/Themes/AlmostGlass/images/icon-quote.gif"></td>
<td class="txt3"><strong>Article wrote:</strong>
<hr size="1">
<i>&#65279;<br>
&quot;Now apparently they have found some encrypted files on my computer (which was stolen by police thugs in May this year) which
<b>they think they have 'reasonable suspicion' to pry into using the excuse of 'preventing or detecting a crime</b>',&quot; she writes.<br>
</i></td>
</tr>
</tbody>
</table>
</blockquote>
<br>
<br>
Learning to read, helps<img src="/emoticons/emotion-1.gif" border="0"><br>
</i></td>
</tr>
</tbody>
</table>
</blockquote>
<br>
<br>
My reading is just fine. Still doesn't explain what crime she committed that the police would need to see encrypted information on her computer.</div>
</blockquote>
<br>
<br>
From the article, it seems like she is just a random individual that they wanted to test the new law on. But I could be wrong.<br>
<br>
My problem here is, why force someone to give their encryption keys, under threat of jail time?<br>
<br>
Does not that defeat the whole purpose of cryptography? Private keys needs to be private.<br>
<br>
What if a Company has secrets, and they are suspected by Police, to have committed a crime (think Exon Mobile or the others). Why should anyone be compelled to &quot;give evidence against themselfs&quot;? or break the whole purpose of cryptography use?<br>
<br>
You see it does not make sense to me. How do they suspect that an encrypted file has anything to do with a given crime? They might be non related, and so them asking for her crypto-keys is illegal under the law, because there is no evidence in plain site for
 the police to see, and suspect something.<br>
<br>
So this law is anti-antithetical to a democratic system's values.<br></p>]]></description>
		<link>http://channel9.msdn.com/Forums/Coffeehouse/258595-Hand-Over-Your-Keys-Or-Else/0d9e5f0b5d3b4334898e9deb0022e120#0d9e5f0b5d3b4334898e9deb0022e120</link>
		<pubDate>Mon, 19 Nov 2007 23:20:18 GMT</pubDate>
		<guid isPermaLink="false">http://channel9.msdn.com/Forums/Coffeehouse/258595-Hand-Over-Your-Keys-Or-Else/0d9e5f0b5d3b4334898e9deb0022e120#0d9e5f0b5d3b4334898e9deb0022e120</guid>
		<dc:creator>SecretSoftware</dc:creator>
		<slash:comments>107</slash:comments>
		<wfw:commentRss>http://channel9.msdn.com/Niners/SecretSoftware/Discussions/RSS</wfw:commentRss>
	</item>
</channel>
</rss>