<?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>@ Classic Tutorials &#187; Security</title>
	<atom:link href="http://classictutorials.com/category/security/feed/" rel="self" type="application/rss+xml" />
	<link>http://classictutorials.com</link>
	<description>Think Geek</description>
	<lastBuildDate>Mon, 21 May 2012 11:47:22 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.2</generator>
		<item>
		<title>De-crypt Encrypted files on Windows XP</title>
		<link>http://classictutorials.com/2007/12/de-crypt-encrypted-files-on-windows-xp/</link>
		<comments>http://classictutorials.com/2007/12/de-crypt-encrypted-files-on-windows-xp/#comments</comments>
		<pubDate>Wed, 12 Dec 2007 13:53:00 +0000</pubDate>
		<dc:creator>Kaushik</dc:creator>
				<category><![CDATA[Security]]></category>
		<category><![CDATA[Tricks and Tips]]></category>
		<category><![CDATA[Windows]]></category>

		<guid isPermaLink="false">http://kaushik009.wordpress.com/2007/12/12/de-crypt-encrypted-files-on-windows-xp/</guid>
		<description><![CDATA[1. Login as Administrator 2. Go to Start/Run and type in cmd and click OK. At the prompt type cipher /r:Eagent and press enter This prompt will then display: Please type in the password to protect your .PFX file: Type in your Administrator passwordRe-confirm your Administrator password The prompt will then display Your .CER file was created successfully.Your .PFX file was created successfully. The Eagent.cer and Eagent.pfx files will be saved in the current directory that is shown at the command prompt. Example: The command prompt displays C:Documents and Settingsadmin&#62; the two files are saved in the admin folder. (For ...]]></description>
			<content:encoded><![CDATA[<p><span style="font-family:Arial;font-size:85%;">1. Login as Administrator </span></p>
<p> <span style="font-family:Arial;font-size:85%;">2. Go to Start/Run and type in cmd and click OK.</p>
<p>At the prompt type cipher /r:Eagent and press enter</p>
<p>This prompt will then display:</p>
<p>Please type in the password to protect your .PFX file:</p>
<p>Type in your Administrator password<br />Re-confirm your Administrator password</p>
<p>The prompt will then display</p>
<p>Your .CER file was created successfully.<br />Your .PFX file was created successfully.</p>
<p>The Eagent.cer and Eagent.pfx files will be saved in the current directory that is shown at the command prompt. Example: The command prompt displays C:Documents and Settingsadmin&gt; the two files are saved in the admin folder. (For security concerns, you should house the two files in your Administrator folder or on a floppy disk).</p>
<p>3. Go to Start/Run and type in certmgr.msc and click OK. This will launch the Certificates Manager. Navigate to Personal and right click on the folder and select All Tasks/Import. The Certificate Import Wizard will appear. Click Next. Browse to the C:Documents and Settingsadmin folder. In the Open dialog box, change the Files of Type (at the bottom) to personal Information Exchange (*.pfx,*.P12). Select the file Eagent.pfx and click Open. Click Next. Type in your Administrator password (leave the two checkboxes blank) and click Next. Make sure the Radio button is active for the first option (Automatically select the certificate store based on the type of certifcate). Click Next. Click Finish. (You&#8217;ll receive a message that the import was successful). To confirm the import, close Certificates Manager and re-open it. Expand the Personal folder and you will see a new subfolder labeled Certificates. Expand that folder and you will see the new entry in the right side column. Close Certificate Manager.</p>
<p>4. Go to Start/Run and type in secpol.msc and click OK. This will launch the Local Security Policy. Expand the Public Key Policies folder and then right click on the Encrypted File System subfolder and select Add Data Recovery Agent&#8230; The Wizard will then display. Click Next. Click the Browse Folders&#8230; button. Browse to the C:Documents and Settingsadmin folder. Select the Eagent.cer file and click Open. (The wizard will display the status User_Unknown. That&#8217;s ok). Click Next. Click Finish. You will see a new entry in the right side column. Close the Local Security Policy.</p>
<p>You, the Administrator are now configured as the default Recovery Agent for All Encrypted files on the Local Machine.</p>
<p>To Recover Encrypted files:</p>
<p>Scenario #1</p>
<p>If you have completed the above steps BEFORE an existing user encrypted his/her files, you can log in to your Administrator account and navigate to the encrypted file(s). Double click on the file(s) to view the contents.</p>
<p>Scenario #2</p>
<p>If you have completed the above steps AFTER an existing user has already encrypted his/her files, you must login to the applicable User&#8217;s User Account and then immediately logout. Next, login to your Administrator account and navigate to the encrypted file(s). Double click on the file(s) to view the contents.</p>
<p>*Warning</p>
<p>Do not Delete or Rename a User&#8217;s account from which will want to Recover the Encrypted Files. You will not be able to de-crypt the files using the steps outlined above.</p>
<p>Source: http://www.tweakxp.com/article37355.aspx<br /></span></p>
]]></content:encoded>
			<wfw:commentRss>http://classictutorials.com/2007/12/de-crypt-encrypted-files-on-windows-xp/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>How to update multiple Windows installations Online &amp; Offline</title>
		<link>http://classictutorials.com/2007/09/how-to-update-multiple-windows-installations-online-offline/</link>
		<comments>http://classictutorials.com/2007/09/how-to-update-multiple-windows-installations-online-offline/#comments</comments>
		<pubDate>Sun, 09 Sep 2007 00:45:00 +0000</pubDate>
		<dc:creator>Kaushik</dc:creator>
				<category><![CDATA[Security]]></category>
		<category><![CDATA[Tricks and Tips]]></category>
		<category><![CDATA[Vista]]></category>
		<category><![CDATA[Windows]]></category>

		<guid isPermaLink="false">http://kaushik009.wordpress.com/2007/09/09/how-to-update-multiple-windows-installations-online-offline/</guid>
		<description><![CDATA[As you all know that AutoPatcher is now discontinued due to violation of Microsoft’s terms &#38; service. It was an easy &#38; convenient way to update multiple PCs running Windows XP without connecting. Now you might say that this is a wrong move from Microsoft however you forget to see that Microsoft is already providing legal ways for home users to update their computers without even needing AutoPatcher. Every month you used to download 50 or 100 MB worth update of AutoPatcher monthly update or a full 200+ MB version of full AutoPatcher with all the updates released after Windows ...]]></description>
			<content:encoded><![CDATA[<p>As you all know that AutoPatcher is now discontinued due to violation of Microsoft’s terms &amp; service. It was an easy &amp; convenient way to update multiple PCs running Windows XP without connecting. Now you might say that this is a wrong move from Microsoft however you forget to see that Microsoft is already providing legal ways for home users to update their computers without even needing AutoPatcher.</p>
<p>Every month you used to download 50 or 100 MB worth update of AutoPatcher monthly update or a full 200+ MB version of full AutoPatcher with all the updates released after Windows XP SP2. So why can’t you follow these steps to do the same automatically for you without needing AutoPatcher.</p>
<p>I am assuming that you have a Windows XP with SP2 or Vista RTM installation which is genuine. Pirated Windows users cannot avail some of these methods.</p>
<p>1) Download all manually – Go to <a href="http://www.microsoft.com/downloads/Search.aspx?displaylang=en" target="_blank">Microsoft Download center </a>&amp; download all the updates &amp; other packages for Windows XP &amp; Vista manually. You can do this offline too.</p>
<p>2) Download all via Windows Update. This will download &amp; install all the required update applicable only to your computer. After a reboot which may or may not be needed, backup the</p>
<p>C:WindowsSoftwareDistributionDownload folder.</p>
<p>Just zip or copy it somewhere else but do not delete this original Downloads folder.</p>
<p>Suppose you reinstall Windows now, simply copy the contents of the backed up Downloads folder to the original folder at the path above, then connect to Windows Update &amp; select all those updates to install. However this time Windows will not download all the updates again because most of the updates are already there in your computer at the above mentioned location. It will only download some new updates as applicable. You can copy the content of Downloads folder to another computer &amp; take the same step on that other computer.</p>
<p>3) Use <a href="http://www.microsoft.com/technet/security/tools/mbsahome.mspx" target="_blank">Microsoft Baseline Security Analyze</a>r &amp; backup the downloaded files after their installation. Then install the downloaded files as needed on all computers.</p>
<p>4) Use <a href="http://www.heise-security.co.uk/articles/80682/3#download" target="_blank">Offline Update 3.2 script </a>as mentioned at the webpage.</p>
<p>5) Use <a href="http://wud.jcarle.com/Default.aspx" target="_blank">Windows Update Downloader </a>with Windows XP or Vista Update List. It will download full file for all the updates automatically &amp; install. It is equivalent to step 1 just that this time it is automatic. One downloaded you can backup the downloads for further use.</p>
<p>6) For large scale deployment you can also use <a href="http://technet.microsoft.com/en-us/wsus/default.aspx" target="_blank">Microsoft Windows Server Update Services</a></p>
<p>I hope this makes life a bit easier for system administrators who download at one computer &amp; install on all computers in a network also that Microsoft brings back AutoPatcher in one form or other. <b>To install multiple updates downloaded</b> manually, or by Windows Update downloader or by MBSA or Offline Update script you can <b>use <a href="http://support.microsoft.com/kb/296861" target="_blank">QChain provided by Microsoft.</a></p>
<p>Thanx to Saurav for this wonderful tutorial..<br /></b></p>
]]></content:encoded>
			<wfw:commentRss>http://classictutorials.com/2007/09/how-to-update-multiple-windows-installations-online-offline/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>All Kinds of Restrictions for Windows XP/2003</title>
		<link>http://classictutorials.com/2007/02/all-kinds-of-restrictions-for-windows-xp2003/</link>
		<comments>http://classictutorials.com/2007/02/all-kinds-of-restrictions-for-windows-xp2003/#comments</comments>
		<pubDate>Sat, 03 Feb 2007 13:35:00 +0000</pubDate>
		<dc:creator>Kaushik</dc:creator>
				<category><![CDATA[Resource Hacker]]></category>
		<category><![CDATA[Security]]></category>
		<category><![CDATA[Tricks and Tips]]></category>
		<category><![CDATA[Windows]]></category>

		<guid isPermaLink="false">http://kaushik009.wordpress.com/2007/02/03/all-kinds-of-restrictions-for-windows-xp2003/</guid>
		<description><![CDATA[&#8211;Unavailable&#8211;Email me if you want more details regarding this.I will try to help you personally.]]></description>
			<content:encoded><![CDATA[<p>&#8211;Unavailable&#8211;<br />Email me if you want more details regarding this.I will try to help you personally.</p>
]]></content:encoded>
			<wfw:commentRss>http://classictutorials.com/2007/02/all-kinds-of-restrictions-for-windows-xp2003/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Hide files inside JPG!!</title>
		<link>http://classictutorials.com/2006/11/hide-files-inside-jpg/</link>
		<comments>http://classictutorials.com/2006/11/hide-files-inside-jpg/#comments</comments>
		<pubDate>Sat, 18 Nov 2006 00:49:00 +0000</pubDate>
		<dc:creator>Kaushik</dc:creator>
				<category><![CDATA[Security]]></category>
		<category><![CDATA[Windows]]></category>

		<guid isPermaLink="false">http://kaushik009.wordpress.com/2006/11/18/hide-files-inside-jpg/</guid>
		<description><![CDATA[You will need the following.. Windows 2000 / XP Basic Knowledge of the Command Prompt WinRar Gather your image and the files you wish to lodge into it. Here I have a meeting.txt which which I will slap inside my secret.jpg Add the files you want to hide into a new RAR archive Open Command Prompt Go to the folder where your files are located, in this case &#8216;C:hidden&#8217; Type &#8216;copy /b secret.jpg + meeting.txt.rar lizard.jpg&#8216; where secret.jpg is the original picture, meeting.txt.rar is the file to be hidden, and lizard.jpg is the file which contains both. Test the JPG ...]]></description>
			<content:encoded><![CDATA[<ul>You will need the following..
<li>Windows 2000 / XP</li>
<li>Basic Knowledge of the Command Prompt</li>
<li>WinRar</li>
</ul>
<ol>
<li>Gather your image and the files you wish to lodge into it. Here I have a meeting.txt which which I will slap inside my secret.jpg</li>
<p><img src="http://www.thetechtray.net/videos/rar/startfiles.png" alt="The files you start with!" />
<li>Add the files you want to hide into a new RAR archive</li>
<li>Open Command Prompt</li>
<p><img src="http://www.thetechtray.net/videos/rar/cmd.png" alt="copy /b secret.jpg + meeting.txt.rar lizard.jpg" />
<li>Go to the folder where your files are located, in this case &#8216;C:hidden&#8217;</li>
<li>Type &#8216;<em>copy /b secret.jpg + meeting.txt.rar lizard.jpg</em>&#8216; where secret.jpg is the original picture, meeting.txt.rar is the file to be hidden, and lizard.jpg is the file which contains both. </li>
<li>Test the JPG by opening it, and verifying it still opens. If it does, try opening the file with WinRar!</li>
<p><img src="http://www.thetechtray.net/videos/rar/openjpg.png" title="How to open a JPG in WinRar" /></p>
<li>The completed RAR file!<br /><img src="http://www.thetechtray.net/videos/rar/hidden_final.png" title="The Completed Archive" /></li>
</ol>
<p>link for more reference:  <a href="http://www.thetechtray.net/videos/rar/" target="_blank">http://www.thetechtray.net/videos/rar/</a></p>
]]></content:encoded>
			<wfw:commentRss>http://classictutorials.com/2006/11/hide-files-inside-jpg/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

