<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>SteveOH &#187; encrypt</title>
	<atom:link href="http://www.steve-oh.com/blog/index.php/tag/encrypt/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.steve-oh.com/blog</link>
	<description>Steve O Hernandez - Technology, Real Life, Advice</description>
	<lastBuildDate>Fri, 03 Feb 2012 16:51:41 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>Ubuntu / Debian Windows 7 Dual Boot System Encryption with TrueCrypt</title>
		<link>http://www.steve-oh.com/blog/index.php/ubuntu-debian-windows-7-dual-boot-system-encryption-with-truecrypt/</link>
		<comments>http://www.steve-oh.com/blog/index.php/ubuntu-debian-windows-7-dual-boot-system-encryption-with-truecrypt/#comments</comments>
		<pubDate>Thu, 02 Jun 2011 13:48:55 +0000</pubDate>
		<dc:creator>Steve O Hernandez</dc:creator>
				<category><![CDATA[Technology]]></category>
		<category><![CDATA[debian]]></category>
		<category><![CDATA[dual boot]]></category>
		<category><![CDATA[encrypt]]></category>
		<category><![CDATA[encryption]]></category>
		<category><![CDATA[grub]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[problem]]></category>
		<category><![CDATA[solution]]></category>
		<category><![CDATA[system]]></category>
		<category><![CDATA[truecrypt]]></category>
		<category><![CDATA[ubuntu]]></category>
		<category><![CDATA[vista]]></category>
		<category><![CDATA[windows]]></category>
		<category><![CDATA[windows 7]]></category>

		<guid isPermaLink="false">http://www.steve-oh.com/blog/?p=327</guid>
		<description><![CDATA[I will be doing this configuration on my test machine very soon since my previous guide (here) is a bit outdated.  For now you can follow the previous instructions and modify them per the instructions below: From SuperUser: I&#8217;ve done it but not exactly like in your link, because of some kind of problem (bug?) [...]]]></description>
			<content:encoded><![CDATA[<p>I will be doing this configuration on my test machine very soon since my previous guide (<a href="http://www.steve-oh.com/blog/index.php/ubuntu-vista-dual-boot-full-encryption-with-truecrypt/" target="_blank">here</a>) is a bit outdated.  For now you can follow the previous instructions and modify them per the instructions below:</p>
<p>From <a href="http://superuser.com/questions/251109/encrypt-multiple-systems-win7-deb" target="_blank">SuperUser</a>:</p>
<p>I&#8217;ve done it <img src='http://www.steve-oh.com/blog/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' />  but not exactly like in your link, because of some kind of <a href="http://www.steve-oh.com/blog/index.php/tag/problem/" class="st_tag internal_tag" rel="tag" title="Posts tagged with problem">problem</a> (bug?) in <a href="http://www.steve-oh.com/blog/index.php/tag/grub/" class="st_tag internal_tag" rel="tag" title="Posts tagged with grub">Grub</a>2 (tutorial is with <a href="http://www.steve-oh.com/blog/index.php/tag/grub/" class="st_tag internal_tag" rel="tag" title="Posts tagged with grub">grub</a> &#8220;1&#8243; but I&#8217;ve <a href="http://www.steve-oh.com/blog/index.php/tag/grub/" class="st_tag internal_tag" rel="tag" title="Posts tagged with grub">Grub</a>2), specifically in this</p>
<blockquote><p>title <a href="http://www.steve-oh.com/blog/index.php/tag/windows/" class="st_tag internal_tag" rel="tag" title="Posts tagged with windows">Windows</a> <a href="http://www.steve-oh.com/blog/index.php/tag/vista/" class="st_tag internal_tag" rel="tag" title="Posts tagged with vista">Vista</a>/Longhorn<br />
rootnoverify (hd0,0) makeactive<br />
<strong>chainloader (hd0,1)/<a href="http://www.steve-oh.com/blog/index.php/tag/truecrypt/" class="st_tag internal_tag" rel="tag" title="Posts tagged with truecrypt">truecrypt</a>.mbr</strong><br />
boot</p></blockquote>
<p>The problem is known and posted on many forums.</p>
<p>My <a href="http://www.steve-oh.com/blog/index.php/tag/solution/" class="st_tag internal_tag" rel="tag" title="Posts tagged with solution">solution</a> was:</p>
<ol>
<li><a href="http://www.steve-oh.com/blog/index.php/tag/encrypt/" class="st_tag internal_tag" rel="tag" title="Posts tagged with encrypt">Encrypt</a> Windows7 <a href="http://www.steve-oh.com/blog/index.php/tag/system/" class="st_tag internal_tag" rel="tag" title="Posts tagged with system">system</a> partition using truecrypt, selecting Single boot and overwriting Grub2 loader with truecrypt loader</li>
<li>Boot <a href="http://www.steve-oh.com/blog/index.php/tag/debian/" class="st_tag internal_tag" rel="tag" title="Posts tagged with debian">Debian</a> from Rescue CD and install grub2 bootloader NOT on MBR but on /dev/sda3 which is <a href="http://www.steve-oh.com/blog/index.php/tag/debian/" class="st_tag internal_tag" rel="tag" title="Posts tagged with debian">Debian</a> / partition (so truecrypt loader was not overrided)</li>
</ol>
<p>Now while booting truecrypt bootmenu is shown and if I&#8217;d access Win7 I&#8217;m entering password, but if I&#8217;d enter debian (via Grub2) I hit esc key and then truecrypt loader is searching all other partitions for boot loader and finding Grub2 which resides on /dev/sda3 and load system properly.</p>
<p>I think its the best way to do this for now (until sb find resolution for Grub2 to read /boot/truecrypt.mbr without errors).</p>

	Tags: <a href="http://www.steve-oh.com/blog/index.php/tag/debian/" title="debian" rel="tag">debian</a>, <a href="http://www.steve-oh.com/blog/index.php/tag/dual-boot/" title="dual boot" rel="tag">dual boot</a>, <a href="http://www.steve-oh.com/blog/index.php/tag/encrypt/" title="encrypt" rel="tag">encrypt</a>, <a href="http://www.steve-oh.com/blog/index.php/tag/encryption/" title="encryption" rel="tag">encryption</a>, <a href="http://www.steve-oh.com/blog/index.php/tag/grub/" title="grub" rel="tag">grub</a>, <a href="http://www.steve-oh.com/blog/index.php/tag/linux/" title="linux" rel="tag">linux</a>, <a href="http://www.steve-oh.com/blog/index.php/tag/problem/" title="problem" rel="tag">problem</a>, <a href="http://www.steve-oh.com/blog/index.php/tag/solution/" title="solution" rel="tag">solution</a>, <a href="http://www.steve-oh.com/blog/index.php/tag/system/" title="system" rel="tag">system</a>, <a href="http://www.steve-oh.com/blog/index.php/tag/truecrypt/" title="truecrypt" rel="tag">truecrypt</a>, <a href="http://www.steve-oh.com/blog/index.php/tag/ubuntu/" title="ubuntu" rel="tag">ubuntu</a>, <a href="http://www.steve-oh.com/blog/index.php/tag/vista/" title="vista" rel="tag">vista</a>, <a href="http://www.steve-oh.com/blog/index.php/tag/windows/" title="windows" rel="tag">windows</a>, <a href="http://www.steve-oh.com/blog/index.php/tag/windows-7/" title="windows 7" rel="tag">windows 7</a><br />
]]></content:encoded>
			<wfw:commentRss>http://www.steve-oh.com/blog/index.php/ubuntu-debian-windows-7-dual-boot-system-encryption-with-truecrypt/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Guidelines to Development on the Hollywood Operating System</title>
		<link>http://www.steve-oh.com/blog/index.php/guidelines-to-development-on-the-hollywood-operating-system/</link>
		<comments>http://www.steve-oh.com/blog/index.php/guidelines-to-development-on-the-hollywood-operating-system/#comments</comments>
		<pubDate>Thu, 05 Nov 2009 17:48:32 +0000</pubDate>
		<dc:creator>Steve O Hernandez</dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[Technology]]></category>
		<category><![CDATA[computers]]></category>
		<category><![CDATA[develop]]></category>
		<category><![CDATA[development]]></category>
		<category><![CDATA[email]]></category>
		<category><![CDATA[encrypt]]></category>
		<category><![CDATA[how to]]></category>
		<category><![CDATA[mail]]></category>
		<category><![CDATA[microsoft]]></category>
		<category><![CDATA[operating system]]></category>
		<category><![CDATA[process]]></category>
		<category><![CDATA[security]]></category>
		<category><![CDATA[solution]]></category>
		<category><![CDATA[system]]></category>
		<category><![CDATA[windows]]></category>
		<category><![CDATA[xp]]></category>

		<guid isPermaLink="false">http://www.steve-oh.com/blog/?p=276</guid>
		<description><![CDATA[Courtesy of Cain&#8217;s Brain. 1. Any PERMISSION DENIED has an OVERRIDE function. 2. Complex calculations and loading of huge amounts of data will be accomplished in under three seconds. In the movies, modems transmit data at two gigabytes per second. 3. When the power plant/missile site/whatever overheats, all the control panels will explode, as will [...]]]></description>
			<content:encoded><![CDATA[<p style="text-align: center;"><strong>Courtesy of Cain&#8217;s Brain.</strong></p>
<p>1. Any PERMISSION DENIED has an OVERRIDE function.</p>
<p>2. Complex calculations and loading of huge amounts of data will be accomplished in under three seconds. In the movies, modems transmit data at two gigabytes per second.</p>
<p>3. When the power plant/missile site/whatever overheats, all the control panels will explode, as will the entire building.</p>
<p>4. If you display a file on the screen and someone deletes the file, it also disappears from the screen. There are no ways to copy a backup file &#8212; and there are no undelete utilities.</p>
<p>Corollary: Deleting a file instantly removes all copies of said file from disks, memory, frame buffers and caches across all <a href="http://www.steve-oh.com/blog/index.php/tag/computers/" class="st_tag internal_tag" rel="tag" title="Posts tagged with computers">computers</a> in the universe.</p>
<p>5. If a disk has got encrypted files, you are automatically asked for a password when you try to access it.</p>
<p>6. No matter what kind of computer disk it is, it&#8217;ll be readable by any <a href="http://www.steve-oh.com/blog/index.php/tag/system/" class="st_tag internal_tag" rel="tag" title="Posts tagged with system">system</a> you put it into. All application software is usable by all computer platforms.</p>
<p>7. The more high-tech the equipment, the more buttons it has. However, everyone must have been highly trained, because the buttons aren&#8217;t labeled.</p>
<p>8. Most computers, no matter how small, have reality-defying three-dimensional, real-time, photo-realistic animated graphics capability.</p>
<p>9. Laptops, for some strange reason, always seem to have amazing real-time video phone capabilities and the performance of a CRAY.</p>
<p>10. Whenever a character looks at a terminal, the image is so bright that it projects itself onto his/her face.</p>
<p>11. Computers never crash during key, high-intensity activities. Humans operating computers never make mistakes under stress.</p>
<p>12. (From Independence Day) No matter what kind of virus it is, any computer can be infected with it &#8212; even an alien spaceship&#8217;s computer &#8212; simply by running a virus upload program on a laptop.</p>
<p>13. (From Jurassic Park) A custom system with millions of lines of code controlling a multimillion dollar theme park can be operated by a 13 year old who has seen a Unix system before. Seeing an <a href="http://www.steve-oh.com/blog/index.php/tag/operating-system/" class="st_tag internal_tag" rel="tag" title="Posts tagged with operating system">operating system</a> means you know <a href="http://www.steve-oh.com/blog/index.php/tag/how-to/" class="st_tag internal_tag" rel="tag" title="Posts tagged with how to">how to</a> run any application on that system, even custom apps.</p>
<p style="padding-left: 30px;">Note: What OS was it really running?</p>
<p style="padding-left: 30px;">(1) &#8220;These are super computers&#8221;.  A CrayOS?</p>
<p style="padding-left: 30px;">(2) &#8220;Quicktime movie, Apple logo, trash can.&#8221;  MacOS?</p>
<p style="padding-left: 30px;">(3) &#8220;Reboot. System ready. C:\&#8221;  DOS?</p>
<p style="padding-left: 30px;">(4) &#8220;Hey, this is Unix.  I know this&#8221;  Unix?</p>
<p style="padding-left: 30px;">The computers in Jurassic Park were Cray supercomputers running the MacOS as a graphical shell of DOS all layered on top of a Unix base.</p>
<p>14. You cannot stop a destructive program or virus by unplugging the computer. Presumably the virus has it&#8217;s own built-in power supply.</p>
<p>15. You cannot stop a destructive program downloading onto your system by unplugging the phone line. You must figure out the mandatory &#8220;back door&#8221; all evil virus programmers put in.</p>
<p>16. Computers only crash if a virus or a hacker is involved.</p>
<p>17. All text must be at least 72 point.</p>
<p>18. Word processors do not have an insert point.</p>
<p>19. The only way to reboot is to shut off the main power to the building.</p>
<p>20. Passwords can be guessed in three and exactly three tries.  If you cannot guess the password in three tries, you must give up immediately.</p>
<p>21. Any task or program can be executed by simply pressing Enter, no matter which program or window is in the foreground.</p>
<p>22. All scanners, video cameras and digital cameras have a resolution of approximately 500 megapixels.  Any image can be infinitely magnified with no pixelization.</p>
<p>23. <a href="http://www.steve-oh.com/blog/index.php/tag/security/" class="st_tag internal_tag" rel="tag" title="Posts tagged with security">Security</a> will not improve over time.  Nonaffialiated personnel can take over a space ship without needing an account or access control.  Corollary: Anyone can override access control lists in the future.</p>
<p>24. All hackers wear black T-shirts or Hawaiian shirts.</p>
<p>25. Incoming messages are displayed letter by letter.  <a href="http://www.steve-oh.com/blog/index.php/tag/email/" class="st_tag internal_tag" rel="tag" title="Posts tagged with email">Email</a> over the Internet works like telegraphs.</p>
<p>26. <a href="http://www.steve-oh.com/blog/index.php/tag/microsoft/" class="st_tag internal_tag" rel="tag" title="Posts tagged with microsoft">Microsoft</a> <a href="http://www.steve-oh.com/blog/index.php/tag/windows/" class="st_tag internal_tag" rel="tag" title="Posts tagged with windows">Windows</a> doesn&#8217;t exist.  Macintosh has a 75% market share.</p>
<p>27. GUI operations, such as image selection and manipulation, can be handled easily and quickly via the keyboard.</p>
<p>28. If a robot&#8217;s eyes turn red, it becomes evil.</p>
<p>29. Cell phones and laptops have infinite battery life, until you need to call for help.</p>
<p>30. Latency does not exist.  Voice and data can be sent to Mars in real time.</p>

	Tags: <a href="http://www.steve-oh.com/blog/index.php/tag/computers/" title="computers" rel="tag">computers</a>, <a href="http://www.steve-oh.com/blog/index.php/tag/develop/" title="develop" rel="tag">develop</a>, <a href="http://www.steve-oh.com/blog/index.php/tag/development/" title="development" rel="tag">development</a>, <a href="http://www.steve-oh.com/blog/index.php/tag/email/" title="email" rel="tag">email</a>, <a href="http://www.steve-oh.com/blog/index.php/tag/encrypt/" title="encrypt" rel="tag">encrypt</a>, <a href="http://www.steve-oh.com/blog/index.php/tag/how-to/" title="how to" rel="tag">how to</a>, <a href="http://www.steve-oh.com/blog/index.php/tag/mail/" title="mail" rel="tag">mail</a>, <a href="http://www.steve-oh.com/blog/index.php/tag/microsoft/" title="microsoft" rel="tag">microsoft</a>, <a href="http://www.steve-oh.com/blog/index.php/tag/operating-system/" title="operating system" rel="tag">operating system</a>, <a href="http://www.steve-oh.com/blog/index.php/tag/process/" title="process" rel="tag">process</a>, <a href="http://www.steve-oh.com/blog/index.php/tag/security/" title="security" rel="tag">security</a>, <a href="http://www.steve-oh.com/blog/index.php/tag/solution/" title="solution" rel="tag">solution</a>, <a href="http://www.steve-oh.com/blog/index.php/tag/system/" title="system" rel="tag">system</a>, <a href="http://www.steve-oh.com/blog/index.php/tag/windows/" title="windows" rel="tag">windows</a>, <a href="http://www.steve-oh.com/blog/index.php/tag/xp/" title="xp" rel="tag">xp</a><br />
]]></content:encoded>
			<wfw:commentRss>http://www.steve-oh.com/blog/index.php/guidelines-to-development-on-the-hollywood-operating-system/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Ubuntu / Vista Dual Boot &#8211; Full Encryption with TrueCrypt</title>
		<link>http://www.steve-oh.com/blog/index.php/ubuntu-vista-dual-boot-full-encryption-with-truecrypt/</link>
		<comments>http://www.steve-oh.com/blog/index.php/ubuntu-vista-dual-boot-full-encryption-with-truecrypt/#comments</comments>
		<pubDate>Thu, 12 Mar 2009 13:42:35 +0000</pubDate>
		<dc:creator>Steve O Hernandez</dc:creator>
				<category><![CDATA[Technology]]></category>
		<category><![CDATA[dual boot]]></category>
		<category><![CDATA[encrypt]]></category>
		<category><![CDATA[encryption]]></category>
		<category><![CDATA[grub]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[operating system]]></category>
		<category><![CDATA[security]]></category>
		<category><![CDATA[system]]></category>
		<category><![CDATA[truecrypt]]></category>
		<category><![CDATA[ubuntu]]></category>
		<category><![CDATA[vista]]></category>
		<category><![CDATA[windows]]></category>
		<category><![CDATA[xp]]></category>

		<guid isPermaLink="false">http://www.steve-oh.com/blog/?p=203</guid>
		<description><![CDATA[sda1: Windows Vista encrypted with TrueCrypt sda2: Ubuntu Hardy Heron /boot partition (not encrypted) sda3: Ubuntu Hardy Heron encrypted volume with LVM inside and / and swap partions within LVM (to save partitions used overall incase it gets over 5 partitions) sda4: Working on installing OSX Leopard on this partition currently. The steps I used [...]]]></description>
			<content:encoded><![CDATA[<p>sda1: <a href="http://www.steve-oh.com/blog/index.php/tag/windows/" class="st_tag internal_tag" rel="tag" title="Posts tagged with windows">Windows</a> <a href="http://www.steve-oh.com/blog/index.php/tag/vista/" class="st_tag internal_tag" rel="tag" title="Posts tagged with vista">Vista</a> encrypted with <a href="http://www.steve-oh.com/blog/index.php/tag/truecrypt/" class="st_tag internal_tag" rel="tag" title="Posts tagged with truecrypt">TrueCrypt</a><br />
sda2: <a href="http://www.steve-oh.com/blog/index.php/tag/ubuntu/" class="st_tag internal_tag" rel="tag" title="Posts tagged with ubuntu">Ubuntu</a> Hardy Heron /boot partition (not encrypted)<br />
sda3: Ubuntu Hardy Heron encrypted volume with LVM inside and / and swap partions within LVM (to save partitions used overall incase it gets over 5 partitions)<br />
sda4: Working on installing OSX Leopard on this partition currently.</p>
<p>The steps I used are as follows, in brief:<br />
1) Installed Vista first (actually pre-installed on laptop)</p>
<p>2) Installed Ubuntu second using encrypted physical volume with LVM inside it and 2 partions / and swap inside the LVM(at this point, <a href="http://www.steve-oh.com/blog/index.php/tag/grub/" class="st_tag internal_tag" rel="tag" title="Posts tagged with grub">grub</a> was in the MBR)</p>
<p>3) Ran full windows <a href="http://www.steve-oh.com/blog/index.php/tag/system/" class="st_tag internal_tag" rel="tag" title="Posts tagged with system">system</a> <a href="http://www.steve-oh.com/blog/index.php/tag/encryption/" class="st_tag internal_tag" rel="tag" title="Posts tagged with encryption">encryption</a> (not full disk <a href="http://www.steve-oh.com/blog/index.php/tag/encryption/" class="st_tag internal_tag" rel="tag" title="Posts tagged with encryption">encryption</a>) through TrueCrypt and let it write its bootloader to the MBR. (obviously overwriting Grub in the MBR)</p>
<p>4) Booted with a live cd and copied the truecrypt bootloader from the MBR to a file in the /boot partition (sda2)<br />
use these commands to do so:<br />
<em>dd if=/dev/sda of=/mnt/boot/truecrypt.mbr count=1 bs=512<br />
dd if=/dev/sda of=/mnt/boot/truecrypt.backup count=8 bs=32256</em></p>
<p>5)Reinstalled grub to the MBR using these commands:<br />
<em>sudo grub<br />
install (hd0,1)/grub/stage1 (hd0) (hd0,1)/grub/stage2 0&#215;8000 p</em></p>
<p>6) Added a chainloader to the menu.lst Vista entry to point to the truecrypt bootloader within the /boot partition like so:</p>
<p><em>title Windows Vista/Longhorn<br />
rootnoverify (hd0,0)<br />
makeactive<br />
chainloader (hd0,1)/truecrypt.mbr<br />
boot</em></p>
<p>The only partition not encrypted in the /boot partition so far, which is fine. After grub loads, no matter which OS I choose, I enter a passphrase and that OS starts.</p>
<p>For more detailed instructions which I pulled from but which are for <a href="http://www.steve-oh.com/blog/index.php/tag/xp/" class="st_tag internal_tag" rel="tag" title="Posts tagged with xp">XP</a> instead of Vista, use this link:</p>
<p><a href="http://ubuntuforums.org/showthread.php?t=761530" target="_blank">http://ubuntuforums.org/showthread.php?t=761530</a></p>

	Tags: <a href="http://www.steve-oh.com/blog/index.php/tag/dual-boot/" title="dual boot" rel="tag">dual boot</a>, <a href="http://www.steve-oh.com/blog/index.php/tag/encrypt/" title="encrypt" rel="tag">encrypt</a>, <a href="http://www.steve-oh.com/blog/index.php/tag/encryption/" title="encryption" rel="tag">encryption</a>, <a href="http://www.steve-oh.com/blog/index.php/tag/grub/" title="grub" rel="tag">grub</a>, <a href="http://www.steve-oh.com/blog/index.php/tag/linux/" title="linux" rel="tag">linux</a>, <a href="http://www.steve-oh.com/blog/index.php/tag/operating-system/" title="operating system" rel="tag">operating system</a>, <a href="http://www.steve-oh.com/blog/index.php/tag/security/" title="security" rel="tag">security</a>, <a href="http://www.steve-oh.com/blog/index.php/tag/system/" title="system" rel="tag">system</a>, <a href="http://www.steve-oh.com/blog/index.php/tag/truecrypt/" title="truecrypt" rel="tag">truecrypt</a>, <a href="http://www.steve-oh.com/blog/index.php/tag/ubuntu/" title="ubuntu" rel="tag">ubuntu</a>, <a href="http://www.steve-oh.com/blog/index.php/tag/vista/" title="vista" rel="tag">vista</a>, <a href="http://www.steve-oh.com/blog/index.php/tag/windows/" title="windows" rel="tag">windows</a>, <a href="http://www.steve-oh.com/blog/index.php/tag/xp/" title="xp" rel="tag">xp</a><br />
]]></content:encoded>
			<wfw:commentRss>http://www.steve-oh.com/blog/index.php/ubuntu-vista-dual-boot-full-encryption-with-truecrypt/feed/</wfw:commentRss>
		<slash:comments>9</slash:comments>
		</item>
		<item>
		<title>Recover Outlook PST password</title>
		<link>http://www.steve-oh.com/blog/index.php/recover-outlook-pst-password/</link>
		<comments>http://www.steve-oh.com/blog/index.php/recover-outlook-pst-password/#comments</comments>
		<pubDate>Wed, 09 Apr 2008 02:38:31 +0000</pubDate>
		<dc:creator>Steve O Hernandez</dc:creator>
				<category><![CDATA[Technology]]></category>
		<category><![CDATA[encrypt]]></category>
		<category><![CDATA[encryption]]></category>
		<category><![CDATA[microsoft]]></category>
		<category><![CDATA[outlook]]></category>
		<category><![CDATA[problem]]></category>
		<category><![CDATA[process]]></category>
		<category><![CDATA[xp]]></category>

		<guid isPermaLink="false">http://www.steve-oh.com/blog/?p=80</guid>
		<description><![CDATA[stPassword v1.02 &#8211; Outlook PST Password Recovery Copyright (c) 2006 &#8211; 2007 Nir Sofer Password Encryption in PST File The password encryption in the PST file is very weak, and for each password-protected PST file, there are many passwords that can open it. PstPassword provides 3 different passwords for each password-protected PST file. It&#8217;s possible [...]]]></description>
			<content:encoded><![CDATA[<h4 class="utilsubject">stPassword v1.02 &#8211; <a href="http://www.steve-oh.com/blog/index.php/tag/outlook/" class="st_tag internal_tag" rel="tag" title="Posts tagged with outlook">Outlook</a> PST Password Recovery<br />
Copyright (c) 2006 &#8211; 2007 Nir Sofer</h4>
<p><strong>Password <a href="http://www.steve-oh.com/blog/index.php/tag/encryption/" class="st_tag internal_tag" rel="tag" title="Posts tagged with encryption">Encryption</a> in PST File</strong></p>
<p>The password encryption in the PST file is very weak, and for each password-protected PST file, there are many passwords that can open it.<br />
PstPassword provides 3 different passwords for each password-protected PST file. It&#8217;s possible that one of them will be the origianl password that you typed, and it&#8217;s also possible that  none of these passwords will be identical to the original one. However, all 3 passwords provided by PstPassword will open the PST file without problems.<br />
For more interesting facts about the PST password encryption, click <a href="http://www.nirsoft.net/articles/pst_password_bug.html" target="pst_password_bug">here</a>.</p>
<h4 class="utilsubject"></h4>
<p><strong>Using PstPassword</strong></p>
<p>PstPassword doesn&#8217;t require any installation <a href="http://www.steve-oh.com/blog/index.php/tag/process/" class="st_tag internal_tag" rel="tag" title="Posts tagged with process">process</a> or additional dll files. In order to start using it, just run the executable file, PstPassword.exe<br />
After you run PstPassword, the main window displays the list of all PST files of the current logged on user (Under Documents and Settings\User Name\Local Settings\Application Data\<a href="http://www.steve-oh.com/blog/index.php/tag/microsoft/" class="st_tag internal_tag" rel="tag" title="Posts tagged with microsoft">Microsoft</a>\Outlook). For each password-protected PST file, PstPassword provide 3 alternative passwords that will open the PST file. If the PST is not protected by a password, the 3 password columns remain empty, and the CRC value column is 0&#215;00000000.<br />
If you want to recover a password of PST file that doesn&#8217;t appear in the default list,  you can press F7 and select the desired PST file, or simply drag the PST file from Explorer window into the main window of PstPassword.<br />
If from some reason PstPassword fails to read a PST file, an error message is displayed under the error column, and the item is painted with pink color.</p>
<p>Nir&#8217;s Website: <a href="http://www.nirsoft.net/utils/pst_password.html" target="_blank">http://www.nirsoft.net/utils/pst_password.html</a></p>
<p>A big thank you goes out to Nir!</p>

	Tags: <a href="http://www.steve-oh.com/blog/index.php/tag/encrypt/" title="encrypt" rel="tag">encrypt</a>, <a href="http://www.steve-oh.com/blog/index.php/tag/encryption/" title="encryption" rel="tag">encryption</a>, <a href="http://www.steve-oh.com/blog/index.php/tag/microsoft/" title="microsoft" rel="tag">microsoft</a>, <a href="http://www.steve-oh.com/blog/index.php/tag/outlook/" title="outlook" rel="tag">outlook</a>, <a href="http://www.steve-oh.com/blog/index.php/tag/problem/" title="problem" rel="tag">problem</a>, <a href="http://www.steve-oh.com/blog/index.php/tag/process/" title="process" rel="tag">process</a>, <a href="http://www.steve-oh.com/blog/index.php/tag/xp/" title="xp" rel="tag">xp</a><br />
]]></content:encoded>
			<wfw:commentRss>http://www.steve-oh.com/blog/index.php/recover-outlook-pst-password/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>File Encryption Using Windows 2000/XP EFS</title>
		<link>http://www.steve-oh.com/blog/index.php/file-encryption-using-windows-2000xp-efs/</link>
		<comments>http://www.steve-oh.com/blog/index.php/file-encryption-using-windows-2000xp-efs/#comments</comments>
		<pubDate>Mon, 07 Apr 2008 17:59:23 +0000</pubDate>
		<dc:creator>Steve O Hernandez</dc:creator>
				<category><![CDATA[Technology]]></category>
		<category><![CDATA[2003]]></category>
		<category><![CDATA[Compression]]></category>
		<category><![CDATA[design]]></category>
		<category><![CDATA[encrypt]]></category>
		<category><![CDATA[encryption]]></category>
		<category><![CDATA[microsoft]]></category>
		<category><![CDATA[microsoft windows server]]></category>
		<category><![CDATA[operating system]]></category>
		<category><![CDATA[process]]></category>
		<category><![CDATA[security]]></category>
		<category><![CDATA[server]]></category>
		<category><![CDATA[system]]></category>
		<category><![CDATA[windows]]></category>
		<category><![CDATA[xp]]></category>

		<guid isPermaLink="false">http://www.steve-oh.com/blog/?p=74</guid>
		<description><![CDATA[Background Information (MS Knowledge Base Article 223316) : The Microsoft Windows operating systems (2000/2003 and XP) include the ability to encrypt data directly on volumes that use the NTFS file system so that no other user can access your data. You can encrypt your files and folders if you set an attribute in the object&#8217;s [...]]]></description>
			<content:encoded><![CDATA[<p><font face="Times New Roman" size="4"> </font><font face="Times New Roman" size="3"><strong><font face="Arial">Background            Information </font><font face="Times New Roman" size="3"></font><font face="Arial"><strong><em>(MS            Knowledge Base Article 223316) </em></strong></font></strong></font><font face="Arial">:            </font><font face="Arial"> The <a href="http://www.steve-oh.com/blog/index.php/tag/microsoft/" class="st_tag internal_tag" rel="tag" title="Posts tagged with microsoft">Microsoft</a> <a href="http://www.steve-oh.com/blog/index.php/tag/windows/" class="st_tag internal_tag" rel="tag" title="Posts tagged with windows">Windows</a> operating            systems (2000/2003 and <a href="http://www.steve-oh.com/blog/index.php/tag/xp/" class="st_tag internal_tag" rel="tag" title="Posts tagged with xp">XP</a>) include the ability to <a href="http://www.steve-oh.com/blog/index.php/tag/encrypt/" class="st_tag internal_tag" rel="tag" title="Posts tagged with encrypt">encrypt</a> data directly            on volumes that use the NTFS file <a href="http://www.steve-oh.com/blog/index.php/tag/system/" class="st_tag internal_tag" rel="tag" title="Posts tagged with system">system</a> so that no other user can access            your data. You can <a href="http://www.steve-oh.com/blog/index.php/tag/encrypt/" class="st_tag internal_tag" rel="tag" title="Posts tagged with encrypt">encrypt</a> your files and folders if you set an attribute            in the object&#8217;s </font><font face="Arial">Properties </font>dialog            box <strong><em>. </em></strong></p>
<p style="margin-top: 0pt; margin-bottom: 0pt"><font face="Arial" size="3"><strong><em>             </em></strong></font></p>
<p style="margin-top: 0pt"><font face="Times New Roman" size="3"><strong><font color="#ff0000" face="Arial">**Warning**            The use of Encrypting File System </font></strong></font><font color="#ff0000" face="Arial"><strong>(EFS)            will prevent a person who does not have administrative rights from gaining            access to your data. Theft of encrypted files is still possible but            the files/folders will be formatted in such a way that they can&#8217;t be            viewed by any casual user. These files CAN be deleted and erased from            your system so backups are necessary. If you don&#8217;t back up the certificate            keys to the EFS then the data will be useless to you if you ever have            to recover your system from scratch. </strong></font></p>
<h3><font face="Arial" size="3">How            to enable Encrypting File System file sharing </font></h3>
<p style="margin-bottom: 0pt"><font face="Arial" size="3">In            Microsoft Windows XP, EFS supports file sharing of encrypted files among            multiple users. With this support, you can give individual users permission            to access an encrypted file. The ability to add additional users is            restricted to individual files. Support for multiple users on folders            is not provided in either Microsoft Windows 2000 or Windows XP. Also,            support for the use of groups on encrypted files is not provided by            EFS.</p>
<p>After a file has been encrypted, file sharing is enabled through a new            button in the user interface. A file must be encrypted first and then            saved before additional users can be added. Users can be added either            from the local computer or from the Active Directory service if the            user has a valid certificate for EFS. The ability to add additional            users is restricted to individual files. Support for multiple users            on EFS encrypted folders is not provided. Also, only individual users            can be added to files. Support for the use of groups on encrypted files            is not provided by EFS. </font>
</p>
<p style="margin-top: 0pt"><font face="Arial" size="3">             </font></p>
<h3><font face="Arial" size="3">How            to encrypt and decrypt using the Encrypting File System </font></h3>
<p><font face="Arial" size="3">The            following steps encrypt and decrypt a file or folder using the Encrypting            File System.</p>
<p></font><font face="Arial">Note </font> These guidelines apply to Windows 2000            and Windows XP. </p>
<h4><font face="Arial" size="3">Encrypting            a folder </font></h4>
<p><font face="Arial" size="3">Although            you can encrypt files individually, we strongly recommend that you designate            a specific folder for storing encrypted data. </font></p>
<h5><font face="Arial" size="3"><em>Encrypt            a folder and its contents </em></font></h5>
<p><font face="Arial" size="3"><br />
Although you can encrypt files individually, generally it is a good            idea to designate a specific folder where you will store your encrypted            files, and to encrypt that folder. If you do this, all files that are            created in or moved to this folder will automatically obtain the encrypted            attribute.</p>
<p>To encrypt a folder and its current contents, follow these steps: </font></p>
<blockquote></blockquote>
<blockquote><p><font face="Times New Roman" size="3">•               </font><font face="Arial">Right-click the folder that you want to encrypt,              and then click </font><font face="Arial">Properties </font>. </p></blockquote>
<blockquote></blockquote>
<blockquote><p><font face="Times New Roman" size="3">•               </font><font face="Arial">In the </font><font face="Arial">Properties </font> dialog              box, click <font face="Arial">Advanced </font>. </p></blockquote>
<blockquote></blockquote>
<blockquote><p><font face="Times New Roman" size="3">•               </font><font face="Arial">The </font><font face="Arial">Advanced Attributes </font>              dialog box displays attribute options for <a href="http://www.steve-oh.com/blog/index.php/tag/compression/" class="st_tag internal_tag" rel="tag" title="Posts tagged with Compression">compression</a> and <a href="http://www.steve-oh.com/blog/index.php/tag/encryption/" class="st_tag internal_tag" rel="tag" title="Posts tagged with encryption">encryption</a>.              This dialog box also includes archive and indexing attributes.</p>
<p><font face="Arial">Note </font> Although the NTFS file system supports              both compression and encryption, it does not support both at the same              time. This means that you can only select one or the other. A file              or folder cannot be both encrypted and compressed at the same time.</p>
<p>To encrypt the folder, click to select the <font face="Arial">Encrypt              contents to secure data </font> check box, and then click <font face="Arial">OK              </font>. </p></blockquote>
<blockquote></blockquote>
<blockquote><p><font face="Times New Roman" size="3">•               </font><font face="Arial">Click </font><font face="Arial">OK </font> to close the              <font face="Arial">Advanced Attributes </font> dialog box. </p></blockquote>
<blockquote></blockquote>
<blockquote><p><font face="Times New Roman" size="3">•               </font><font face="Arial">If the folder you chose to encrypt in steps 1 to              3 already contains files, a </font><font face="Arial">Confirm Attribute Changes              </font> dialog box will appear.</p>
<p>You can choose to encrypt only the folder so that all files subsequently              moved to the folder or created in this folder will be encrypted. If              you want to also encrypt all the contents of this folder, click <font face="Arial">Apply              changes to this folder, subfolders, and files </font>, and then click              <font face="Arial">OK </font>. </p></blockquote>
<h4><font face="Arial" size="3">Decrypting            a folder </font></h4>
<p><font face="Arial" size="3">To            decrypt a folder, use basically the same <a href="http://www.steve-oh.com/blog/index.php/tag/process/" class="st_tag internal_tag" rel="tag" title="Posts tagged with process">process</a> but in reverse order:            </font></p>
<blockquote></blockquote>
<blockquote><p><font face="Times New Roman" size="3">•               </font><font face="Arial">Right-click the folder that you want to decrypt,              and then click </font><font face="Arial">Properties </font>. </p></blockquote>
<blockquote></blockquote>
<blockquote><p><font face="Times New Roman" size="3">•               </font><font face="Arial">Click </font><font face="Arial">Advanced </font>. </p></blockquote>
<blockquote></blockquote>
<blockquote><p><font face="Times New Roman" size="3">•               </font><font face="Arial">Click to clear the </font><font face="Arial">Encrypt contents              to secure data </font> check box to decrypt the data. </p></blockquote>
<blockquote></blockquote>
<blockquote><p><font face="Times New Roman" size="3">•               </font><font face="Arial">Click </font><font face="Arial">OK </font> to close the              <font face="Arial">Advanced Attributes </font> dialog box. </p></blockquote>
<blockquote></blockquote>
<blockquote><p><font face="Times New Roman" size="3">•               </font><font face="Arial">Click </font><font face="Arial">OK </font> to close the              <font face="Arial">Properties </font> dialog box. </p></blockquote>
<blockquote></blockquote>
<blockquote><p><font face="Times New Roman" size="3">•               </font><font face="Arial">If the folder has files in it, the </font><font face="Arial">Confirm              Attribute Changes </font> dialog box appears. You can choose to decrypt              only the folder. However, this will not decrypt any files currently              contained in the folder.</p>
<p>If you want to decrypt all the contents of this folder, click <font face="Arial">Apply              changes to this folder, subfolders, and files </font>, and then click              <font face="Arial">OK </font>. </p></blockquote>
<h3><font face="Arial" size="3">Additional            information </font></h3>
<h4><font face="Arial" size="3">How            files are encrypted </font></h4>
<p><font face="Arial" size="3">Files            are encrypted through the use of algorithms that essentially rearrange,            scramble, and encode the data. A key pair is randomly generated when            you encrypt your first file. This key pair is made up of a private and            a public key. The key pair is used to encode and decode the encrypted            files.</p>
<p>If the key pair is lost or damaged and you have not designated a recovery            agent, and then there is no way to recover the data. </font></p>
<h4><font face="Arial" size="3">Why            you must back up your certificates </font></h4>
<p><font face="Arial" size="3">Because            there is no way to recover data that has been encrypted with a corrupted            or missing certificate, it is critical that you back up the certificates            and store them in a secure location. You can also specify a recovery            agent. This agent can restore the data. The recovery agent&#8217;s certificate            serves a different purpose than the user&#8217;s certificate. </font></p>
<h4><font face="Arial" size="3">How            to back up your certificate </font></h4>
<p><font face="Arial" size="3">To            back up your certificates, follow these steps: </font></p>
<blockquote></blockquote>
<blockquote><p><font face="Times New Roman" size="3">•               </font><font face="Arial">Start Microsoft Internet Explorer. </font></p></blockquote>
<blockquote></blockquote>
<blockquote><p><font face="Times New Roman" size="3">•               </font><font face="Arial">On the </font><font face="Arial">Tools </font> menu, click              <font face="Arial">Internet Options </font>. </p></blockquote>
<blockquote></blockquote>
<blockquote><p><font face="Times New Roman" size="3">•               </font><font face="Arial">On the </font><font face="Arial">Content </font> tab,              in the <font face="Arial">Certificates </font> section, click <font face="Arial">Certificates              </font>. </p></blockquote>
<blockquote></blockquote>
<blockquote><p><font face="Times New Roman" size="3">•               </font><font face="Arial">Click the </font><font face="Arial">Personal </font> tab.</p>
<p><font face="Arial">Note </font> There may be several certificates              present, depending on whether you have installed certificates for              other purpose. </p></blockquote>
<blockquote></blockquote>
<blockquote><p><font face="Times New Roman" size="3">•               </font><font face="Arial">Select one certificate at a time until the </font><font face="Arial">Certificate              Intended Purposes </font> field shows <font face="Arial">Encrypting              File System </font>. This is the certificate that was generated when              you encrypted your first folder. </p></blockquote>
<blockquote></blockquote>
<blockquote><p><font face="Times New Roman" size="3">•               </font><font face="Arial">Click </font><font face="Arial">Export </font> to start              the <font face="Arial">Certificate Export Wizard </font>, and then              click <font face="Arial">Next </font>. </p></blockquote>
<blockquote></blockquote>
<blockquote><p><font face="Times New Roman" size="3">•               </font><font face="Arial">Click </font><font face="Arial">Yes, export the private              key </font> to export the private key, and then click <font face="Arial">Next              </font>. </p></blockquote>
<blockquote></blockquote>
<blockquote><p><font face="Times New Roman" size="3">•               </font><font face="Arial">Click </font><font face="Arial">Enable Strong protection              </font>, and then click <font face="Arial">Next </font>. </p></blockquote>
<blockquote></blockquote>
<blockquote><p><font face="Times New Roman" size="3">•               </font><font face="Arial">Type your password. (You must have a password to              protect the private key.) </font></p></blockquote>
<blockquote></blockquote>
<blockquote><p><font face="Times New Roman" size="3">•               </font><font face="Arial">Specify the path where you want to save the key.              You can save the key to a floppy disk, another location on the hard              disk, or a CD. If the hard disk fails or is reformatted, the key and              the backup will be lost. (If you back up the key to a floppy disk              or CD, you must store that disk or CD in a secure location.) </font></p></blockquote>
<blockquote></blockquote>
<blockquote><p><font face="Times New Roman" size="3">•               </font><font face="Arial">Specify the destination, and then click </font><font face="Arial">Next              </font>. </p></blockquote>
<blockquote><p><font face="Arial" size="3">             </font></p></blockquote>
<p><font face="Arial" size="3">For            additional information about the Encrypting File System (EFS), visit            the following Microsoft Web sites: </font></p>
<blockquote><p><font face="Arial" size="3">Encrypting            File System in Windows 2000<br />
<a href="http://www.microsoft.com/windows2000/techinfo/howitworks/security/encrypt.asp">http://www.microsoft.com/windows2000/techinfo/howitworks/security/encrypt.asp            </a></font></p></blockquote>
<blockquote><p><font face="Arial" size="3">Encrypting            File System in Windows XP and <a href="http://www.steve-oh.com/blog/index.php/tag/microsoft-windows-server/" class="st_tag internal_tag" rel="tag" title="Posts tagged with microsoft windows server">Microsoft Windows Server</a> 2003<br />
<a href="http://support.microsoft.com/default.aspx?scid=http%3a%2f%2fwww.microsoft.com%2fWINDOWSXP%2fpro%2ftechinfo%2fadministration%2frecovery%2fdefault.asp">http://www.microsoft.com/WINDOWSXP/pro/techinfo/administration/recovery/default.asp            </a></font></p></blockquote>

	Tags: <a href="http://www.steve-oh.com/blog/index.php/tag/2003/" title="2003" rel="tag">2003</a>, <a href="http://www.steve-oh.com/blog/index.php/tag/compression/" title="Compression" rel="tag">Compression</a>, <a href="http://www.steve-oh.com/blog/index.php/tag/design/" title="design" rel="tag">design</a>, <a href="http://www.steve-oh.com/blog/index.php/tag/encrypt/" title="encrypt" rel="tag">encrypt</a>, <a href="http://www.steve-oh.com/blog/index.php/tag/encryption/" title="encryption" rel="tag">encryption</a>, <a href="http://www.steve-oh.com/blog/index.php/tag/microsoft/" title="microsoft" rel="tag">microsoft</a>, <a href="http://www.steve-oh.com/blog/index.php/tag/microsoft-windows-server/" title="microsoft windows server" rel="tag">microsoft windows server</a>, <a href="http://www.steve-oh.com/blog/index.php/tag/operating-system/" title="operating system" rel="tag">operating system</a>, <a href="http://www.steve-oh.com/blog/index.php/tag/process/" title="process" rel="tag">process</a>, <a href="http://www.steve-oh.com/blog/index.php/tag/security/" title="security" rel="tag">security</a>, <a href="http://www.steve-oh.com/blog/index.php/tag/server/" title="server" rel="tag">server</a>, <a href="http://www.steve-oh.com/blog/index.php/tag/system/" title="system" rel="tag">system</a>, <a href="http://www.steve-oh.com/blog/index.php/tag/windows/" title="windows" rel="tag">windows</a>, <a href="http://www.steve-oh.com/blog/index.php/tag/xp/" title="xp" rel="tag">xp</a><br />
]]></content:encoded>
			<wfw:commentRss>http://www.steve-oh.com/blog/index.php/file-encryption-using-windows-2000xp-efs/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Securing Microsoft Virtual Server using SelfSSL</title>
		<link>http://www.steve-oh.com/blog/index.php/securing-microsoft-virtual-server-using-selfssl/</link>
		<comments>http://www.steve-oh.com/blog/index.php/securing-microsoft-virtual-server-using-selfssl/#comments</comments>
		<pubDate>Tue, 26 Jun 2007 20:01:57 +0000</pubDate>
		<dc:creator>Steve O Hernandez</dc:creator>
				<category><![CDATA[Projects]]></category>
		<category><![CDATA[encrypt]]></category>
		<category><![CDATA[encryption]]></category>
		<category><![CDATA[iis]]></category>
		<category><![CDATA[microsoft]]></category>
		<category><![CDATA[server]]></category>
		<category><![CDATA[ZIP]]></category>

		<guid isPermaLink="false">http://www.steve-oh.com/blog/?p=20</guid>
		<description><![CDATA[I found this great article regarding using SelfSSL (Self Signed Certificates).  The original document can be found here.  Virtual Server can be found here. I followed the very easy instructions and it ran great.  Here is a shorter version of the directions and the links to get everything you need: Download and install IIS 6.0 [...]]]></description>
			<content:encoded><![CDATA[<p>I found this great article regarding using SelfSSL (Self Signed Certificates).  The original document can be found <a target="_blank" href="http://thelazyadmin.com/blogs/thelazyadmin/archive/2006/06/26/Configure-SSL-for-Virtual-Server-2005-Using-SelfSSL.aspx">here</a>.  Virtual <a href="http://www.steve-oh.com/blog/index.php/tag/server/" class="st_tag internal_tag" rel="tag" title="Posts tagged with server">Server</a> can be found <a target="_blank" href="http://www.steve-oh.com/downloads/MicrosoftVirtualServer2005R2.zip">here</a>.</p>
<p>I followed the very easy instructions and it ran great.  Here is a shorter version of the directions and the links to get everything you need:</p>
<ol>
<li>Download and install <a href="http://www.steve-oh.com/blog/index.php/tag/iis/" class="st_tag internal_tag" rel="tag" title="Posts tagged with iis">IIS</a> 6.0 Resource kit: <a target="_blank" href="http://www.microsoft.com/downloads/details.aspx?FamilyID=56fc92ee-a71a-4c73-b628-ade629c89499">here</a></li>
<li>Open the IIS Manager (Start &gt; Run &gt; inetmgr), open the properties of the Virtual Server website (usually the 2nd one) (right click &gt; Properties)</li>
<li>Change the SSL port to 1024 (default VS port) and change the TCP port to 1020 (or any other port number) &gt; Apply</li>
<li>Open a command promt (Start &gt; Run &gt; cmd) and go to the SelfSSL director (/program files/iis resources/selfssl) and run the following command &gt; <em>selfssl /N:CN=&lt;FQDN&gt;/K:1024 /V:730 /S:2 /P:1024</em>
<ol>
<li>Where &lt;FQDN&gt; is the website domain name (ie. steve-oh.com, yahoo.com, etc) and /S:2 means the second site on the server.</li>
</ol>
</li>
<li>Now browse to the Virtual Server website and install the certificate and you&#8217;re done!</li>
</ol>
<p>Now you have a Secure Socket Layer (SSL) connection from any remote computer to your server at 1028 bit <a href="http://www.steve-oh.com/blog/index.php/tag/encryption/" class="st_tag internal_tag" rel="tag" title="Posts tagged with encryption">encryption</a>, so you can rest easy when logging in over the internet.</p>

	Tags: <a href="http://www.steve-oh.com/blog/index.php/tag/encrypt/" title="encrypt" rel="tag">encrypt</a>, <a href="http://www.steve-oh.com/blog/index.php/tag/encryption/" title="encryption" rel="tag">encryption</a>, <a href="http://www.steve-oh.com/blog/index.php/tag/iis/" title="iis" rel="tag">iis</a>, <a href="http://www.steve-oh.com/blog/index.php/tag/microsoft/" title="microsoft" rel="tag">microsoft</a>, <a href="http://www.steve-oh.com/blog/index.php/tag/server/" title="server" rel="tag">server</a>, <a href="http://www.steve-oh.com/blog/index.php/tag/zip/" title="ZIP" rel="tag">ZIP</a><br />
]]></content:encoded>
			<wfw:commentRss>http://www.steve-oh.com/blog/index.php/securing-microsoft-virtual-server-using-selfssl/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Project List</title>
		<link>http://www.steve-oh.com/blog/index.php/project-list/</link>
		<comments>http://www.steve-oh.com/blog/index.php/project-list/#comments</comments>
		<pubDate>Thu, 21 Jun 2007 16:37:16 +0000</pubDate>
		<dc:creator>Steve O Hernandez</dc:creator>
				<category><![CDATA[Projects]]></category>
		<category><![CDATA[2003]]></category>
		<category><![CDATA[asp.net]]></category>
		<category><![CDATA[encrypt]]></category>
		<category><![CDATA[microsoft]]></category>
		<category><![CDATA[operating system]]></category>
		<category><![CDATA[server]]></category>
		<category><![CDATA[system]]></category>
		<category><![CDATA[windows]]></category>

		<guid isPermaLink="false">http://www.steve-oh.com/blog/?p=17</guid>
		<description><![CDATA[My current project list is as follows: Unix Firewall / Gateway (using FreeBSD) The Guide I will be using can be found here.  If I have time I&#8217;m going to write my own since this one is rather long. Microsoft ISA Firewall / Gateway (using ISA 2004 and Server 2003) (7/17/2007) &#8211; Removed VPN Tunnel to [...]]]></description>
			<content:encoded><![CDATA[<p>My current project list is as follows:</p>
<ul>
<li>Unix Firewall / Gateway (using FreeBSD)
<ul>
<li>The Guide I will be using can be found <a TARGET="_blank" HREF="http://www.instructables.com/id/EBYD71YM9DEP2871A2/?ALLSTEPS">here</a>.  If I have time I&#8217;m going to write my own since this one is rather long.</li>
</ul>
</li>
<li><strike><a href="http://www.steve-oh.com/blog/index.php/tag/microsoft/" class="st_tag internal_tag" rel="tag" title="Posts tagged with microsoft">Microsoft</a> ISA Firewall / Gateway (using ISA 2004 and <a href="http://www.steve-oh.com/blog/index.php/tag/server/" class="st_tag internal_tag" rel="tag" title="Posts tagged with server">Server</a> 2003)</strike> (7/17/2007) &#8211; Removed</li>
<li><strike>VPN Tunnel to allow remote access (using ISA 2004)  </strike><strong>*done*</strong>
<ul>
<li><strike>Guides: <a TARGET="_blank" HREF="http://technet2.microsoft.com/windowsserver/en/library/7159a5cd-530b-4b8f-b54a-9a8adfdeac1b1033.mspx?mfr=true">here</a> and <a TARGET="_blank" HREF="http://www.microsoft.com/technet/isa/2004/deployment/default.mspx">here</a></strike></li>
</ul>
</li>
<li><strike>AJAX / <a href="http://www.steve-oh.com/blog/index.php/tag/aspnet/" class="st_tag internal_tag" rel="tag" title="Posts tagged with asp.net">ASP.NET</a> shopping cart </strike>(7/1/2007)</li>
<li>ASP.NET / AJAX Fitness Tracker (7/1/2007)</li>
<li>Content Management <a href="http://www.steve-oh.com/blog/index.php/tag/system/" class="st_tag internal_tag" rel="tag" title="Posts tagged with system">System</a> for this website</li>
<li><strike><a href="http://www.steve-oh.com/blog/index.php/tag/encrypt/" class="st_tag internal_tag" rel="tag" title="Posts tagged with encrypt">Encrypt</a> Virtual Server Traffic</strike> <strong>*done*</strong>
<ul>
<li><strike>Use SSL for transmission of all data, including initial log-in</strike></li>
</ul>
</li>
</ul>
<p>That&#8217;s about it for now.  If you have any suggestions as to functionality, How-To&#8217;s, or any comments, please let me know!</p>

	Tags: <a href="http://www.steve-oh.com/blog/index.php/tag/2003/" title="2003" rel="tag">2003</a>, <a href="http://www.steve-oh.com/blog/index.php/tag/aspnet/" title="asp.net" rel="tag">asp.net</a>, <a href="http://www.steve-oh.com/blog/index.php/tag/encrypt/" title="encrypt" rel="tag">encrypt</a>, <a href="http://www.steve-oh.com/blog/index.php/tag/microsoft/" title="microsoft" rel="tag">microsoft</a>, <a href="http://www.steve-oh.com/blog/index.php/tag/operating-system/" title="operating system" rel="tag">operating system</a>, <a href="http://www.steve-oh.com/blog/index.php/tag/server/" title="server" rel="tag">server</a>, <a href="http://www.steve-oh.com/blog/index.php/tag/system/" title="system" rel="tag">system</a>, <a href="http://www.steve-oh.com/blog/index.php/tag/windows/" title="windows" rel="tag">windows</a><br />
]]></content:encoded>
			<wfw:commentRss>http://www.steve-oh.com/blog/index.php/project-list/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

