<?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>CypherHackz.Net &#187; Tips &amp; Tricks</title>
	<atom:link href="http://www.cypherhackz.net/archives/category/tips-tricks/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.cypherhackz.net</link>
	<description>Malaysia Tech Blog</description>
	<lastBuildDate>Mon, 08 Feb 2010 13:08:48 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.1</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Delete Files in C:\Windows\Installer</title>
		<link>http://www.cypherhackz.net/archives/2009/04/19/delete-files-in-cwindowsinstaller/</link>
		<comments>http://www.cypherhackz.net/archives/2009/04/19/delete-files-in-cwindowsinstaller/#comments</comments>
		<pubDate>Sun, 19 Apr 2009 14:39:09 +0000</pubDate>
		<dc:creator>CypherHackz</dc:creator>
				<category><![CDATA[Tips &#038; Tricks]]></category>
		<category><![CDATA[Installer]]></category>
		<category><![CDATA[TreeSize]]></category>
		<category><![CDATA[Windows]]></category>

		<guid isPermaLink="false">http://www.cypherhackz.net/archives/2009/04/19/delete-files-in-cwindowsinstaller/</guid>
		<description><![CDATA[I was shocked when found out free space in my C drive is only 94MB left. At first I thought it was because of a virus attack so I did run virus scan on my computer but got negative result. So I run disk space analyzer and here is the result.

As you can see, 7GB [...]


Related posts:<ol><li><a href='http://www.cypherhackz.net/archives/2007/12/12/ccleaner-make-your-windows-fresh/' rel='bookmark' title='Permanent Link: CCleaner &#8211; Make your Windows fresh!'>CCleaner &#8211; Make your Windows fresh!</a> <small>When every time you surf websites, many data and information...</small></li><li><a href='http://www.cypherhackz.net/archives/2008/06/17/delete-or-erase-files-with-eraser/' rel='bookmark' title='Permanent Link: Delete or Erase files with Eraser'>Delete or Erase files with Eraser</a> <small>I use my PC mostly for blogging, internet surfing and...</small></li><li><a href='http://www.cypherhackz.net/archives/2007/01/16/how-to-delete-in-use-file-in-windows/' rel='bookmark' title='Permanent Link: How to delete in-use file in Windows'>How to delete in-use file in Windows</a> <small>Sometimes, we can&#8217;t delete certain files because they are currently...</small></li><li><a href='http://www.cypherhackz.net/archives/2009/04/06/files-hidden-by-virus-how-to-unhide-them/' rel='bookmark' title='Permanent Link: Files Hidden by Virus. How to Unhide Them?'>Files Hidden by Virus. How to Unhide Them?</a> <small>The Problem My girlfriend was shocked when she found out...</small></li><li><a href='http://www.cypherhackz.net/archives/2006/12/30/diskeeper-took-two-days-to-defrag-my-windows/' rel='bookmark' title='Permanent Link: Diskeeper took two days to defrag my Windows'>Diskeeper took two days to defrag my Windows</a> <small>This is really first time for me. Few days ago,...</small></li></ol>]]></description>
			<content:encoded><![CDATA[<p>I was shocked when found out free space in my C drive is only 94MB left. At first I thought it was because of a virus attack so I did run virus scan on my computer but got negative result. So I run disk space analyzer and here is the result.</p>
<p align="center"><img height="582" alt="treesize-installer" src="http://www.cypherhackz.net/wp-content/uploads/2009/04/treesize-installer.jpg" width="494" /></p>
<p>As you can see, 7GB space has been occupied by <strong>Installer</strong> folder in my C drive. But is it safe to remove all those files from my system?</p>
<p>The answer is Yes! But in the future, you might having trouble when want to remove installed programs completely. This is because, <strong>C:\Windows\Installer</strong> contains a copy of changed system info when you install a program using the Windows installer. With this file, your system can restore back to its original condition when you remove the program using the <strong>Add/Remove Programs</strong>.</p>
<p>But in my situation, I don&#8217;t care with the problem or trouble or anything because what I want is the free space in my C drive. So what I did was,</p>
<p>1. I downloaded and installed <a href="http://support.microsoft.com/kb/290301">Windows Installer CleanUp Utility</a>.</p>
<p>2. Go to <strong>Start &gt; Run</strong> and type,</p>
<div class="code">&#8220;C:\Program Files\Windows Installer Clean Up\msizap.exe&#8221; G!</div>
<p>3. Click <strong>Ok</strong>.</p>
<p>Then I wait until <strong>Windows Installer CleanUp Utility</strong> finished doing its job. And here is the result,</p>
<p align="center"><img height="582" alt="treesize-installer-02" src="http://www.cypherhackz.net/wp-content/uploads/2009/04/treesize-installer-02.jpg" width="494" /></p>
<p>I have 4GB of free space available in my C drive. Yay!</p>
<p><font color="red">Warning! The command that I give here might corrupt your system and requires to reinstall or repair.</font></p>
    <img src="http://www.cypherhackz.net/?ak_action=api_record_view&id=1366&type=feed" alt="" />

<p>Related posts:<ol><li><a href='http://www.cypherhackz.net/archives/2007/12/12/ccleaner-make-your-windows-fresh/' rel='bookmark' title='Permanent Link: CCleaner &#8211; Make your Windows fresh!'>CCleaner &#8211; Make your Windows fresh!</a> <small>When every time you surf websites, many data and information...</small></li><li><a href='http://www.cypherhackz.net/archives/2008/06/17/delete-or-erase-files-with-eraser/' rel='bookmark' title='Permanent Link: Delete or Erase files with Eraser'>Delete or Erase files with Eraser</a> <small>I use my PC mostly for blogging, internet surfing and...</small></li><li><a href='http://www.cypherhackz.net/archives/2007/01/16/how-to-delete-in-use-file-in-windows/' rel='bookmark' title='Permanent Link: How to delete in-use file in Windows'>How to delete in-use file in Windows</a> <small>Sometimes, we can&#8217;t delete certain files because they are currently...</small></li><li><a href='http://www.cypherhackz.net/archives/2009/04/06/files-hidden-by-virus-how-to-unhide-them/' rel='bookmark' title='Permanent Link: Files Hidden by Virus. How to Unhide Them?'>Files Hidden by Virus. How to Unhide Them?</a> <small>The Problem My girlfriend was shocked when she found out...</small></li><li><a href='http://www.cypherhackz.net/archives/2006/12/30/diskeeper-took-two-days-to-defrag-my-windows/' rel='bookmark' title='Permanent Link: Diskeeper took two days to defrag my Windows'>Diskeeper took two days to defrag my Windows</a> <small>This is really first time for me. Few days ago,...</small></li></ol></p>]]></content:encoded>
			<wfw:commentRss>http://www.cypherhackz.net/archives/2009/04/19/delete-files-in-cwindowsinstaller/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
		<item>
		<title>Automatically Empty Recycle Bin</title>
		<link>http://www.cypherhackz.net/archives/2008/08/06/automatically-empty-recycle-bin/</link>
		<comments>http://www.cypherhackz.net/archives/2008/08/06/automatically-empty-recycle-bin/#comments</comments>
		<pubDate>Wed, 06 Aug 2008 14:20:03 +0000</pubDate>
		<dc:creator>CypherHackz</dc:creator>
				<category><![CDATA[Tips &#038; Tricks]]></category>
		<category><![CDATA[Windows]]></category>

		<guid isPermaLink="false">http://www.cypherhackz.net/archives/2008/08/06/automatically-empty-recycle-bin/</guid>
		<description><![CDATA[When we delete a file, that file will move into Recycle Bin. There, we have options whether to restore it or just empty the Recycle Bin.

I usually empty my Recycle Bin before I shut down my computer. But, it would be more better if evertime when I delete a file, it will completely remove the [...]


Related posts:<ol><li><a href='http://www.cypherhackz.net/archives/2006/10/03/1-step-simple-trick-with-recycle-bin/' rel='bookmark' title='Permanent Link: 1 step simple trick with Recycle Bin'>1 step simple trick with Recycle Bin</a> <small>I disable Show Desktop Icons on my computer. So all...</small></li><li><a href='http://www.cypherhackz.net/archives/2008/06/17/delete-or-erase-files-with-eraser/' rel='bookmark' title='Permanent Link: Delete or Erase files with Eraser'>Delete or Erase files with Eraser</a> <small>I use my PC mostly for blogging, internet surfing and...</small></li><li><a href='http://www.cypherhackz.net/archives/2007/12/12/ccleaner-make-your-windows-fresh/' rel='bookmark' title='Permanent Link: CCleaner &#8211; Make your Windows fresh!'>CCleaner &#8211; Make your Windows fresh!</a> <small>When every time you surf websites, many data and information...</small></li><li><a href='http://www.cypherhackz.net/archives/2008/09/01/monthly-highlights-august-2008/' rel='bookmark' title='Permanent Link: Monthly Highlights &#8211; August 2008'>Monthly Highlights &#8211; August 2008</a> <small>August 2008 Monthly Highlights: Automatically Empty Recycle Bin Learn how...</small></li><li><a href='http://www.cypherhackz.net/archives/2007/01/16/how-to-delete-in-use-file-in-windows/' rel='bookmark' title='Permanent Link: How to delete in-use file in Windows'>How to delete in-use file in Windows</a> <small>Sometimes, we can&#8217;t delete certain files because they are currently...</small></li></ol>]]></description>
			<content:encoded><![CDATA[<p>When we delete a file, that file will move into Recycle Bin. There, we have options whether to restore it or just empty the Recycle Bin.</p>
<p><img height="425" alt="recyclebin-01" src="http://www.cypherhackz.net/wp-content/uploads/2008/08/recyclebin-01.jpg" width="344" /></p>
<p>I usually empty my Recycle Bin before I shut down my computer. But, it would be more better if evertime when I delete a file, it will completely remove the file from the system and not send into the Recycle Bin. I can choose to use <em>Shift+Delete</em> but there is another better way to do so.</p>
<p><strong>Right click</strong> on your Recycle Bin icon and choose <strong>Properties</strong>. Under the <strong>Global</strong> tab, tick <em>&#8220;Do not move files to the Recycle Bin. Remove files immediately when deleted</em>&#8220;. Then, click <strong>Ok</strong>.</p>
<p><img height="140" alt="recyclebin-02" src="http://www.cypherhackz.net/wp-content/uploads/2008/08/recyclebin-02.jpg" width="419" /></p>
<p>Now, try delete a file that you don&#8217;t want anymore. A dialog box will appear asking you for a confirmation to delete the file permenantly. When you hit <strong>Yes</strong> button, that file will be deleted and will not move into Recycle Bin. So I don&#8217;t have to empty my Recycle Bin after delete that file.</p>
<p>But take note, if you accidentally deleted an important file, you will not able to restore it back from the Recycle Bin. You will need to use a special software like <a href="http://www.recuva.com/">Recuva</a> to recover the deleted file.</p>
    <img src="http://www.cypherhackz.net/?ak_action=api_record_view&id=1236&type=feed" alt="" />

<p>Related posts:<ol><li><a href='http://www.cypherhackz.net/archives/2006/10/03/1-step-simple-trick-with-recycle-bin/' rel='bookmark' title='Permanent Link: 1 step simple trick with Recycle Bin'>1 step simple trick with Recycle Bin</a> <small>I disable Show Desktop Icons on my computer. So all...</small></li><li><a href='http://www.cypherhackz.net/archives/2008/06/17/delete-or-erase-files-with-eraser/' rel='bookmark' title='Permanent Link: Delete or Erase files with Eraser'>Delete or Erase files with Eraser</a> <small>I use my PC mostly for blogging, internet surfing and...</small></li><li><a href='http://www.cypherhackz.net/archives/2007/12/12/ccleaner-make-your-windows-fresh/' rel='bookmark' title='Permanent Link: CCleaner &#8211; Make your Windows fresh!'>CCleaner &#8211; Make your Windows fresh!</a> <small>When every time you surf websites, many data and information...</small></li><li><a href='http://www.cypherhackz.net/archives/2008/09/01/monthly-highlights-august-2008/' rel='bookmark' title='Permanent Link: Monthly Highlights &#8211; August 2008'>Monthly Highlights &#8211; August 2008</a> <small>August 2008 Monthly Highlights: Automatically Empty Recycle Bin Learn how...</small></li><li><a href='http://www.cypherhackz.net/archives/2007/01/16/how-to-delete-in-use-file-in-windows/' rel='bookmark' title='Permanent Link: How to delete in-use file in Windows'>How to delete in-use file in Windows</a> <small>Sometimes, we can&#8217;t delete certain files because they are currently...</small></li></ol></p>]]></content:encoded>
			<wfw:commentRss>http://www.cypherhackz.net/archives/2008/08/06/automatically-empty-recycle-bin/feed/</wfw:commentRss>
		<slash:comments>6</slash:comments>
		</item>
		<item>
		<title>Delete or Erase files with Eraser</title>
		<link>http://www.cypherhackz.net/archives/2008/06/17/delete-or-erase-files-with-eraser/</link>
		<comments>http://www.cypherhackz.net/archives/2008/06/17/delete-or-erase-files-with-eraser/#comments</comments>
		<pubDate>Tue, 17 Jun 2008 11:55:31 +0000</pubDate>
		<dc:creator>CypherHackz</dc:creator>
				<category><![CDATA[Security]]></category>
		<category><![CDATA[Tips &#038; Tricks]]></category>
		<category><![CDATA[Windows]]></category>

		<guid isPermaLink="false">http://www.cypherhackz.net/archives/2008/06/17/delete-or-erase-files-with-eraser/</guid>
		<description><![CDATA[I use my PC mostly for blogging, internet surfing and sometimes pay bills online. I also store sensitive information such as my education grades (this can be sensitive information too :p ) in my PC. Everything that I do and files that I saved are recorded and stored into the hard disk. Even though I [...]


Related posts:<ol><li><a href='http://www.cypherhackz.net/archives/2008/08/06/automatically-empty-recycle-bin/' rel='bookmark' title='Permanent Link: Automatically Empty Recycle Bin'>Automatically Empty Recycle Bin</a> <small>When we delete a file, that file will move into...</small></li><li><a href='http://www.cypherhackz.net/archives/2009/04/19/delete-files-in-cwindowsinstaller/' rel='bookmark' title='Permanent Link: Delete Files in C:\Windows\Installer'>Delete Files in C:\Windows\Installer</a> <small>I was shocked when found out free space in my...</small></li><li><a href='http://www.cypherhackz.net/archives/2007/01/16/how-to-delete-in-use-file-in-windows/' rel='bookmark' title='Permanent Link: How to delete in-use file in Windows'>How to delete in-use file in Windows</a> <small>Sometimes, we can&#8217;t delete certain files because they are currently...</small></li><li><a href='http://www.cypherhackz.net/archives/2006/06/08/go-away-thumbsdb/' rel='bookmark' title='Permanent Link: Go away Thumbs.db!'>Go away Thumbs.db!</a> <small>When I upload a folder image to my site via...</small></li><li><a href='http://www.cypherhackz.net/archives/2007/12/12/ccleaner-make-your-windows-fresh/' rel='bookmark' title='Permanent Link: CCleaner &#8211; Make your Windows fresh!'>CCleaner &#8211; Make your Windows fresh!</a> <small>When every time you surf websites, many data and information...</small></li></ol>]]></description>
			<content:encoded><![CDATA[<p>I use my PC mostly for blogging, internet surfing and sometimes pay bills online. I also store sensitive information such as my education grades (this can be sensitive information too :p ) in my PC. Everything that I do and files that I saved are recorded and stored into the hard disk. Even though I have deleted the files and removed &#8220;the traces&#8221;, they are still exist in my hard disk.</p>
<p>Maybe you have heard about this. When we delete a file, the file that we have deleted is not removed from our hard disk entirely. It is still exist in our hard disk but the operating system doesn&#8217;t know where to find it because the first byte of the file has been changed to E5 (a HEX value). The data is still remains on the hard disk unchanged unless when a new data is written on it.</p>
<p><img height="337" alt="eraser-01" src="http://www.cypherhackz.net/wp-content/uploads/2008/06/eraser-01.jpg" width="480" /></p>
<p>If you have sensitive documents in your PC or you don&#8217;t want somebody else found what you did with the PC, you can wipe your traces by using <a href="http://www.heidi.ie/node/6">Eraser</a>. Eraser is a powerful tool that can help you to cover up your tracks. This freeware tool will overwrite the file up to 35 times when using Guttmann technique.</p>
<p>Let say you saved your medical report in your PC and want to delete it. You can <em>Shift + Delete</em> the file but as I mentioned earlier, the file is still exist on the hard disk as long as no new data been written on it. So, use Eraser and delete the file entirely.</p>
<p><img height="188" alt="eraser-02" src="http://www.cypherhackz.net/wp-content/uploads/2008/06/eraser-02.jpg" width="308" /></p>
<p>Eraser provides many features. You can use it to delete and move files or folders securely. It also can remove everything in your Recycle Bin in just a snap. Just right click on the Recycle Bin icon and choose which technique that you want to use to clean up your Recycle Bin.</p>
<ul>
<li>Works with Windows 95, 98, ME, NT, 2000, XP (32/64),Vista (32/64), Windows Server 2003 and DOS. It works with any drive including IDE, SCSI and RAID, and CD-RW&#8217;s.</li>
<li>Uses the Guttmann (Default), Pseudorandom Data and US DoD 5220-22.M methods.</li>
<li>Erases Files and Folders.</li>
<li>Erases Files/Folders that were only previously &#8216;deleted&#8217;.</li>
<li>Erases all hard drives using &#8216;Darik&#8217;s Boot and Nuke&#8217; method.</li>
<li>Erases Index.dat on Reboot</li>
<li>Erases Encrypted Files and Drives.</li>
<li>Erases FreeSpace on 95, 98, ME, NT, 2000, XP and DOS.</li>
<li>Erases contents of the Recycle Bin.</li>
<li>Erases Compressed Files and Drives.</li>
<li>Erases Network Files, Floppy Disks, CD-RW, DVD-RAM, DVD-RW.</li>
<li>Erases Windows Temporary Files.</li>
<li>Erases Internet Cookies.</li>
<li>Erases Paging (swap) file.</li>
<li>Erases Internet Cache.</li>
<li>Appears as an &#8216;Erase&#8217; option on the Context Menu of Windows Explorer and Recycle Bin.</li>
<li>Comes with an Eraser Scheduler that allows you to create user-defined tasks.</li>
<li>Defeats File Recovery software applications Hardware tools.</li>
<li>Supports FAT32 and NTFS Files Systems.</li>
<li>Eraser is easy to use and comes with a dedicated support network.</li>
</ul>
<p>Another great feature that I like in Eraser is, you can overwrite free spaces in your hard disk by using Eraser. With this, your privacy will be protected because the unallocated data on the hard disk will be wiped out completely.</p>
<p><img height="433" alt="eraser-03" src="http://www.cypherhackz.net/wp-content/uploads/2008/06/eraser-03.jpg" width="481" /></p>
<p>Your credit card numbers, bank account number and everything that you keep in your PC can be recoverable even you have deleted them from your PC. Use Eraser! There is no business issue here. I get nothing when promoting this software. I just want to share with you this tip so you can protect your privacy and no one will be able to compromise you in the future.</p>
    <img src="http://www.cypherhackz.net/?ak_action=api_record_view&id=1210&type=feed" alt="" />

<p>Related posts:<ol><li><a href='http://www.cypherhackz.net/archives/2008/08/06/automatically-empty-recycle-bin/' rel='bookmark' title='Permanent Link: Automatically Empty Recycle Bin'>Automatically Empty Recycle Bin</a> <small>When we delete a file, that file will move into...</small></li><li><a href='http://www.cypherhackz.net/archives/2009/04/19/delete-files-in-cwindowsinstaller/' rel='bookmark' title='Permanent Link: Delete Files in C:\Windows\Installer'>Delete Files in C:\Windows\Installer</a> <small>I was shocked when found out free space in my...</small></li><li><a href='http://www.cypherhackz.net/archives/2007/01/16/how-to-delete-in-use-file-in-windows/' rel='bookmark' title='Permanent Link: How to delete in-use file in Windows'>How to delete in-use file in Windows</a> <small>Sometimes, we can&#8217;t delete certain files because they are currently...</small></li><li><a href='http://www.cypherhackz.net/archives/2006/06/08/go-away-thumbsdb/' rel='bookmark' title='Permanent Link: Go away Thumbs.db!'>Go away Thumbs.db!</a> <small>When I upload a folder image to my site via...</small></li><li><a href='http://www.cypherhackz.net/archives/2007/12/12/ccleaner-make-your-windows-fresh/' rel='bookmark' title='Permanent Link: CCleaner &#8211; Make your Windows fresh!'>CCleaner &#8211; Make your Windows fresh!</a> <small>When every time you surf websites, many data and information...</small></li></ol></p>]]></content:encoded>
			<wfw:commentRss>http://www.cypherhackz.net/archives/2008/06/17/delete-or-erase-files-with-eraser/feed/</wfw:commentRss>
		<slash:comments>7</slash:comments>
		</item>
		<item>
		<title>&#8220;Hack&#8221; Huawei E220 &#8211; Make it supports up to 7.2Mbps</title>
		<link>http://www.cypherhackz.net/archives/2008/01/31/hack-huawei-e220-make-it-supports-up-to-72mbps/</link>
		<comments>http://www.cypherhackz.net/archives/2008/01/31/hack-huawei-e220-make-it-supports-up-to-72mbps/#comments</comments>
		<pubDate>Thu, 31 Jan 2008 02:01:54 +0000</pubDate>
		<dc:creator>CypherHackz</dc:creator>
				<category><![CDATA[Tips &#038; Tricks]]></category>

		<guid isPermaLink="false">http://www.cypherhackz.net/archives/2008/01/31/hack-huawei-e220-make-it-supports-up-to-72mbps/</guid>
		<description><![CDATA[By default, Huawei E220 can only support up to 3.6Mbps speed. In Malaysia, 3.6Mbps is the top speed that 3.5G broadband users can get. But the truth is, it is just a fantasy. No one will get that speed.

By default, Huawei E220 only can handles 3.6Mbps connection
I even asked Celcom technician to do speedtest at [...]


Related posts:<ol><li><a href='http://www.cypherhackz.net/archives/2007/11/06/how-to-setup-huawei-for-celcom-3g-broadband/' rel='bookmark' title='Permanent Link: How to setup Huawei for Celcom 3G broadband?'>How to setup Huawei for Celcom 3G broadband?</a> <small>To setup the Huawei device (USB modem/datacard) for broadband connetion...</small></li><li><a href='http://www.cypherhackz.net/archives/2008/02/01/monthly-highlights-january-2008/' rel='bookmark' title='Permanent Link: Monthly Highlights &#8211; January 2008'>Monthly Highlights &#8211; January 2008</a> <small>Many of you are waiting for my Monthly Highlights right?...</small></li><li><a href='http://www.cypherhackz.net/archives/2007/11/02/celcom-broadband-for-only-rm68/' rel='bookmark' title='Permanent Link: Celcom Broadband for only RM68'>Celcom Broadband for only RM68</a> <small>Edit: Celcom Broadband 3.6Mbps package is now RM98 monthly. Really...</small></li><li><a href='http://www.cypherhackz.net/archives/2006/11/17/hack-atms-using-mp3-player/' rel='bookmark' title='Permanent Link: Hack ATMs using MP3 Player'>Hack ATMs using MP3 Player</a> <small>According to The Times of London, a criminal gang in...</small></li><li><a href='http://www.cypherhackz.net/archives/2007/05/21/rapidshare-tool-the-grabber-148-released/' rel='bookmark' title='Permanent Link: Rapidshare Tool: The Grabber 1.4.8 released'>Rapidshare Tool: The Grabber 1.4.8 released</a> <small>Earlier version, The Grabber was not working because Rapidshare has...</small></li></ol>]]></description>
			<content:encoded><![CDATA[<p>By default, Huawei E220 can only support up to 3.6Mbps speed. In Malaysia, 3.6Mbps is the top speed that 3.5G broadband users can get. But the truth is, it is just a fantasy. No one will get that speed.</p>
<p><img height="98" alt="huawei-720-02" src="http://www.cypherhackz.net/wp-content/uploads/2008/01/huawei-720-02.jpg" width="378" /><br />
<em>By default, Huawei E220 only can handles 3.6Mbps connection</em></p>
<p>I even asked Celcom technician to do speedtest at place. Do you want to know how much speed that he got? Only 1.2Mbps. And the test was done in the morning (at low peak time). And when I asked why he only got 1.2Mbps and not 3.6Mbps or even 2Mbps? Here is what he replied,</p>
<blockquote>
<p>&#8220;This is because our server can&#8217;t support so many users. If there are many users use the Internet at one time, the slowness will happen.&#8221;</p>
</blockquote>
<p>Duh&#8230;what a very frustrating answer. Why don&#8217;t you guys (Celcom) use our money to upgrade the server? It is better than hearing our complaints every minutes and seconds.</p>
<p><img height="97" alt="huawei-720-01" src="http://www.cypherhackz.net/wp-content/uploads/2008/01/huawei-720-01.jpg" width="424" /><br />
<em>But this &#8220;hack&#8221; can make it to 7.2Mbps</em></p>
<p>Ok, back to the article. How you can &#8220;hack&#8221; your Huawei E220 USB modem to make it supports up to 7.2Mbps speed? By default, Huawei E220 will only can operates at 3.6Mbps. But by doing this &#8220;hack&#8221; you can make it to operate at 7.2Mbps.</p>
<p>Before we can proceed to &#8220;hack&#8221; our Huawei E220 usb modem, I must give some advices first. Please don&#8217;t do this &#8220;hack&#8221; if,</p>
<ul>
<li>your device is still under contract or warranty</li>
<li>you don&#8217;t want to get into troubles if something goes wrong</li>
<li>you don&#8217;t want to make your Huawei E220 supports 7.2Mbps speed</li>
</ul>
<p><font color="red"><strong>Disclaimer:</strong> I will not responsible on anything you do or happen to your Huawei E220 USB Modem.</font></p>
<p>Now, to do the &#8220;hack&#8221; is really simple. First what you need to do is to backup all files in the Huawei E220 USB modem to your computer. I forgot to copy the files and I have lost everything. So my advice, make a backup all the files into your computer hard drive. DON&#8217;T do the same mistake like I did.</p>
<p>Now go to <a href="http://www.mobileconnected.co.uk/huawei-e220-72mbps-firmware-update/">Mobile Connected website</a> and download firmware 11.117.09.00.00. The download link is at the end of the article. Download it and run the update file. Follow the screen and make sure to tick &#8220;Forced Download&#8221;.</p>
<p>The download process will take awhile and you will see the green light blinking rapidly. Once the &#8220;hack&#8221; is done, you will see your connection is able to support up to 7.2Mbps like the image I put in this article.</p>
<p>Again, in Malaysia, we are provided with 3.6Mbps only. This 7.2Mbps is only available in UK, US and other first and second world countries. So, even though you do this &#8220;hack&#8221;, it doesn&#8217;t mean you will get faster broadband connection.</p>
<h3>Update the Dashboard</h3>
<p>But if you want to upgrade the dashboard application (Mobile Connect), you can do so by downloading the update from <a href="http://www.huawei.com/mobileweb/en/doc/list.do?type=-1&amp;id=736">Huawei download page</a>. Choose the latest version (the latest date it get published). After the download is finished, open the archive and run the file.</p>
<p><img height="330" alt="huawei-720-03" src="http://www.cypherhackz.net/wp-content/uploads/2008/01/huawei-720-03.jpg" width="450" /><br />
<em>Mobile Partner in action</em></p>
<p>This new version is using Huawei Partner and not Mobile Connect anymore. I don&#8217;t know why they choose Mobile Parner. For me, Mobile Connect is much easier to use and give more statistics details. Or maybe they decided to use Mobile Partner because it is faster to locate what services available around you. That is the only improvement I see after the &#8220;hack&#8221; is done.</p>
<p>But if you found other improvements in this latest firmware, please drop it into the comment form below. So I can check from my end too.</p>
<p><strong>Edit:</strong> Here is the screenshot taken while I was downloading files using Internet Download Manager.</p>
<p><img src='http://www.cypherhackz.net/wp-content/uploads/2008/02/idm-download.jpg' alt='idm-download.jpg' /></p>
    <img src="http://www.cypherhackz.net/?ak_action=api_record_view&id=1122&type=feed" alt="" />

<p>Related posts:<ol><li><a href='http://www.cypherhackz.net/archives/2007/11/06/how-to-setup-huawei-for-celcom-3g-broadband/' rel='bookmark' title='Permanent Link: How to setup Huawei for Celcom 3G broadband?'>How to setup Huawei for Celcom 3G broadband?</a> <small>To setup the Huawei device (USB modem/datacard) for broadband connetion...</small></li><li><a href='http://www.cypherhackz.net/archives/2008/02/01/monthly-highlights-january-2008/' rel='bookmark' title='Permanent Link: Monthly Highlights &#8211; January 2008'>Monthly Highlights &#8211; January 2008</a> <small>Many of you are waiting for my Monthly Highlights right?...</small></li><li><a href='http://www.cypherhackz.net/archives/2007/11/02/celcom-broadband-for-only-rm68/' rel='bookmark' title='Permanent Link: Celcom Broadband for only RM68'>Celcom Broadband for only RM68</a> <small>Edit: Celcom Broadband 3.6Mbps package is now RM98 monthly. Really...</small></li><li><a href='http://www.cypherhackz.net/archives/2006/11/17/hack-atms-using-mp3-player/' rel='bookmark' title='Permanent Link: Hack ATMs using MP3 Player'>Hack ATMs using MP3 Player</a> <small>According to The Times of London, a criminal gang in...</small></li><li><a href='http://www.cypherhackz.net/archives/2007/05/21/rapidshare-tool-the-grabber-148-released/' rel='bookmark' title='Permanent Link: Rapidshare Tool: The Grabber 1.4.8 released'>Rapidshare Tool: The Grabber 1.4.8 released</a> <small>Earlier version, The Grabber was not working because Rapidshare has...</small></li></ol></p>]]></content:encoded>
			<wfw:commentRss>http://www.cypherhackz.net/archives/2008/01/31/hack-huawei-e220-make-it-supports-up-to-72mbps/feed/</wfw:commentRss>
		<slash:comments>84</slash:comments>
		</item>
		<item>
		<title>CSS Drop Shadow in Wordpress</title>
		<link>http://www.cypherhackz.net/archives/2008/01/22/css-drop-shadow-in-wordpress/</link>
		<comments>http://www.cypherhackz.net/archives/2008/01/22/css-drop-shadow-in-wordpress/#comments</comments>
		<pubDate>Tue, 22 Jan 2008 11:55:24 +0000</pubDate>
		<dc:creator>CypherHackz</dc:creator>
				<category><![CDATA[Tips &#038; Tricks]]></category>
		<category><![CDATA[Wordpress]]></category>

		<guid isPermaLink="false">http://www.cypherhackz.net/archives/2008/01/22/css-drop-shadow-in-wordpress/</guid>
		<description><![CDATA[I found this effect at Neo&#8217;s blog. I don&#8217;t think it is suitable to use on my website so I use it on my personal website instead. You can see the demo at my personal blog or just visit Neo&#8217;s blog.

To setup this effect is not difficult. It only involves CSS and a shadow image. [...]


Related posts:<ol><li><a href='http://www.cypherhackz.net/archives/2007/03/29/tidy-up-your-css-file-with-clean-css/' rel='bookmark' title='Permanent Link: Tidy-up your CSS file with Clean CSS'>Tidy-up your CSS file with Clean CSS</a> <small>I coded all my themes and CSS manually by using...</small></li><li><a href='http://www.cypherhackz.net/archives/2007/06/21/cypherfs-greeny-wordpress-theme-released/' rel='bookmark' title='Permanent Link: CypherFS Greeny Wordpress Theme Released'>CypherFS Greeny Wordpress Theme Released</a> <small>New Wordpress theme for your Wordpress blog! Click the image...</small></li><li><a href='http://www.cypherhackz.net/archives/2006/11/21/add-stumbleupon-in-your-wordpress/' rel='bookmark' title='Permanent Link: Add StumbleUpon in your Wordpress'>Add StumbleUpon in your Wordpress</a> <small>That is why I love using Wordpress for my website....</small></li><li><a href='http://www.cypherhackz.net/archives/2006/12/08/display-adsense-in-certain-posts-in-wordpress/' rel='bookmark' title='Permanent Link: Display AdSense in certain Posts in Wordpress'>Display AdSense in certain Posts in Wordpress</a> <small>James emailed me on how I display my adsense in...</small></li><li><a href='http://www.cypherhackz.net/archives/2007/06/09/cypherfs-royale-wordpress-theme-released/' rel='bookmark' title='Permanent Link: CypherFS Royale Wordpress Theme Released'>CypherFS Royale Wordpress Theme Released</a> <small>Ladies and gentleman&#8230; I&#8217;m proudly to announce, CypherFS Royale, my...</small></li></ol>]]></description>
			<content:encoded><![CDATA[<p>I found this effect at <a href="http://www.hot-screensaver.com/">Neo&#8217;s blog</a>. I don&#8217;t think it is suitable to use on my website so I use it on my personal website instead. You can see the demo at <a href="http://www.blogaku.net/">my personal blog</a> or just visit Neo&#8217;s blog.</p>
<p><img height="383" alt="drop-shadow" src="http://www.cypherhackz.net/wp-content/uploads/2008/01/drop-shadow.jpg" width="472" /></p>
<p>To setup this effect is not difficult. It only involves CSS and a shadow image. First what you need to do is download this <a href="http://www.blogaku.net/wp-content/themes/CypherFS-DSP/images/shadow.gif">shadow image</a> and upload it to your theme image folder. Like in my case, I uploaded it into /images.</p>
<p>Then, what you need to do is open your theme CSS file, style.css, and paste this code.</p>
<div class="code">
<p>.entry img{<br />
background: url(images/shadow.gif) no-repeat right bottom;<br />
padding: 4px 10px 10px 4px;<br />
border-top: #eee 1px solid;<br />
border-left: #eee 1px solid;<br />
}</p>
</div>
<p>Once finished, save the file and upload it back to your theme folder. As you can see in the CSS code above, the drop shadow will only work on images that are inside .entry class. Change the class name based on your theme structure.</p>
<p><strong>Note:</strong> This trick is not limited for Wordpress only. You can also use it on other websites other than Wordpress. It is just CSS.</p>
    <img src="http://www.cypherhackz.net/?ak_action=api_record_view&id=1113&type=feed" alt="" />

<p>Related posts:<ol><li><a href='http://www.cypherhackz.net/archives/2007/03/29/tidy-up-your-css-file-with-clean-css/' rel='bookmark' title='Permanent Link: Tidy-up your CSS file with Clean CSS'>Tidy-up your CSS file with Clean CSS</a> <small>I coded all my themes and CSS manually by using...</small></li><li><a href='http://www.cypherhackz.net/archives/2007/06/21/cypherfs-greeny-wordpress-theme-released/' rel='bookmark' title='Permanent Link: CypherFS Greeny Wordpress Theme Released'>CypherFS Greeny Wordpress Theme Released</a> <small>New Wordpress theme for your Wordpress blog! Click the image...</small></li><li><a href='http://www.cypherhackz.net/archives/2006/11/21/add-stumbleupon-in-your-wordpress/' rel='bookmark' title='Permanent Link: Add StumbleUpon in your Wordpress'>Add StumbleUpon in your Wordpress</a> <small>That is why I love using Wordpress for my website....</small></li><li><a href='http://www.cypherhackz.net/archives/2006/12/08/display-adsense-in-certain-posts-in-wordpress/' rel='bookmark' title='Permanent Link: Display AdSense in certain Posts in Wordpress'>Display AdSense in certain Posts in Wordpress</a> <small>James emailed me on how I display my adsense in...</small></li><li><a href='http://www.cypherhackz.net/archives/2007/06/09/cypherfs-royale-wordpress-theme-released/' rel='bookmark' title='Permanent Link: CypherFS Royale Wordpress Theme Released'>CypherFS Royale Wordpress Theme Released</a> <small>Ladies and gentleman&#8230; I&#8217;m proudly to announce, CypherFS Royale, my...</small></li></ol></p>]]></content:encoded>
			<wfw:commentRss>http://www.cypherhackz.net/archives/2008/01/22/css-drop-shadow-in-wordpress/feed/</wfw:commentRss>
		<slash:comments>7</slash:comments>
		</item>
		<item>
		<title>Copy files faster with TeraCopy</title>
		<link>http://www.cypherhackz.net/archives/2008/01/18/copy-files-faster-with-teracopy/</link>
		<comments>http://www.cypherhackz.net/archives/2008/01/18/copy-files-faster-with-teracopy/#comments</comments>
		<pubDate>Fri, 18 Jan 2008 09:33:29 +0000</pubDate>
		<dc:creator>CypherHackz</dc:creator>
				<category><![CDATA[Computers]]></category>
		<category><![CDATA[Tips &#038; Tricks]]></category>

		<guid isPermaLink="false">http://www.cypherhackz.net/archives/2008/01/18/copy-files-faster-with-teracopy/</guid>
		<description><![CDATA[If you copy a single file which has size about 50Mb, it will take about 1 minute or maybe less to finish copying it. But if you want to copy a folder which has hundreds of files, it might take longer even though the size is similar.

But with TeraCopy, it can reduces the time. This [...]


Related posts:<ol><li><a href='http://www.cypherhackz.net/archives/2007/07/03/protect-php-files-with-free-php-encoder/' rel='bookmark' title='Permanent Link: Protect PHP files with Free PHP Encoder'>Protect PHP files with Free PHP Encoder</a> <small>For me as a Wordpress theme coder don&#8217;t like users...</small></li><li><a href='http://www.cypherhackz.net/archives/2007/05/16/trick-to-hide-files-in-jpg-image/' rel='bookmark' title='Permanent Link: Trick to hide files in JPG image'>Trick to hide files in JPG image</a> <small>This trick is simple but it is really geeky. Did...</small></li><li><a href='http://www.cypherhackz.net/archives/2009/08/03/lock-folder-xp-protect-your-secrets-from-others/' rel='bookmark' title='Permanent Link: Lock Folder XP &#8211; Protect Your Secrets from Others'>Lock Folder XP &#8211; Protect Your Secrets from Others</a> <small> I am sure everyone of you have their secrets...</small></li><li><a href='http://www.cypherhackz.net/archives/2009/04/19/delete-files-in-cwindowsinstaller/' rel='bookmark' title='Permanent Link: Delete Files in C:\Windows\Installer'>Delete Files in C:\Windows\Installer</a> <small>I was shocked when found out free space in my...</small></li><li><a href='http://www.cypherhackz.net/archives/2007/02/03/tools-to-convert-flv-files/' rel='bookmark' title='Permanent Link: Tools to convert FLV files'>Tools to convert FLV files</a> <small>There are tricks that we can use to download videos...</small></li></ol>]]></description>
			<content:encoded><![CDATA[<p>If you copy a single file which has size about 50Mb, it will take about 1 minute or maybe less to finish copying it. But if you want to copy a folder which has hundreds of files, it might take longer even though the size is similar.</p>
<p><img height="277" alt="teracopybig" src="http://www.cypherhackz.net/wp-content/uploads/2008/01/teracopybig.jpg" width="450" /></p>
<p>But with <a href="http://www.codesector.com/teracopy.php">TeraCopy</a>, it can reduces the time. This tool is designed to copy and move files at the maximum speed and also provides with the following features:</p>
<ul>
<li>Copy files faster</li>
<li>Pause and resume file transfers</li>
<li>Error recovery</li>
<li>Interactive file list</li>
<li>Shell integration</li>
<li>Full Unicode support</li>
</ul>
<p>TeraCopy is free for home users but it only has basic functions. If you want to have extra features, you can go for the pro version. In pro version, you can copy selected files with the same extensions or same folder and it also allows you to remove selected files from the copy queue. And of course, there are <a href="http://www.codesector.com/buy.php?tc">more features</a> in the pro version.</p>
<p class="download"><a href="http://www.codesector.com/download.php">Download TeraCopy</a></p>
<p class="via"><a href="http://www.friedbeef.com/2007/12/19/how-to-copy-files-faster-and-easier/">How to Copy Files Faster and Easier</a> [via Friedbeef]</p>
    <img src="http://www.cypherhackz.net/?ak_action=api_record_view&id=1111&type=feed" alt="" />

<p>Related posts:<ol><li><a href='http://www.cypherhackz.net/archives/2007/07/03/protect-php-files-with-free-php-encoder/' rel='bookmark' title='Permanent Link: Protect PHP files with Free PHP Encoder'>Protect PHP files with Free PHP Encoder</a> <small>For me as a Wordpress theme coder don&#8217;t like users...</small></li><li><a href='http://www.cypherhackz.net/archives/2007/05/16/trick-to-hide-files-in-jpg-image/' rel='bookmark' title='Permanent Link: Trick to hide files in JPG image'>Trick to hide files in JPG image</a> <small>This trick is simple but it is really geeky. Did...</small></li><li><a href='http://www.cypherhackz.net/archives/2009/08/03/lock-folder-xp-protect-your-secrets-from-others/' rel='bookmark' title='Permanent Link: Lock Folder XP &#8211; Protect Your Secrets from Others'>Lock Folder XP &#8211; Protect Your Secrets from Others</a> <small> I am sure everyone of you have their secrets...</small></li><li><a href='http://www.cypherhackz.net/archives/2009/04/19/delete-files-in-cwindowsinstaller/' rel='bookmark' title='Permanent Link: Delete Files in C:\Windows\Installer'>Delete Files in C:\Windows\Installer</a> <small>I was shocked when found out free space in my...</small></li><li><a href='http://www.cypherhackz.net/archives/2007/02/03/tools-to-convert-flv-files/' rel='bookmark' title='Permanent Link: Tools to convert FLV files'>Tools to convert FLV files</a> <small>There are tricks that we can use to download videos...</small></li></ol></p>]]></content:encoded>
			<wfw:commentRss>http://www.cypherhackz.net/archives/2008/01/18/copy-files-faster-with-teracopy/feed/</wfw:commentRss>
		<slash:comments>11</slash:comments>
		</item>
		<item>
		<title>Reveal the hidden passwords behind the asterisks</title>
		<link>http://www.cypherhackz.net/archives/2008/01/17/reveal-the-hidden-passwords-behind-the-asterisks/</link>
		<comments>http://www.cypherhackz.net/archives/2008/01/17/reveal-the-hidden-passwords-behind-the-asterisks/#comments</comments>
		<pubDate>Thu, 17 Jan 2008 06:18:32 +0000</pubDate>
		<dc:creator>CypherHackz</dc:creator>
				<category><![CDATA[Firefox]]></category>
		<category><![CDATA[Security]]></category>
		<category><![CDATA[Tips &#038; Tricks]]></category>

		<guid isPermaLink="false">http://www.cypherhackz.net/archives/2008/01/17/reveal-the-hidden-passwords-behind-the-asterisks/</guid>
		<description><![CDATA[Edit: Make sure you correct the apostrophe and the quote of the javascript first. It seems like I having problem with the character encoding. Does anyone know how to fix it?
The combination of username-password is the popular method to authenticate someone that he or she is the authorized person to use a service or has [...]


Related posts:<ol><li><a href='http://www.cypherhackz.net/archives/2006/06/11/plaintext-passwords-in-firefox/' rel='bookmark' title='Permanent Link: Plaintext passwords in Firefox'>Plaintext passwords in Firefox</a> <small>Go to Tools &gt; Options and click on Password tab....</small></li><li><a href='http://www.cypherhackz.net/archives/2008/02/01/monthly-highlights-january-2008/' rel='bookmark' title='Permanent Link: Monthly Highlights &#8211; January 2008'>Monthly Highlights &#8211; January 2008</a> <small>Many of you are waiting for my Monthly Highlights right?...</small></li><li><a href='http://www.cypherhackz.net/archives/2006/11/25/firefox-and-ie-vulnerable-to-password-theft/' rel='bookmark' title='Permanent Link: Firefox and IE Vulnerable to Password Theft'>Firefox and IE Vulnerable to Password Theft</a> <small> A software security researcher has warned that the password...</small></li><li><a href='http://www.cypherhackz.net/archives/2008/05/07/roboform-remembers-passwords-so-you-dont-have-to/' rel='bookmark' title='Permanent Link: RoboForm &#8211; Remembers Passwords So You Don&#8217;t Have To'>RoboForm &#8211; Remembers Passwords So You Don&#8217;t Have To</a> <small>In our daily life, Internet is so important. We use...</small></li><li><a href='http://www.cypherhackz.net/archives/2006/11/17/delete-individual-links-in-firefox-ie/' rel='bookmark' title='Permanent Link: Delete Individual Links in Firefox &#038; IE'>Delete Individual Links in Firefox &#038; IE</a> <small>Every links that you have typed in the address bar...</small></li></ol>]]></description>
			<content:encoded><![CDATA[<p><strong>Edit:</strong> Make sure you correct the apostrophe and the quote of the javascript first. It seems like I having problem with the character encoding. Does anyone know how to fix it?</p>
<p>The combination of username-password is the popular method to authenticate someone that he or she is the authorized person to use a service or has a privilege. Username can be viewed clearly but the password is hidden behind the asterisks. Although the password is hidden but we still can view it using software that is available from the Internet.</p>
<p><a href="http://www.snadboy.com/">Snadboys&#8217; Revelation</a> is a freeware tool that you can use to reveal password behind the asterisks. I have tested it on my FTP client and it really works. I can see my hidden password like in the screenshot below.</p>
<p><img height="221" alt="reveal-password" src="http://www.cypherhackz.net/wp-content/uploads/2008/01/reveal-password.jpg" width="484" /></p>
<p>After you have installed SnadBoys&#8217; Revelation, run the software and drag the crosshair cursor to the asterisks. Then, the password will be revealed in <strong>Text of Window Under &#8216;Cricle&#8217; + &#8216;Cursor&#8217;</strong> .</p>
<h3>Password in Internet Explorer</h3>
<p>I have tested SnadBoys&#8217; Revelation in Internet Explorer 7. This powerful tool can aslo reveals the hidden password in it.</p>
<h3>Password in Firefox</h3>
<p>How about Firefox? Do you think SnadBoy&#8217;s Revelation can reveals the hidden password like it can do in Internet Explorer? The answer is, no. SnadBoys&#8217; Revelation can&#8217;t reveal hidden password in Firefox. Firefox is secure than IE. However, there is a way to find out what the hidden password is.</p>
<p>Copy the javascript below, paste it in the address bar and hit Enter.</p>
<div class="code">
<p>javascript: var p=r(); function r(){var g=0;var x=false;var x=z(document.forms);g=g+1;var w=window.frames;for(var k=0;k&lt;w.length;k++) {var x = ((x) || (z(w[k].document.forms)));g=g+1;}if (!x) alert(&#8216;Password not found in &#8216; + g + &#8216; forms&#8217;);}function z(f){var b=false;for(var i=0;i&lt;f.length;i++) {var e=f[i].elements;for(var j=0;j&lt;e.length;j++) {if (h(e[j])) {b=true}}}return b;}function h(ej){var s=&#8221;;if (ej.type==&#8217;password&#8217;){s=ej.value;if (s!=&#8221;){prompt(&#8216;Password found &#8216;, s)}else{alert(&#8216;Password is blank&#8217;)}return true;}}</p>
</div>
<p>Then a prompt will appear with a revealed password on it. Like the image shown below. I tested it at my demo website and it works.</p>
<p><img height="370" alt="reveal-password-1" src="http://www.cypherhackz.net/wp-content/uploads/2008/01/reveal-password-1.jpg" width="382" /></p>
<p>The purpose I&#8217;m showing this method is because, in our digital world there is no guarantee that our secrets, private documents, passwords and so on are safe. We only can tighter the securiy but we can&#8217;t make sure that the security mechanism that we use is perfect.</p>
    <img src="http://www.cypherhackz.net/?ak_action=api_record_view&id=1097&type=feed" alt="" />

<p>Related posts:<ol><li><a href='http://www.cypherhackz.net/archives/2006/06/11/plaintext-passwords-in-firefox/' rel='bookmark' title='Permanent Link: Plaintext passwords in Firefox'>Plaintext passwords in Firefox</a> <small>Go to Tools &gt; Options and click on Password tab....</small></li><li><a href='http://www.cypherhackz.net/archives/2008/02/01/monthly-highlights-january-2008/' rel='bookmark' title='Permanent Link: Monthly Highlights &#8211; January 2008'>Monthly Highlights &#8211; January 2008</a> <small>Many of you are waiting for my Monthly Highlights right?...</small></li><li><a href='http://www.cypherhackz.net/archives/2006/11/25/firefox-and-ie-vulnerable-to-password-theft/' rel='bookmark' title='Permanent Link: Firefox and IE Vulnerable to Password Theft'>Firefox and IE Vulnerable to Password Theft</a> <small> A software security researcher has warned that the password...</small></li><li><a href='http://www.cypherhackz.net/archives/2008/05/07/roboform-remembers-passwords-so-you-dont-have-to/' rel='bookmark' title='Permanent Link: RoboForm &#8211; Remembers Passwords So You Don&#8217;t Have To'>RoboForm &#8211; Remembers Passwords So You Don&#8217;t Have To</a> <small>In our daily life, Internet is so important. We use...</small></li><li><a href='http://www.cypherhackz.net/archives/2006/11/17/delete-individual-links-in-firefox-ie/' rel='bookmark' title='Permanent Link: Delete Individual Links in Firefox &#038; IE'>Delete Individual Links in Firefox &#038; IE</a> <small>Every links that you have typed in the address bar...</small></li></ol></p>]]></content:encoded>
			<wfw:commentRss>http://www.cypherhackz.net/archives/2008/01/17/reveal-the-hidden-passwords-behind-the-asterisks/feed/</wfw:commentRss>
		<slash:comments>8</slash:comments>
		</item>
		<item>
		<title>Fight back Malaysian Dotcom Youth Search 2008 emails using GMail</title>
		<link>http://www.cypherhackz.net/archives/2008/01/16/fight-back-malaysian-dotcom-youth-search-2008-emails-using-gmail/</link>
		<comments>http://www.cypherhackz.net/archives/2008/01/16/fight-back-malaysian-dotcom-youth-search-2008-emails-using-gmail/#comments</comments>
		<pubDate>Wed, 16 Jan 2008 11:11:54 +0000</pubDate>
		<dc:creator>CypherHackz</dc:creator>
				<category><![CDATA[Tips &#038; Tricks]]></category>

		<guid isPermaLink="false">http://www.cypherhackz.net/archives/2008/01/16/fight-back-malaysian-dotcom-youth-search-2008-emails-using-gmail/</guid>
		<description><![CDATA[Today I received more than 40 emails with the title, &#8220;Malaysian Dotcom Youth Search 2008&#8221; because of the silly mistake made by the crew. It is really disturbing when the email keeps coming again and again. If you marked the email as spam, it will not work because the sender is always different because it [...]


Related posts:<ol><li><a href='http://www.cypherhackz.net/archives/2008/01/15/the-youthmalaysia-crew-reveals-our-emails/' rel='bookmark' title='Permanent Link: The YouthMalaysia Crew reveals our emails?'>The YouthMalaysia Crew reveals our emails?</a> <small>I got an email today which was sent by The...</small></li><li><a href='http://www.cypherhackz.net/archives/2008/02/01/monthly-highlights-january-2008/' rel='bookmark' title='Permanent Link: Monthly Highlights &#8211; January 2008'>Monthly Highlights &#8211; January 2008</a> <small>Many of you are waiting for my Monthly Highlights right?...</small></li><li><a href='http://www.cypherhackz.net/archives/2007/12/27/gmail-hacked-check-your-gmail-filters-now/' rel='bookmark' title='Permanent Link: Gmail Hacked! Check your Gmail filters now!'>Gmail Hacked! Check your Gmail filters now!</a> <small>David Airey has lost his domain after his Gmail account...</small></li><li><a href='http://www.cypherhackz.net/archives/2008/01/10/use-gmail-to-manage-your-email-accounts/' rel='bookmark' title='Permanent Link: Use GMail to Manage Your Email Accounts'>Use GMail to Manage Your Email Accounts</a> <small> I have some GMail accounts and some other email...</small></li><li><a href='http://www.cypherhackz.net/archives/2006/02/03/gmail-web-clip/' rel='bookmark' title='Permanent Link: Gmail Web Clip'>Gmail Web Clip</a> <small> I try this cool thing in Gmail recently and...</small></li></ol>]]></description>
			<content:encoded><![CDATA[<p>Today I received more than 40 emails with the title, &#8220;<strong>Malaysian Dotcom Youth Search 2008</strong>&#8221; because of <a href="http://www.cypherhackz.net/archives/2008/01/15/the-youthmalaysia-crew-reveals-our-emails/">the silly mistake made by the crew</a>. It is really disturbing when the email keeps coming again and again. If you marked the email as spam, it will not work because the sender is always different because it was sent by among the participants. Only those who participates the Malaysian Dotcom Youth Search 2008 know what other participants&#8217; email.</p>
<p>Because of that, I defend my email using GMail secret weapon, the filters. The filters is use to filter emails based on the conditions you have set at ealier time. If one of the conditions is true, GMail will automatically do the next action whether starred the email, apply the label, delete the email, etc.</p>
<p>To filter your GMail is simple. Go to <strong>Settings &gt; Filters &gt; Create a new filter</strong>. Then enter &#8220;<strong>Dotcom Youth</strong>&#8221; (without the quotes) for the <strong>Subject</strong> and click <strong>Next Step</strong>. After that, tick <strong>Mark as read</strong>. You can choose to <strong>Delete</strong> if you want though but I think it is ok to leave them in the inbox as long as the emails does not been highlighted in our inbox.</p>
<p>Now, seat back and relax. Let the emails coming. You can read the emails if you want or you can just leave the GMail filters do it&#8217;s job.</p>
    <img src="http://www.cypherhackz.net/?ak_action=api_record_view&id=1093&type=feed" alt="" />

<p>Related posts:<ol><li><a href='http://www.cypherhackz.net/archives/2008/01/15/the-youthmalaysia-crew-reveals-our-emails/' rel='bookmark' title='Permanent Link: The YouthMalaysia Crew reveals our emails?'>The YouthMalaysia Crew reveals our emails?</a> <small>I got an email today which was sent by The...</small></li><li><a href='http://www.cypherhackz.net/archives/2008/02/01/monthly-highlights-january-2008/' rel='bookmark' title='Permanent Link: Monthly Highlights &#8211; January 2008'>Monthly Highlights &#8211; January 2008</a> <small>Many of you are waiting for my Monthly Highlights right?...</small></li><li><a href='http://www.cypherhackz.net/archives/2007/12/27/gmail-hacked-check-your-gmail-filters-now/' rel='bookmark' title='Permanent Link: Gmail Hacked! Check your Gmail filters now!'>Gmail Hacked! Check your Gmail filters now!</a> <small>David Airey has lost his domain after his Gmail account...</small></li><li><a href='http://www.cypherhackz.net/archives/2008/01/10/use-gmail-to-manage-your-email-accounts/' rel='bookmark' title='Permanent Link: Use GMail to Manage Your Email Accounts'>Use GMail to Manage Your Email Accounts</a> <small> I have some GMail accounts and some other email...</small></li><li><a href='http://www.cypherhackz.net/archives/2006/02/03/gmail-web-clip/' rel='bookmark' title='Permanent Link: Gmail Web Clip'>Gmail Web Clip</a> <small> I try this cool thing in Gmail recently and...</small></li></ol></p>]]></content:encoded>
			<wfw:commentRss>http://www.cypherhackz.net/archives/2008/01/16/fight-back-malaysian-dotcom-youth-search-2008-emails-using-gmail/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Use GMail to Manage Your Email Accounts</title>
		<link>http://www.cypherhackz.net/archives/2008/01/10/use-gmail-to-manage-your-email-accounts/</link>
		<comments>http://www.cypherhackz.net/archives/2008/01/10/use-gmail-to-manage-your-email-accounts/#comments</comments>
		<pubDate>Thu, 10 Jan 2008 06:46:18 +0000</pubDate>
		<dc:creator>CypherHackz</dc:creator>
				<category><![CDATA[Tips &#038; Tricks]]></category>

		<guid isPermaLink="false">http://www.cypherhackz.net/archives/2008/01/10/use-gmail-to-manage-your-email-accounts/</guid>
		<description><![CDATA[
I have some GMail accounts and some other email accounts that I created from my cPanel. To manage and check the email accounts one by one is time consuming. Therefore, I use my primary GMail account to handle all the accounts. So I can read all the emails and send emails from that account only. [...]


Related posts:<ol><li><a href='http://www.cypherhackz.net/archives/2008/01/16/fight-back-malaysian-dotcom-youth-search-2008-emails-using-gmail/' rel='bookmark' title='Permanent Link: Fight back Malaysian Dotcom Youth Search 2008 emails using GMail'>Fight back Malaysian Dotcom Youth Search 2008 emails using GMail</a> <small>Today I received more than 40 emails with the title,...</small></li><li><a href='http://www.cypherhackz.net/archives/2007/12/27/gmail-hacked-check-your-gmail-filters-now/' rel='bookmark' title='Permanent Link: Gmail Hacked! Check your Gmail filters now!'>Gmail Hacked! Check your Gmail filters now!</a> <small>David Airey has lost his domain after his Gmail account...</small></li><li><a href='http://www.cypherhackz.net/archives/2005/12/21/e-mails-sent-into-bulk-folder/' rel='bookmark' title='Permanent Link: E-mails Sent into Bulk Folder'>E-mails Sent into Bulk Folder</a> <small>Today, I tested sending my admin email account from www.cypherhackz.net...</small></li><li><a href='http://www.cypherhackz.net/archives/2005/12/03/gmail-virus-scanning/' rel='bookmark' title='Permanent Link: Gmail Virus Scanning'>Gmail Virus Scanning</a> <small>Gmail has lunched it Virus Scanning for their gmail account...</small></li><li><a href='http://www.cypherhackz.net/archives/2006/09/08/how-to-send-executable-file-in-gmail/' rel='bookmark' title='Permanent Link: How to send executable file in Gmail'>How to send executable file in Gmail</a> <small>Yesterday my friend SMS me to send an installer (executable)...</small></li></ol>]]></description>
			<content:encoded><![CDATA[<p><img style="border: 1px solid #cccccc; padding: 5px;" height="215" alt="manage-gmail-06" src="http://www.cypherhackz.net/wp-content/uploads/2008/01/manage-gmail-06.jpg" width="554" /></p>
<p>I have some GMail accounts and some other email accounts that I created from my cPanel. To manage and check the email accounts one by one is time consuming. Therefore, I use my primary GMail account to handle all the accounts. So I can read all the emails and send emails from that account only. I even can choose which email account that I want to use when I want to send an email. If you want to know how, here is how to do it.</p>
<p>After you have created an email account from your cPanel, make sure you set to forward all incoming emails to your preferred GMail account. In my case, I use to forward the emails to <strong>cypherhackz at gmail dot com</strong>. Then, to make sure that the forwarding works correctly, send a test email to the account that you have just created and make sure the email you sent will be forwarded to your GMail.</p>
<p>If it done successfully, now we are going to next step. In your GMail account, go to <strong>Settings</strong> and click the <strong>Accounts</strong> tab.</p>
<p><img style="border: 1px solid #cccccc; padding: 5px;" height="103" alt="manage-gmail-01" src="http://www.cypherhackz.net/wp-content/uploads/2008/01/manage-gmail-01.jpg" width="428" /><br />
<strong>Image 1:</strong> Go to GMail Settings</p>
<p>Then, click <strong>Add another email address</strong> and this will open up a small window for you to enter the name and the email address that you want GMail to manage. Enter the informations needed and click the <strong>Next Step</strong> button.</p>
<p><img style="border: 1px solid #cccccc; padding: 5px;" height="225" alt="manage-gmail-02" src="http://www.cypherhackz.net/wp-content/uploads/2008/01/manage-gmail-02.jpg" width="400" /><br />
<strong>Image 2:</strong> Fill up the forms to proceed</p>
<p>Once you are here, make sure everything is correct and click the <strong>Send Verification</strong> button to receive the verification code.</p>
<p><img style="border: 1px solid #cccccc; padding: 5px;" height="225" alt="manage-gmail-03" src="http://www.cypherhackz.net/wp-content/uploads/2008/01/manage-gmail-03.jpg" width="400" /><br />
<strong>Image 3:</strong> Make sure everything is correct</p>
<p>But because we have setup the email account to forward all the emails to our GMail account, the verification email will be sent to your GMail inbox. Look into your GMail inbox and open the email to get the code. You can either copy the code and paste it into the confirmation box or click on the link to confirm it.</p>
<p><img style="border: 1px solid #cccccc; padding: 5px;" height="225" alt="manage-gmail-05" src="http://www.cypherhackz.net/wp-content/uploads/2008/01/manage-gmail-05.jpg" width="400" /><br />
<strong>Image 4:</strong> Enter the confirmation code</p>
<p>If success, you will get this page.</p>
<p><img style="border: 1px solid #cccccc; padding: 5px;" height="196" alt="manage-gmail-04" src="http://www.cypherhackz.net/wp-content/uploads/2008/01/manage-gmail-04.jpg" width="473" /><br />
<strong>Image 5:</strong> Congratulations!</p>
<p><strong>Note:</strong> You also can use this tip to manage all your GMail accounts. The steps are the same. But make sure to set the GMail account to forward all incoming emails to your preferred GMail account.</p>
    <img src="http://www.cypherhackz.net/?ak_action=api_record_view&id=1053&type=feed" alt="" />

<p>Related posts:<ol><li><a href='http://www.cypherhackz.net/archives/2008/01/16/fight-back-malaysian-dotcom-youth-search-2008-emails-using-gmail/' rel='bookmark' title='Permanent Link: Fight back Malaysian Dotcom Youth Search 2008 emails using GMail'>Fight back Malaysian Dotcom Youth Search 2008 emails using GMail</a> <small>Today I received more than 40 emails with the title,...</small></li><li><a href='http://www.cypherhackz.net/archives/2007/12/27/gmail-hacked-check-your-gmail-filters-now/' rel='bookmark' title='Permanent Link: Gmail Hacked! Check your Gmail filters now!'>Gmail Hacked! Check your Gmail filters now!</a> <small>David Airey has lost his domain after his Gmail account...</small></li><li><a href='http://www.cypherhackz.net/archives/2005/12/21/e-mails-sent-into-bulk-folder/' rel='bookmark' title='Permanent Link: E-mails Sent into Bulk Folder'>E-mails Sent into Bulk Folder</a> <small>Today, I tested sending my admin email account from www.cypherhackz.net...</small></li><li><a href='http://www.cypherhackz.net/archives/2005/12/03/gmail-virus-scanning/' rel='bookmark' title='Permanent Link: Gmail Virus Scanning'>Gmail Virus Scanning</a> <small>Gmail has lunched it Virus Scanning for their gmail account...</small></li><li><a href='http://www.cypherhackz.net/archives/2006/09/08/how-to-send-executable-file-in-gmail/' rel='bookmark' title='Permanent Link: How to send executable file in Gmail'>How to send executable file in Gmail</a> <small>Yesterday my friend SMS me to send an installer (executable)...</small></li></ol></p>]]></content:encoded>
			<wfw:commentRss>http://www.cypherhackz.net/archives/2008/01/10/use-gmail-to-manage-your-email-accounts/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Kaspersky Antivirus Settings Tips</title>
		<link>http://www.cypherhackz.net/archives/2007/12/26/kaspersky-antivirus-settings-tips/</link>
		<comments>http://www.cypherhackz.net/archives/2007/12/26/kaspersky-antivirus-settings-tips/#comments</comments>
		<pubDate>Wed, 26 Dec 2007 10:50:32 +0000</pubDate>
		<dc:creator>CypherHackz</dc:creator>
				<category><![CDATA[Computers]]></category>
		<category><![CDATA[Security]]></category>
		<category><![CDATA[Tips &#038; Tricks]]></category>

		<guid isPermaLink="false">http://www.cypherhackz.net/archives/2007/12/26/kaspersky-antivirus-settings-tips/</guid>
		<description><![CDATA[Every computer needs an antivirus. Antivirus will protect your PC from viruses, trojans, worms and any harmful scripts that can destroy your computer. To protect my computer from this disaster, I&#8217;m using Kaspersky Internet Security.

So far, my Kaspersky doing its jobs very well. It protects my PC since the computer boots up until I shut [...]


Related posts:<ol><li><a href='http://www.cypherhackz.net/archives/2007/05/14/the-best-antivirus-kaspersky-still-on-top/' rel='bookmark' title='Permanent Link: The Best Antivirus, Kaspersky Still on Top'>The Best Antivirus, Kaspersky Still on Top</a> <small>Antivirus is the most important security feature that every computers...</small></li><li><a href='http://www.cypherhackz.net/archives/2006/06/02/kaspersky-6-best-buy-award-from-computer-shopper/' rel='bookmark' title='Permanent Link: Kaspersky 6 &#8211; Best Buy Award from Computer Shopper'>Kaspersky 6 &#8211; Best Buy Award from Computer Shopper</a> <small>Kaspersky AntiVirus 6 won the Computer Shopper Best Buy Award...</small></li><li><a href='http://www.cypherhackz.net/archives/2010/01/05/how-to-automatically-scan-idm-downloaded-files-with-kaspersky/' rel='bookmark' title='Permanent Link: How to automatically scan IDM downloaded files with Kaspersky?'>How to automatically scan IDM downloaded files with Kaspersky?</a> <small>I&#8217;m using Internet Download Manager (IDM) to take care all...</small></li><li><a href='http://www.cypherhackz.net/archives/2006/05/16/kaspersky-6-release/' rel='bookmark' title='Permanent Link: Kaspersky 6 release'>Kaspersky 6 release</a> <small> Kaspersky® Anti-Virus 6.0 combines reactive antivirus detection methods with...</small></li><li><a href='http://www.cypherhackz.net/archives/2007/02/17/get-free-legal-3-months-kaspersky-license-key/' rel='bookmark' title='Permanent Link: Get Free legal 3 months Kaspersky License Key'>Get Free legal 3 months Kaspersky License Key</a> <small>For those who are using &#8220;illegal&#8221; Kaspersky license, now you...</small></li></ol>]]></description>
			<content:encoded><![CDATA[<p>Every computer needs an antivirus. Antivirus will protect your PC from viruses, trojans, worms and any harmful scripts that can destroy your computer. To protect my computer from this disaster, I&#8217;m using <a href="http://www.kaspersky.com/">Kaspersky Internet Security</a>.</p>
<p><img height="407" alt="kaspersky" src="http://www.cypherhackz.net/wp-content/uploads/2007/12/kaspersky.jpg" width="500" /></p>
<p>So far, my Kaspersky doing its jobs very well. It protects my PC since the computer boots up until I shut it down. I am very happy with Kaspersky performance. When a virus is found, my Kaspersky will do its job without I need to choose which action to take. Here, I will share with you what settings that I use for my Kaspersky.</p>
<p><strong>Note:</strong> Although this guide using Kaspersky Internet Security but it is also can be use for Kaspersky Antivirus.</p>
<p>To start with, click <strong>Settings</strong> and you will be prompt with this interface.</p>
<p><img height="362" alt="kaspersky-1" src="http://www.cypherhackz.net/wp-content/uploads/2007/12/kaspersky-1.jpg" width="400" /></p>
<p>There is nothing to change here. I just using the default settings for this one. Now, click on <strong>File Anti-Virus</strong>.</p>
<h3>File Anti-Virus</h3>
<p><img height="362" alt="kaspersky-2" src="http://www.cypherhackz.net/wp-content/uploads/2007/12/kaspersky-2.jpg" width="400" /></p>
<p>1. Make sure <strong>File Anti-Virus</strong> is enable.</p>
<p>2. Click on <strong>Customize</strong>, go to <strong>Heuristic analyzer</strong> tab. Check <strong>Use heuristic analyzer</strong> and move the slider to <strong>Detail</strong>. Click <strong>Ok</strong>.</p>
<p>3. Under <strong>Action</strong>, choose <strong>Block access</strong> and check <strong>Disinfect</strong> and <strong>Delete if disinfection fails</strong>.</p>
<h3>Mail Anti-Virus</h3>
<p><img height="362" alt="kaspersky-3" src="http://www.cypherhackz.net/wp-content/uploads/2007/12/kaspersky-3.jpg" width="400" /></p>
<p>1. Make sure <strong>Mail Anti-Virus</strong> is enable.</p>
<p>2. Under <strong>Action</strong>, choose <strong>Block access</strong> and check <strong>Disinfect</strong> and <strong>Delete if disinfection fails</strong>.</p>
<h3>Web Anti-Virus</h3>
<p><img height="362" alt="kaspersky-4" src="http://www.cypherhackz.net/wp-content/uploads/2007/12/kaspersky-4.jpg" width="400" /></p>
<p>1. Make sure <strong>Web Anti-Virus</strong> is enable.</p>
<p>2. Under <strong>Action</strong>, choose <strong>Block</strong>.</p>
<p>3. Under <strong>Connectivity</strong>, check all the options.</p>
<h3>Proactive Defense</h3>
<p><img height="362" alt="kaspersky-5" src="http://www.cypherhackz.net/wp-content/uploads/2007/12/kaspersky-5.jpg" width="400" /></p>
<p>1. Make sure <strong>Enable Proactive Defense</strong> is enable.</p>
<p>2. Check <strong>Application Activity Analyzer</strong> and <strong>Registry Guard</strong>. Leave <em>Apllication Integrity Control</em> uncheck.</p>
<h3>Scan</h3>
<p><img height="362" alt="kaspersky-6" src="http://www.cypherhackz.net/wp-content/uploads/2007/12/kaspersky-6.jpg" width="400" /></p>
<p>1. Click on <strong>Customize</strong>, go to <strong>Heuristic analyzer</strong> tab. Check <strong>Use heuristic analyzer</strong> and move the slider to <strong>Detail</strong>. Click <strong>Ok</strong>.</p>
<p>2. Under <strong>Action</strong>, choose <strong>Do not prompt for action</strong> and check <strong>Disinfect</strong> and <strong>Delete if disinfection fails</strong>.</p>
<p>3. Click the <strong>Apply</strong> button to apply the settings to all virus scan tasks.</p>
<h3>Extra Tip</h3>
<p><img height="362" alt="kaspersky-9" src="http://www.cypherhackz.net/wp-content/uploads/2007/12/kaspersky-9.jpg" width="400" /></p>
<p>Do not run the <strong>Startup objects</strong> scan on Windows startup. You can disable it by unchecking <strong>At application startup</strong> under <strong>Run Mode</strong>.</p>
<p>After you have done all the above steps, click <strong>Ok</strong> to accept all the changes. Now, just sit back, relax and do your daily jobs as usual.</p>
<p>When Kaspersky caught a virus, it will automatically block it, try to clean it and will delete it if the disinfection fails. So you will no need to choose any action anymore. All will be done by Kaspersky itself.</p>
    <img src="http://www.cypherhackz.net/?ak_action=api_record_view&id=1025&type=feed" alt="" />

<p>Related posts:<ol><li><a href='http://www.cypherhackz.net/archives/2007/05/14/the-best-antivirus-kaspersky-still-on-top/' rel='bookmark' title='Permanent Link: The Best Antivirus, Kaspersky Still on Top'>The Best Antivirus, Kaspersky Still on Top</a> <small>Antivirus is the most important security feature that every computers...</small></li><li><a href='http://www.cypherhackz.net/archives/2006/06/02/kaspersky-6-best-buy-award-from-computer-shopper/' rel='bookmark' title='Permanent Link: Kaspersky 6 &#8211; Best Buy Award from Computer Shopper'>Kaspersky 6 &#8211; Best Buy Award from Computer Shopper</a> <small>Kaspersky AntiVirus 6 won the Computer Shopper Best Buy Award...</small></li><li><a href='http://www.cypherhackz.net/archives/2010/01/05/how-to-automatically-scan-idm-downloaded-files-with-kaspersky/' rel='bookmark' title='Permanent Link: How to automatically scan IDM downloaded files with Kaspersky?'>How to automatically scan IDM downloaded files with Kaspersky?</a> <small>I&#8217;m using Internet Download Manager (IDM) to take care all...</small></li><li><a href='http://www.cypherhackz.net/archives/2006/05/16/kaspersky-6-release/' rel='bookmark' title='Permanent Link: Kaspersky 6 release'>Kaspersky 6 release</a> <small> Kaspersky® Anti-Virus 6.0 combines reactive antivirus detection methods with...</small></li><li><a href='http://www.cypherhackz.net/archives/2007/02/17/get-free-legal-3-months-kaspersky-license-key/' rel='bookmark' title='Permanent Link: Get Free legal 3 months Kaspersky License Key'>Get Free legal 3 months Kaspersky License Key</a> <small>For those who are using &#8220;illegal&#8221; Kaspersky license, now you...</small></li></ol></p>]]></content:encoded>
			<wfw:commentRss>http://www.cypherhackz.net/archives/2007/12/26/kaspersky-antivirus-settings-tips/feed/</wfw:commentRss>
		<slash:comments>9</slash:comments>
		</item>
	</channel>
</rss>
