<?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; Security</title>
	<atom:link href="http://www.cypherhackz.net/archives/category/security/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>Use HTTPS When Login To Social Websites</title>
		<link>http://www.cypherhackz.net/archives/2009/11/20/use-https-when-login-to-social-websites/</link>
		<comments>http://www.cypherhackz.net/archives/2009/11/20/use-https-when-login-to-social-websites/#comments</comments>
		<pubDate>Fri, 20 Nov 2009 14:58:57 +0000</pubDate>
		<dc:creator>CypherHackz</dc:creator>
				<category><![CDATA[Internet]]></category>
		<category><![CDATA[Security]]></category>
		<category><![CDATA[Facebook]]></category>
		<category><![CDATA[HTTPS. HTTPS]]></category>
		<category><![CDATA[Maybank2U]]></category>
		<category><![CDATA[Public Key Infrastructure]]></category>

		<guid isPermaLink="false">http://www.cypherhackz.net/archives/2009/11/20/use-https-when-login-to-social-websites/</guid>
		<description><![CDATA[Everyday, I will login into my Facebook account to check the updates from my friends and also to reply their comments. But at the Facebook login page, I always change the protocol from HTTP to HTTPS (also known as Hyper Text Transfer Protocol with Secure Socket Layer) before I login. This is to ensure when [...]


Related posts:<ol><li><a href='http://www.cypherhackz.net/archives/2008/09/07/sign-in-to-gmail-via-secure-internet-connection/' rel='bookmark' title='Permanent Link: Sign in to Gmail via Secure Internet Connection'>Sign in to Gmail via Secure Internet Connection</a> <small>It is recommend for you to have a secure connection...</small></li><li><a href='http://www.cypherhackz.net/archives/2008/04/12/serverfreaks-new-package-virtual-private-servers-hosting/' rel='bookmark' title='Permanent Link: ServerFreak&#8217;s new package &#8211; Virtual Private Servers Hosting'>ServerFreak&#8217;s new package &#8211; Virtual Private Servers Hosting</a> <small>ServerFreak just launched their new hosting package, Virtual Private Server...</small></li><li><a href='http://www.cypherhackz.net/archives/2007/04/24/customize-your-wordpress-login-page/' rel='bookmark' title='Permanent Link: Customize your Wordpress login page'>Customize your Wordpress login page</a> <small>This is really simple and interesting. But you need to...</small></li><li><a href='http://www.cypherhackz.net/archives/2008/07/17/encrypt-your-confidential-file-using-truecrypt/' rel='bookmark' title='Permanent Link: Encrypt your confidential file using TrueCrypt'>Encrypt your confidential file using TrueCrypt</a> <small>If you have a top secret and confidential data, where...</small></li><li><a href='http://www.cypherhackz.net/archives/2006/06/09/how-to-prevent-from-ip-spoofing/' rel='bookmark' title='Permanent Link: How to Prevent from IP Spoofing?'>How to Prevent from IP Spoofing?</a> <small>IP Spoofing is a trick which an attacker use to...</small></li></ol>]]></description>
			<content:encoded><![CDATA[<p>Everyday, I will login into my <a href="http://www.facebook.com/">Facebook</a> account to check the updates from my friends and also to reply their comments. But at the Facebook login page, I always change the protocol from HTTP to HTTPS (also known as Hyper Text Transfer Protocol with Secure Socket Layer) before I login. This is to ensure when I clicked the submit button, my username and password transmitted across the network to the Facebook server are secured.</p>
<p align="center"><img alt="facebook pki-01" src="http://www.cypherhackz.net/wp-content/uploads/2009/11/facebook_pki-01.jpg" width="403" height="175" /><br />
<em>Use HTTPS instead of HTTP</em></p>
<p>Why is it important to login using HTTPS instead of HTTP? From what I know, when you browsing using HTTP, the data sending from your browser to the server is not encrypted. A hacker with his knowledge and skills will able to capture the packets and can read the data as plain text.</p>
<p>But when using HTTPS, the data will be encrypted with the server public key and only the server can decrypt back the data with its own private key. So, even though a hacker can captures your packets but he will not able to interpret the data because he don&#8217;t have the private key to decrypt it.</p>
<p align="center"><img alt="facebook pki-02" src="http://www.cypherhackz.net/wp-content/uploads/2009/11/facebook_pki-02.jpg" width="461" height="271" /><br />
<em>Facebook 1024 bits Public Key</em></p>
<p>Normally, online shopping and online banking websites such as <a href="http://www.maybank2u.com.my/">Maybank2U</a> using this protocol as default to ensure the security of their customer login information. Like Maybank2U, it using 1024 bits key length for the public key and private key same like with Facebook.</p>
<p>If you want to know more about how the public and private key work, how to generate public and private key, you can google for <em>&#8220;</em><a href="http://en.wikipedia.org/wiki/Public_key_infrastructure"><em>public key infrastructure</em></a><em>&#8220;</em>. This was my project topic during my final year in UTM. It is very interesting and I really recommend you to read it.</p>
    <img src="http://www.cypherhackz.net/?ak_action=api_record_view&id=1420&type=feed" alt="" />

<p>Related posts:<ol><li><a href='http://www.cypherhackz.net/archives/2008/09/07/sign-in-to-gmail-via-secure-internet-connection/' rel='bookmark' title='Permanent Link: Sign in to Gmail via Secure Internet Connection'>Sign in to Gmail via Secure Internet Connection</a> <small>It is recommend for you to have a secure connection...</small></li><li><a href='http://www.cypherhackz.net/archives/2008/04/12/serverfreaks-new-package-virtual-private-servers-hosting/' rel='bookmark' title='Permanent Link: ServerFreak&#8217;s new package &#8211; Virtual Private Servers Hosting'>ServerFreak&#8217;s new package &#8211; Virtual Private Servers Hosting</a> <small>ServerFreak just launched their new hosting package, Virtual Private Server...</small></li><li><a href='http://www.cypherhackz.net/archives/2007/04/24/customize-your-wordpress-login-page/' rel='bookmark' title='Permanent Link: Customize your Wordpress login page'>Customize your Wordpress login page</a> <small>This is really simple and interesting. But you need to...</small></li><li><a href='http://www.cypherhackz.net/archives/2008/07/17/encrypt-your-confidential-file-using-truecrypt/' rel='bookmark' title='Permanent Link: Encrypt your confidential file using TrueCrypt'>Encrypt your confidential file using TrueCrypt</a> <small>If you have a top secret and confidential data, where...</small></li><li><a href='http://www.cypherhackz.net/archives/2006/06/09/how-to-prevent-from-ip-spoofing/' rel='bookmark' title='Permanent Link: How to Prevent from IP Spoofing?'>How to Prevent from IP Spoofing?</a> <small>IP Spoofing is a trick which an attacker use to...</small></li></ol></p>]]></content:encoded>
			<wfw:commentRss>http://www.cypherhackz.net/archives/2009/11/20/use-https-when-login-to-social-websites/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Conficker Eye Chart &#8211; Has your PC been infected?</title>
		<link>http://www.cypherhackz.net/archives/2009/07/11/conficker-eye-chart-has-your-pc-been-infected/</link>
		<comments>http://www.cypherhackz.net/archives/2009/07/11/conficker-eye-chart-has-your-pc-been-infected/#comments</comments>
		<pubDate>Sat, 11 Jul 2009 04:18:33 +0000</pubDate>
		<dc:creator>CypherHackz</dc:creator>
				<category><![CDATA[Internet]]></category>
		<category><![CDATA[Security]]></category>

		<guid isPermaLink="false">http://www.cypherhackz.net/archives/2009/07/11/conficker-eye-chart-has-your-pc-been-infected/</guid>
		<description><![CDATA[
It looks like my PC is clean from Conficker worm.
How to find out if your PC has been infected by Conficker worm? By browsing to Conficker Eye Chart webpage, you will get the answer.
Conficker worm blocks access to over 100 security websites and the Conficker Eye Chart displays images from several of those websites. If [...]


Related posts:<ol><li><a href='http://www.cypherhackz.net/archives/2009/01/31/barack-obama-worm-attacks/' rel='bookmark' title='Permanent Link: Barack Obama Worm Attacks'>Barack Obama Worm Attacks</a> <small>What will do if U.S. President Barack Obama&#8217;s face, pop...</small></li><li><a href='http://www.cypherhackz.net/archives/2006/09/07/create-strong-password-with-password-chart/' rel='bookmark' title='Permanent Link: Create strong password with Password Chart'>Create strong password with Password Chart</a> <small>How strong your password is? Is it easy to guess?...</small></li><li><a href='http://www.cypherhackz.net/archives/2006/06/13/worm-for-yahoo-mail-users/' rel='bookmark' title='Permanent Link: Worm for Yahoo Mail users'>Worm for Yahoo Mail users</a> <small>Beware for all Yahoo mail users. Don&#8217;t open email that...</small></li><li><a href='http://www.cypherhackz.net/archives/2007/11/30/group-chat-in-gmail/' rel='bookmark' title='Permanent Link: Group Chat in Gmail'>Group Chat in Gmail</a> <small>If you love to chat in group like in Yahoo!...</small></li><li><a href='http://www.cypherhackz.net/archives/2008/08/21/solve-any-rubiks-cube-combinations-using-rubiks-cube-solver/' rel='bookmark' title='Permanent Link: Solve any Rubik&#8217;s Cube combinations using Rubik&#8217;s Cube Solver'>Solve any Rubik&#8217;s Cube combinations using Rubik&#8217;s Cube Solver</a> <small> Have you ever played Rubik&#8217;s Cube? A cube which...</small></li></ol>]]></description>
			<content:encoded><![CDATA[<p align="center"><a href="http://www.baylor.edu/its/security/conficker/"><img height="399" alt="conficker-01" src="http://www.cypherhackz.net/wp-content/uploads/2009/07/conficker-01.jpg" width="550" /></a><br />
<em>It looks like my PC is clean from Conficker worm.</em></p>
<p>How to find out if your PC has been infected by Conficker worm? By browsing to <a href="http://www.baylor.edu/its/security/conficker/">Conficker Eye Chart</a> webpage, you will get the answer.</p>
<p>Conficker worm blocks access to over 100 security websites and the Conficker Eye Chart displays images from several of those websites. If your browser fails to load any one of the images, then there is a good chance that your computer has been infected by Conficker.</p>
<p>If your PC has been infected, there are several tools that you can use to fix the issue. <a href="http://www.confickerworkinggroup.org/">Conficker Working Group</a> has provided us <a href="http://www.confickerworkinggroup.org/wiki/pmwiki.php/ANY/RepairTools">nine tools</a> that you can use to solve the problem. Pick the one that you like and run it in your system. Good luck!</p>
    <img src="http://www.cypherhackz.net/?ak_action=api_record_view&id=1399&type=feed" alt="" />

<p>Related posts:<ol><li><a href='http://www.cypherhackz.net/archives/2009/01/31/barack-obama-worm-attacks/' rel='bookmark' title='Permanent Link: Barack Obama Worm Attacks'>Barack Obama Worm Attacks</a> <small>What will do if U.S. President Barack Obama&#8217;s face, pop...</small></li><li><a href='http://www.cypherhackz.net/archives/2006/09/07/create-strong-password-with-password-chart/' rel='bookmark' title='Permanent Link: Create strong password with Password Chart'>Create strong password with Password Chart</a> <small>How strong your password is? Is it easy to guess?...</small></li><li><a href='http://www.cypherhackz.net/archives/2006/06/13/worm-for-yahoo-mail-users/' rel='bookmark' title='Permanent Link: Worm for Yahoo Mail users'>Worm for Yahoo Mail users</a> <small>Beware for all Yahoo mail users. Don&#8217;t open email that...</small></li><li><a href='http://www.cypherhackz.net/archives/2007/11/30/group-chat-in-gmail/' rel='bookmark' title='Permanent Link: Group Chat in Gmail'>Group Chat in Gmail</a> <small>If you love to chat in group like in Yahoo!...</small></li><li><a href='http://www.cypherhackz.net/archives/2008/08/21/solve-any-rubiks-cube-combinations-using-rubiks-cube-solver/' rel='bookmark' title='Permanent Link: Solve any Rubik&#8217;s Cube combinations using Rubik&#8217;s Cube Solver'>Solve any Rubik&#8217;s Cube combinations using Rubik&#8217;s Cube Solver</a> <small> Have you ever played Rubik&#8217;s Cube? A cube which...</small></li></ol></p>]]></content:encoded>
			<wfw:commentRss>http://www.cypherhackz.net/archives/2009/07/11/conficker-eye-chart-has-your-pc-been-infected/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>USB WriteProtector &#8211; Protects Your USB Drives From Viruses</title>
		<link>http://www.cypherhackz.net/archives/2009/05/16/usb-writeprotector-protects-your-usb-drives-from-viruses/</link>
		<comments>http://www.cypherhackz.net/archives/2009/05/16/usb-writeprotector-protects-your-usb-drives-from-viruses/#comments</comments>
		<pubDate>Sat, 16 May 2009 01:47:35 +0000</pubDate>
		<dc:creator>CypherHackz</dc:creator>
				<category><![CDATA[Security]]></category>
		<category><![CDATA[Software]]></category>
		<category><![CDATA[USB]]></category>
		<category><![CDATA[USB drives]]></category>
		<category><![CDATA[USB WriteProtector]]></category>
		<category><![CDATA[Write Protect]]></category>

		<guid isPermaLink="false">http://www.cypherhackz.net/archives/2009/05/16/usb-writeprotector-protects-your-usb-drives-from-viruses/</guid>
		<description><![CDATA[We always use USB thumb drives or USB external drives as our portable storages. The size is small and lightweight make it easier for us to bring it anywhere we go. But, did you know, most of computer virus infections come from USB drives? I will tell you how the infection works in a few [...]


Related posts:<ol><li><a href='http://www.cypherhackz.net/archives/2007/12/25/how-to-dual-boot-ubuntu-and-winxp-using-two-hard-drives/' rel='bookmark' title='Permanent Link: How to dual boot Ubuntu and WinXP using two hard drives?'>How to dual boot Ubuntu and WinXP using two hard drives?</a> <small>I really want to use Ubuntu. When new version is...</small></li><li><a href='http://www.cypherhackz.net/archives/2006/05/22/change-text-on-winxp-start-button/' rel='bookmark' title='Permanent Link: Change Text on WinXP Start Button'>Change Text on WinXP Start Button</a> <small>Bored with the &#8220;start&#8221; text on XP Start button? Here...</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/2007/12/26/kaspersky-antivirus-settings-tips/' rel='bookmark' title='Permanent Link: Kaspersky Antivirus Settings Tips'>Kaspersky Antivirus Settings Tips</a> <small>Every computer needs an antivirus. Antivirus will protect your PC...</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></ol>]]></description>
			<content:encoded><![CDATA[<p>We always use USB thumb drives or USB external drives as our portable storages. The size is small and lightweight make it easier for us to bring it anywhere we go. But, did you know, most of computer virus infections come from USB drives? I will tell you how the infection works in a few paragraphs later.</p>
<p><img class="imgleft" height="204" alt="usb-writeprotector-01" src="http://www.cypherhackz.net/wp-content/uploads/2009/05/usb-writeprotector-01.png" width="327" align="left" /><a href="http://www.gaijin.at/en/dlusbwp.php">USB WriteProtector</a> is a freeware software that can enable or disable the write function to USB through Windows registry. When you choose, <em>&#8220;USB write protection ON&#8221;</em>, <strong>USB WriteProtector</strong> will change the USB write value in registry to 0. When the write function is disabled, we cannot write anything such as paste, save, or create new files in our connected USB drives. To enable the USB write function, just choose <em>&#8220;USB write protection OFF&#8221;</em> to allow write access to our USB drives.</p>
<p>Ok now, how a virus can spread its infection? When you plug in your USB drive to an infected computer, the virus from the computer will copy itself into your USB drive and create autorun.inf file. This file will execute the virus inside your USB drive when you double-click the USB drive icon in My Computer. When the virus is triggered, it will infect your computer and will do the same infection to other connected USB drives.</p>
<p>With <strong>USB WriteProtector</strong>, you can block the write access to any USB drives. Before you connect a USB drive, make sure to <em>&#8220;USB write protection ON&#8221;</em> and then plug in your USB drive. If the computer contains a virus, it will unable to write itself to your USB drive because of write access is disabled. Then, when you want to copy or write a data into your USB drive, just turn off the write protection using <strong>USB WriteProtector</strong> and copy the data you want to your USB drive.</p>
<p>In my opinion, all cybercafe owners should install this tool in their computers to protect the customers&#8217; USB drives from virus infections. But the problem is, how to teach the customer, or how to let them know about this tool before they can connect the USB drives to the computer?</p>
<p class="download"><a href="http://www.gaijin.at/en/dlusbwp.php">Download USB WriteProtector</a></p>
    <img src="http://www.cypherhackz.net/?ak_action=api_record_view&id=1384&type=feed" alt="" />

<p>Related posts:<ol><li><a href='http://www.cypherhackz.net/archives/2007/12/25/how-to-dual-boot-ubuntu-and-winxp-using-two-hard-drives/' rel='bookmark' title='Permanent Link: How to dual boot Ubuntu and WinXP using two hard drives?'>How to dual boot Ubuntu and WinXP using two hard drives?</a> <small>I really want to use Ubuntu. When new version is...</small></li><li><a href='http://www.cypherhackz.net/archives/2006/05/22/change-text-on-winxp-start-button/' rel='bookmark' title='Permanent Link: Change Text on WinXP Start Button'>Change Text on WinXP Start Button</a> <small>Bored with the &#8220;start&#8221; text on XP Start button? Here...</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/2007/12/26/kaspersky-antivirus-settings-tips/' rel='bookmark' title='Permanent Link: Kaspersky Antivirus Settings Tips'>Kaspersky Antivirus Settings Tips</a> <small>Every computer needs an antivirus. Antivirus will protect your PC...</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></ol></p>]]></content:encoded>
			<wfw:commentRss>http://www.cypherhackz.net/archives/2009/05/16/usb-writeprotector-protects-your-usb-drives-from-viruses/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>Barack Obama Worm Attacks</title>
		<link>http://www.cypherhackz.net/archives/2009/01/31/barack-obama-worm-attacks/</link>
		<comments>http://www.cypherhackz.net/archives/2009/01/31/barack-obama-worm-attacks/#comments</comments>
		<pubDate>Sat, 31 Jan 2009 00:33:53 +0000</pubDate>
		<dc:creator>CypherHackz</dc:creator>
				<category><![CDATA[Security]]></category>
		<category><![CDATA[Barack Obama]]></category>
		<category><![CDATA[Obama Worm]]></category>
		<category><![CDATA[Virus]]></category>
		<category><![CDATA[Worm]]></category>

		<guid isPermaLink="false">http://www.cypherhackz.net/archives/2009/01/31/barack-obama-worm-attacks/</guid>
		<description><![CDATA[What will do if U.S. President Barack Obama&#8217;s face, pop up on your desktop every Monday morning? That is not a joke. It is the Obama worm.
The Obama worm was first spotted last Monday after it infected PCs at a preparatory school in Metairie, Luisiana and was first reported by Walling Data, a value-added reseller [...]


Related posts:<ol><li><a href='http://www.cypherhackz.net/archives/2006/06/13/worm-for-yahoo-mail-users/' rel='bookmark' title='Permanent Link: Worm for Yahoo Mail users'>Worm for Yahoo Mail users</a> <small>Beware for all Yahoo mail users. Don&#8217;t open email that...</small></li><li><a href='http://www.cypherhackz.net/archives/2009/07/11/conficker-eye-chart-has-your-pc-been-infected/' rel='bookmark' title='Permanent Link: Conficker Eye Chart &#8211; Has your PC been infected?'>Conficker Eye Chart &#8211; Has your PC been infected?</a> <small> It looks like my PC is clean from Conficker...</small></li><li><a href='http://www.cypherhackz.net/archives/2005/06/30/virus-worm-trojan/' rel='bookmark' title='Permanent Link: Virus, Worm &#038; Trojan'>Virus, Worm &#038; Trojan</a> <small>Ini merupakan text yang telah aku tulis suatu ketika dulu....</small></li><li><a href='http://www.cypherhackz.net/archives/2007/07/06/talking-trojan-says-bye-bye/' rel='bookmark' title='Permanent Link: Talking Trojan says &#8216;Bye Bye&#8217;'>Talking Trojan says &#8216;Bye Bye&#8217;</a> <small>BotVoice.A was first found by Panda Lab is the first...</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></ol>]]></description>
			<content:encoded><![CDATA[<p>What will do if U.S. President Barack Obama&#8217;s face, pop up on your desktop every Monday morning? That is not a joke. It is the Obama worm.</p>
<p>The Obama worm was first spotted last Monday after it infected PCs at a preparatory school in Metairie, Luisiana and was first reported by Walling Data, a value-added reseller in Claremont, North Carolina. Because the damage is not big and only infected a few systems, the antivirus companies does not considered it as a serious threat.</p>
<p>It spreads via USB drive and install itself automatically when you insert the USB drive to the system. It is like the Brontok viruses where it using the Windows autorun feature to spread the attack. Luckily, Obama worm does not steal your credit card number or turn your PC into a remote-controlled zombie system. It is designed to float a small picture of Obama at the bottom right corner of your desktop all day every Monday.</p>
<p>But because it is so badly written, the Obama worm gradually renders any PC it is run on completely useless. It is also hard to know whether your PC have been infected or not because Obama worm is not detected by any antivirus programs. But, if you see Obama face on your desktop on Monday, that&#8217;s mean you already infected with the Obama worm.</p>
<p class="via"><a href="http://www.pcworld.com/businesscenter/article/158614/worm_floats_obamas_head_on_your_desktop.html">Worm Floats Obama&#8217;s Head on Your Desktop</a> [via PC World]</p>
    <img src="http://www.cypherhackz.net/?ak_action=api_record_view&id=1336&type=feed" alt="" />

<p>Related posts:<ol><li><a href='http://www.cypherhackz.net/archives/2006/06/13/worm-for-yahoo-mail-users/' rel='bookmark' title='Permanent Link: Worm for Yahoo Mail users'>Worm for Yahoo Mail users</a> <small>Beware for all Yahoo mail users. Don&#8217;t open email that...</small></li><li><a href='http://www.cypherhackz.net/archives/2009/07/11/conficker-eye-chart-has-your-pc-been-infected/' rel='bookmark' title='Permanent Link: Conficker Eye Chart &#8211; Has your PC been infected?'>Conficker Eye Chart &#8211; Has your PC been infected?</a> <small> It looks like my PC is clean from Conficker...</small></li><li><a href='http://www.cypherhackz.net/archives/2005/06/30/virus-worm-trojan/' rel='bookmark' title='Permanent Link: Virus, Worm &#038; Trojan'>Virus, Worm &#038; Trojan</a> <small>Ini merupakan text yang telah aku tulis suatu ketika dulu....</small></li><li><a href='http://www.cypherhackz.net/archives/2007/07/06/talking-trojan-says-bye-bye/' rel='bookmark' title='Permanent Link: Talking Trojan says &#8216;Bye Bye&#8217;'>Talking Trojan says &#8216;Bye Bye&#8217;</a> <small>BotVoice.A was first found by Panda Lab is the first...</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></ol></p>]]></content:encoded>
			<wfw:commentRss>http://www.cypherhackz.net/archives/2009/01/31/barack-obama-worm-attacks/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Sign in to Gmail via Secure Internet Connection</title>
		<link>http://www.cypherhackz.net/archives/2008/09/07/sign-in-to-gmail-via-secure-internet-connection/</link>
		<comments>http://www.cypherhackz.net/archives/2008/09/07/sign-in-to-gmail-via-secure-internet-connection/#comments</comments>
		<pubDate>Sun, 07 Sep 2008 15:09:52 +0000</pubDate>
		<dc:creator>CypherHackz</dc:creator>
				<category><![CDATA[Internet]]></category>
		<category><![CDATA[Security]]></category>

		<guid isPermaLink="false">http://www.cypherhackz.net/archives/2008/09/07/sign-in-to-gmail-via-secure-internet-connection/</guid>
		<description><![CDATA[It is recommend for you to have a secure connection network between your PC and the Gmail server. Let say if you login to Gmail using a public network like wireless or hotspot in Starbucks, someone can tamper or see the sensitive information transferred from your PC to the Gmail server. This is because the [...]


Related posts:<ol><li><a href='http://www.cypherhackz.net/archives/2009/11/20/use-https-when-login-to-social-websites/' rel='bookmark' title='Permanent Link: Use HTTPS When Login To Social Websites'>Use HTTPS When Login To Social Websites</a> <small>Everyday, I will login into my Facebook account to check...</small></li><li><a href='http://www.cypherhackz.net/archives/2007/12/06/coloured-labels-and-aim-in-gmail/' rel='bookmark' title='Permanent Link: Coloured Labels and AIM in Gmail'>Coloured Labels and AIM in Gmail</a> <small>Gmail team is working hard currently. There are more new...</small></li><li><a href='http://www.cypherhackz.net/archives/2006/11/10/no-internet-connection-no-updates-final-exam/' rel='bookmark' title='Permanent Link: No Internet Connection. No Updates. Final Exam.'>No Internet Connection. No Updates. Final Exam.</a> <small>I just get back my wireless connection today. And because...</small></li><li><a href='http://www.cypherhackz.net/archives/2005/12/16/gmail-mobile/' rel='bookmark' title='Permanent Link: Gmail Mobile'>Gmail Mobile</a> <small> Gmail have added up new function where you can...</small></li><li><a href='http://www.cypherhackz.net/archives/2007/12/23/how-to-secure-your-wordpress-blog/' rel='bookmark' title='Permanent Link: How to secure your Wordpress blog?'>How to secure your Wordpress blog?</a> <small>My website was once hacked by a hacker from Saudi...</small></li></ol>]]></description>
			<content:encoded><![CDATA[<p>It is recommend for you to have a secure connection network between your PC and the Gmail server. Let say if you login to Gmail using a public network like wireless or hotspot in Starbucks, someone can tamper or see the sensitive information transferred from your PC to the Gmail server. This is because the network you are using is not secure and is open to everybody.</p>
<blockquote>
<p>Non-secure networks make it easier for someone to impersonate you and gain full access to your Google account, including any sensitive data it may contain like bank statements or online log-in credentials.</p>
</blockquote>
<p>To check whether you are in a secure connection or not, check that the protocol that being used is <em>https</em> at the address bar. And also, there is a <em>Lock icon</em> at the bottom right corner of your browser (Firefox).</p>
<p><img height="45" alt="gmail-https-02" src="http://www.cypherhackz.net/wp-content/uploads/2008/09/gmail-https-02.gif" width="324" /><br />
<em>HTTPS protocol at the address bar</em></p>
<p>When you have both of them, that&#8217;s mean you are in a secure connection. No one can tamper or modify or spying on the data transferred between you and the Gmail server. You are now safe and secure to send emails, at least.</p>
<p><img height="40" alt="gmail-https-03" src="http://www.cypherhackz.net/wp-content/uploads/2008/09/gmail-https-03.gif" width="259" /><br />
<em>Lock icon at the status bar</em></p>
<p><strong>Enable the function</strong></p>
<p>To enable this function, in Gmail, go to <strong>Settings</strong>. Under <strong>General</strong> tab, scroll down to the bottom and tick <strong>Always use https</strong> at <strong>Browser connection</strong>. After you clicked on the <strong>Save Changes</strong> button, Gmail will log you out and you have to login back but now, you will use https protocol.</p>
<p><img height="85" alt="gmail-https-01" src="http://www.cypherhackz.net/wp-content/uploads/2008/09/gmail-https-01.gif" width="361" /></p>
<p>Take note, when you are in a secure connection, Gmail speed will be decreased. This is because every data that you transfer will be encrypted first before your browser can send the data to the Gmail server.</p>
<blockquote>
<p>Please note that selecting &#8216;Always use https&#8217; will prevent you from accessing Gmail via HTTP (Hypertext Transfer Protocol). In addition, it may make Gmail a bit slower. If you trust the security of your network, you can turn this feature off at any time.</p>
</blockquote>
<p>Although it is not necessary to always connect to Gmail in a secure connection, but in my opinion, it is better to have this function enabled. We don&#8217;t know, maybe today, tomorrow, or later, someone might able to get our sensitive data just because we are too lazy or don&#8217;t want to use the security feature that have been provided by Google.</p>
<p>For more information about this feature, you can read at <a href="http://mail.google.com/support/bin/answer.py?hl=en&amp;ctx=mail&amp;answer=74765">Enabling the HTTPS setting</a>.</p>
    <img src="http://www.cypherhackz.net/?ak_action=api_record_view&id=1269&type=feed" alt="" />

<p>Related posts:<ol><li><a href='http://www.cypherhackz.net/archives/2009/11/20/use-https-when-login-to-social-websites/' rel='bookmark' title='Permanent Link: Use HTTPS When Login To Social Websites'>Use HTTPS When Login To Social Websites</a> <small>Everyday, I will login into my Facebook account to check...</small></li><li><a href='http://www.cypherhackz.net/archives/2007/12/06/coloured-labels-and-aim-in-gmail/' rel='bookmark' title='Permanent Link: Coloured Labels and AIM in Gmail'>Coloured Labels and AIM in Gmail</a> <small>Gmail team is working hard currently. There are more new...</small></li><li><a href='http://www.cypherhackz.net/archives/2006/11/10/no-internet-connection-no-updates-final-exam/' rel='bookmark' title='Permanent Link: No Internet Connection. No Updates. Final Exam.'>No Internet Connection. No Updates. Final Exam.</a> <small>I just get back my wireless connection today. And because...</small></li><li><a href='http://www.cypherhackz.net/archives/2005/12/16/gmail-mobile/' rel='bookmark' title='Permanent Link: Gmail Mobile'>Gmail Mobile</a> <small> Gmail have added up new function where you can...</small></li><li><a href='http://www.cypherhackz.net/archives/2007/12/23/how-to-secure-your-wordpress-blog/' rel='bookmark' title='Permanent Link: How to secure your Wordpress blog?'>How to secure your Wordpress blog?</a> <small>My website was once hacked by a hacker from Saudi...</small></li></ol></p>]]></content:encoded>
			<wfw:commentRss>http://www.cypherhackz.net/archives/2008/09/07/sign-in-to-gmail-via-secure-internet-connection/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Submit suspicious file to VirusTotal</title>
		<link>http://www.cypherhackz.net/archives/2008/08/19/submit-suspicious-file-to-virustotal/</link>
		<comments>http://www.cypherhackz.net/archives/2008/08/19/submit-suspicious-file-to-virustotal/#comments</comments>
		<pubDate>Tue, 19 Aug 2008 13:04:49 +0000</pubDate>
		<dc:creator>CypherHackz</dc:creator>
				<category><![CDATA[Internet]]></category>
		<category><![CDATA[Security]]></category>

		<guid isPermaLink="false">http://www.cypherhackz.net/?p=1241</guid>
		<description><![CDATA[When you found a suspicious file, you might want to scan it using your favourite antivirus scanner. But do you think that your antivirus gives 100% accurate result? Or, would you like to scan the suspicious file using more than 30 antivirus scanners which of course will produce a better output?
VirusTotal is a website that [...]


Related posts:<ol><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/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/06/03/free-white-papers-from-microsoft-corporation/' rel='bookmark' title='Permanent Link: Free White Papers from Microsoft Corporation'>Free White Papers from Microsoft Corporation</a> <small>If you like to read white papers, I think you...</small></li><li><a href='http://www.cypherhackz.net/archives/2006/09/08/businessx-submit-get-and-improve/' rel='bookmark' title='Permanent Link: BusinessX &#8211; Submit, Get and Improve'>BusinessX &#8211; Submit, Get and Improve</a> <small>BusinessX.Org is a business exchange directory which you can submit...</small></li><li><a href='http://www.cypherhackz.net/archives/2007/12/26/kaspersky-antivirus-settings-tips/' rel='bookmark' title='Permanent Link: Kaspersky Antivirus Settings Tips'>Kaspersky Antivirus Settings Tips</a> <small>Every computer needs an antivirus. Antivirus will protect your PC...</small></li></ol>]]></description>
			<content:encoded><![CDATA[<p><img src="http://www.cypherhackz.net/wp-content/uploads/2008/08/virustotal-logo.png" align="left" class="imgleft" alt="" width="252" height="107" />When you found a suspicious file, you might want to scan it using your favourite antivirus scanner. But do you think that your antivirus gives 100% accurate result? Or, would you like to scan the suspicious file using more than 30 antivirus scanners which of course will produce a better output?</p>
<p><a href="http://www.virustotal.com/">VirusTotal</a> is a website that provides you the solution to scan a file with more than 30 antivirus scanners. You just need to submit the suspicious file to <strong>VirusTotal</strong> and then <strong>VirusTotal</strong> will start scanning the file. After a few minutes, <strong>VirusTotal</strong> will give you the results from its 37 antivirus scanners.</p>
<p>Although <strong>VirusTotal</strong> can scan a file using 37 antivirus scanners but it does not mean your PC is protected from viruses. It only can scan a single file and it is on demand. There is no way a website (VirusTotal) can protect your PC 24/7. You have to install antivirus like <a href="http://www.cypherhackz.net/archives/2008/06/07/kaspersky-2009-is-available-now/">Kaspersky Antivirus</a> and make sure to run it in real-time mode.</p>
<p>So, if you are curious about a file containing viruses, you might want to submit the file to <strong>VirusTotal</strong> for virus scanning. Don&#8217;t use <strong>VirusTotal</strong> as a complete antivirus solution for your PC. It is just a scanner and not eliminate them.</p>
    <img src="http://www.cypherhackz.net/?ak_action=api_record_view&id=1241&type=feed" alt="" />

<p>Related posts:<ol><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/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/06/03/free-white-papers-from-microsoft-corporation/' rel='bookmark' title='Permanent Link: Free White Papers from Microsoft Corporation'>Free White Papers from Microsoft Corporation</a> <small>If you like to read white papers, I think you...</small></li><li><a href='http://www.cypherhackz.net/archives/2006/09/08/businessx-submit-get-and-improve/' rel='bookmark' title='Permanent Link: BusinessX &#8211; Submit, Get and Improve'>BusinessX &#8211; Submit, Get and Improve</a> <small>BusinessX.Org is a business exchange directory which you can submit...</small></li><li><a href='http://www.cypherhackz.net/archives/2007/12/26/kaspersky-antivirus-settings-tips/' rel='bookmark' title='Permanent Link: Kaspersky Antivirus Settings Tips'>Kaspersky Antivirus Settings Tips</a> <small>Every computer needs an antivirus. Antivirus will protect your PC...</small></li></ol></p>]]></content:encoded>
			<wfw:commentRss>http://www.cypherhackz.net/archives/2008/08/19/submit-suspicious-file-to-virustotal/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Encrypt your confidential file using TrueCrypt</title>
		<link>http://www.cypherhackz.net/archives/2008/07/17/encrypt-your-confidential-file-using-truecrypt/</link>
		<comments>http://www.cypherhackz.net/archives/2008/07/17/encrypt-your-confidential-file-using-truecrypt/#comments</comments>
		<pubDate>Thu, 17 Jul 2008 12:30:16 +0000</pubDate>
		<dc:creator>CypherHackz</dc:creator>
				<category><![CDATA[Computers]]></category>
		<category><![CDATA[Security]]></category>

		<guid isPermaLink="false">http://www.cypherhackz.net/archives/2008/07/17/encrypt-your-confidential-file-using-truecrypt/</guid>
		<description><![CDATA[If you have a top secret and confidential data, where you will save it? Will you put it on your Windows desktop? Or put it in your My Documents? Of course you will answer NO to these two questions, right? If we do not secure our confidential data or file, there is no point we [...]


Related posts:<ol><li><a href='http://www.cypherhackz.net/archives/2005/07/23/alahai-computer-baru/' rel='bookmark' title='Permanent Link: Alahai computer baru&#8230;'>Alahai computer baru&#8230;</a> <small>Hmm&#8230;aku tak puas hati ngan computer baru aku nih. Orang...</small></li><li><a href='http://www.cypherhackz.net/archives/2008/08/13/lock-your-usb-drive-using-combination-lock/' rel='bookmark' title='Permanent Link: Lock your USB Drive using Combination Lock'>Lock your USB Drive using Combination Lock</a> <small> The idea is simple. Just put the combination lock...</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/02/04/crack-windows-password-with-ophcrack-live-cd/' rel='bookmark' title='Permanent Link: Crack Windows password with Ophcrack Live CD'>Crack Windows password with Ophcrack Live CD</a> <small>Here is the situation. You just changed your Windows admin...</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>If you have a top secret and confidential data, where you will save it? Will you put it on your Windows desktop? Or put it in your My Documents? Of course you will answer NO to these two questions, right? If we do not secure our confidential data or file, there is no point we classified it as confidential. So we need a special mechanism that can protect the data. And another question is, what mechanism that we can use?</p>
<p><img class="imgleft" height="177" alt="usb truecrypt" src="http://www.cypherhackz.net/wp-content/uploads/2008/07/usb-truecrypt.png" width="203" align="left" />I choose <a href="http://www.truecrypt.org/">TrueCrypt</a>. TrueCrypt is a free open source software that able to create file container which you can use as virtual drive on your computer. The file container is encrypted depending on the encryption algorithm that you choose upon the creation of the file. You are also required to enter password to protect the file container.</p>
<p>The file container is like a normal file that you can copy, delete, cut and paste on any digital media storage such thumbdrive. Although you create the file container in Windows, but you also can open it in Linux platform as long as you have TrueCrypt installed in the operating system.</p>
<p>Lets go back to my example above. If I have a confidential file that I want to encrypt, I will create a file container using TrueCrypt and then mount the file to the computer. TrueCrypt will prompt you to enter the password. If the password is correct, TrueCrypt will mount the file container.</p>
<p>The mounted file will become virtual drive on my computer with drive letter Z:, Y:, etc, just like normal hard disk. Open the drive and save the file into it. Make sure that, you un-mount the virtual drive because the file is viewable if you leave the virtual drive open just like that. It is not encrypted as long as the drive is mounted.</p>
<p>If you afraid that someone will delete the file container, you can use TrueCrypt to make a encrypted partition. This is more secure but it is not mobile. You can&#8217;t transfer the partition to other storage media like file container. Unless if you encrypt thumbdrive.</p>
<p>Main features of TrueCrypt are as follows,</p>
<ul>
<li>Creates a virtual encrypted disk within a file and mounts it as a real disk.</li>
<li>Encrypts an entire partition or storage device such as USB flash drive or hard drive.</li>
<li>Encrypts a partition or drive where Windows is installed (pre-boot authentication).</li>
<li>Encryption is automatic, real-time (on-the-fly) and transparent.</li>
<li>Provides two levels of plausible deniability, in case an adversary forces you to reveal the password:</li>
<li style="LIST-STYLE-TYPE: none">
<ol>
<li>Hidden volume (steganography) and hidden operating system.</li>
<li>No TrueCrypt volume can be identified (volumes cannot be distinguished from random data).</li>
</ol>
</li>
<li>Encryption algorithms: AES-256, Serpent, and Twofish. Mode of operation: XTS.</li>
</ul>
<p>I have using TrueCrypt for months and so far TrueCrypt is really good encryption software. So far, I never heard that someone had cracked the encryption. In my opinion, this software is a must have to everyone to store their private or personal files that they have. For more info, you can read <a href="http://www.truecrypt.org/faq.php">TrueCrypt FAQ</a>.</p>
    <img src="http://www.cypherhackz.net/?ak_action=api_record_view&id=1225&type=feed" alt="" />

<p>Related posts:<ol><li><a href='http://www.cypherhackz.net/archives/2005/07/23/alahai-computer-baru/' rel='bookmark' title='Permanent Link: Alahai computer baru&#8230;'>Alahai computer baru&#8230;</a> <small>Hmm&#8230;aku tak puas hati ngan computer baru aku nih. Orang...</small></li><li><a href='http://www.cypherhackz.net/archives/2008/08/13/lock-your-usb-drive-using-combination-lock/' rel='bookmark' title='Permanent Link: Lock your USB Drive using Combination Lock'>Lock your USB Drive using Combination Lock</a> <small> The idea is simple. Just put the combination lock...</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/02/04/crack-windows-password-with-ophcrack-live-cd/' rel='bookmark' title='Permanent Link: Crack Windows password with Ophcrack Live CD'>Crack Windows password with Ophcrack Live CD</a> <small>Here is the situation. You just changed your Windows admin...</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/07/17/encrypt-your-confidential-file-using-truecrypt/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>Kaspersky 2009 is available now!</title>
		<link>http://www.cypherhackz.net/archives/2008/06/07/kaspersky-2009-is-available-now/</link>
		<comments>http://www.cypherhackz.net/archives/2008/06/07/kaspersky-2009-is-available-now/#comments</comments>
		<pubDate>Sat, 07 Jun 2008 14:57:31 +0000</pubDate>
		<dc:creator>CypherHackz</dc:creator>
				<category><![CDATA[Security]]></category>
		<category><![CDATA[Windows]]></category>

		<guid isPermaLink="false">http://www.cypherhackz.net/archives/2008/06/07/kaspersky-2009-is-available-now/</guid>
		<description><![CDATA[Note: This article contains valid activation key for 6 months period Kaspersky Internet Security 2009 product.

I am a legal Kaspersky Internet Security (KIS) user and have waiting this new version to come out for long time. I really wanted to see its new interface and the new features in this new version.
Although I am eligible [...]


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/2007/12/26/kaspersky-antivirus-settings-tips/' rel='bookmark' title='Permanent Link: Kaspersky Antivirus Settings Tips'>Kaspersky Antivirus Settings Tips</a> <small>Every computer needs an antivirus. Antivirus will protect your PC...</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/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></ol>]]></description>
			<content:encoded><![CDATA[<p><strong>Note:</strong> This article contains valid activation key for 6 months period Kaspersky Internet Security 2009 product.</p>
<p><a href="http://www.kaspersky.com/promo_2009"><img height="455" alt="kaspersky-2009" src="http://www.cypherhackz.net/wp-content/uploads/2008/06/kaspersky-20091.jpg" width="450" /></a></p>
<p>I am a legal Kaspersky Internet Security (KIS) user and have waiting this new version to come out for long time. I really wanted to see its <a href="http://www.kaspersky.com/promo2009_src.html">new interface</a> and the <a href="http://www.kaspersky.com/promo2009_features.html">new features</a> in this new version.</p>
<p>Although I am eligible to be a beta tester for <a href="http://www.kaspersky.com/">Kaspersky</a> product but I keep myself away because I want to make it as a surprise to myself. The new version of Kaspersky Antivirus (KAV) and KIS have been released. And I have upgraded and protect my PC with the latest KIS version!</p>
<p><img height="368" alt="kaspersky-2009-01" src="http://www.cypherhackz.net/wp-content/uploads/2008/06/kaspersky-2009-01.jpg" width="450" /><br />
<em>The new interface in Kaspersky 2009.</em></p>
<p>The reason I am using KIS because it has all security features that I want for my PC. KIS is not just an ordinary antivirus. It has firewall, anti-phishers, anti-spam and some other security modules built into it. For me, it is a complete security solution for home and internet user like me.</p>
<p>If you an existing Kaspersky customer, you can download the installation file <a href="http://www.kaspersky.com/kis_latest_versions?downlink=206909629">directly from their server</a>. It is strongly recommend to uninstall the previous version first before you proceed to install the latest version. This is because, Kaspersky 2009 is different from the previous versions. But make sure to keep your license key with you because when you do complete remove, everything will be gone.</p>
<p>So guys, if you are not using Kaspersky yet, try it for 30 days trial first. Then, if you interested to continue using it, you can purchase the license for only $39.95USD for KAV and $59.95 for KIS. And Kaspersky have their <a href="http://forum.kaspersky.com/">own community</a> too. Check it out!</p>
<p><strong>Bonus:</strong> Here is the activation key that you can use to get 6 months free KIS 2009 trial,</p>
<div class="code">T6B6K-8YK22-VBQH7-ZUZJG</div>
<p>Just copy and paste in the activation form during KIS 2009 installation. Make sure you use this key before run the trial version. Or you also can request key file at <a href="https://activation.kaspersky.com/">Kaspersky Activation page</a>. Enter the activation key and click Next. Ignore the Customer ID and Password. Then you will be given a link to download the key file as your backup copy.</p>
    <img src="http://www.cypherhackz.net/?ak_action=api_record_view&id=1208&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/2007/12/26/kaspersky-antivirus-settings-tips/' rel='bookmark' title='Permanent Link: Kaspersky Antivirus Settings Tips'>Kaspersky Antivirus Settings Tips</a> <small>Every computer needs an antivirus. Antivirus will protect your PC...</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/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></ol></p>]]></content:encoded>
			<wfw:commentRss>http://www.cypherhackz.net/archives/2008/06/07/kaspersky-2009-is-available-now/feed/</wfw:commentRss>
		<slash:comments>44</slash:comments>
		</item>
		<item>
		<title>RoboForm &#8211; Remembers Passwords So You Don&#8217;t Have To</title>
		<link>http://www.cypherhackz.net/archives/2008/05/07/roboform-remembers-passwords-so-you-dont-have-to/</link>
		<comments>http://www.cypherhackz.net/archives/2008/05/07/roboform-remembers-passwords-so-you-dont-have-to/#comments</comments>
		<pubDate>Wed, 07 May 2008 04:04:44 +0000</pubDate>
		<dc:creator>CypherHackz</dc:creator>
				<category><![CDATA[Computers]]></category>
		<category><![CDATA[Security]]></category>

		<guid isPermaLink="false">http://www.cypherhackz.net/archives/2008/05/07/roboform-remembers-passwords-so-you-dont-have-to/</guid>
		<description><![CDATA[In our daily life, Internet is so important. We use the internet to check our emails, login into our online bank account, login to Paypal, check your feed news, and many more. Each of the website requires you to enter your username and password before you can use the services provided. One of the good [...]


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/01/17/reveal-the-hidden-passwords-behind-the-asterisks/' rel='bookmark' title='Permanent Link: Reveal the hidden passwords behind the asterisks'>Reveal the hidden passwords behind the asterisks</a> <small>Edit: Make sure you correct the apostrophe and the quote...</small></li><li><a href='http://www.cypherhackz.net/archives/2008/09/28/synchronize-your-files-with-goodsync/' rel='bookmark' title='Permanent Link: Synchronize your files with GoodSync'>Synchronize your files with GoodSync</a> <small>GoodSync is a synchronization software which enables you to synchronize...</small></li><li><a href='http://www.cypherhackz.net/archives/2006/09/07/create-strong-password-with-password-chart/' rel='bookmark' title='Permanent Link: Create strong password with Password Chart'>Create strong password with Password Chart</a> <small>How strong your password is? Is it easy to guess?...</small></li><li><a href='http://www.cypherhackz.net/archives/2008/06/01/monthly-highlights-may-2008/' rel='bookmark' title='Permanent Link: Monthly Highlights &#8211; May 2008'>Monthly Highlights &#8211; May 2008</a> <small>New day, new month, new mission. Previous month was my...</small></li></ol>]]></description>
			<content:encoded><![CDATA[<p>In our daily life, Internet is so important. We use the internet to check our emails, login into our online bank account, login to Paypal, check your feed news, and many more. Each of the website requires you to enter your username and password before you can use the services provided. One of the good methods to secure your accounts is to use different password for each account you have. But, the problem to human being is, some of them can&#8217;t remember all the passwords they use.</p>
<p>So, is there has any method or software that can helps us to remember all the passwords? Firefox has the feature to remember the password we entered and we only need to remember the master password. But, how about if we want to login from someone PC? Like your friend&#8217;s PC for example. Your passwords are stored in your PC and not in your friend&#8217;s PC. So, how can you login to your account if you can&#8217;t remember the password? And even if you remember the password, are you sure your friend&#8217;s PC is safe? No keylogger installed?</p>
<p><em><img height="220" alt="roboform-01" src="http://www.cypherhackz.net/wp-content/uploads/2008/05/roboform-01.gif" width="358" /><br />
RoboForm splash screen</em></p>
<p><a href="http://www.roboform.com/">RoboForm</a> is the software that can helps you to remember your passwords. But, I had to tell you first, this software is not free. You have to pay for it but believe me, this software is really cool and helps me a lot. It is so efficient but has one tiny problem. I will discuss the problem at the end of this post.</p>
<h3>What is RoboForm?</h3>
<p>So, what is RoboForm? RoboForm is a software developed by <a href="http://www.siber.com/">Siber Systems Inc</a> that you can install into your USB pendrive and can bring along the software where ever you go. This software can keep all your passwords, your information details and generates passwords for you. So you don&#8217;t have to remember all the passwords (or passcards in RoboForm). The only password that you need to remember is the master password which you have setup upon the installation. This master password holds every passcards that you have saved. Without the master password, you will lose your passwords forever.</p>
<p><img height="20" alt="roboform-03" src="http://www.cypherhackz.net/wp-content/uploads/2008/05/roboform-03.gif" width="450" /><br />
<em>RoboForm toolbar</em></p>
<p>After RoboForm is installed into your USB pendrive, RoboForm will attach its toolbar into your Firefox and IE. Currently, RoboForm does not support Opera. So to Opera users, you have to wait until the next version is release. Anyway, the toolbar is not permanent. When you removed your USB pendrive from your PC, the toolbar will also be gone. Some people don&#8217;t like too many toolbars in their browser. So for those people, you do not need to worry about it.</p>
<h3>Remember Password</h3>
<p><img height="158" alt="roboform-04" src="http://www.cypherhackz.net/wp-content/uploads/2008/05/roboform-04.gif" width="450" /></p>
<p>When ever you click on the <em>Submit</em> button to login to a website for example, to a forum, RoboForm will popup in the middle screen asking you whether you want to store the password into RoboForm or not. If you click <em>Save</em>, RoboForm will remember your password and named the saved password with the website domain name. So, the next time when you want to login to the forum, you just click on the domain name at the RoboForm toolbar and RoboForm will enter the login information for you.</p>
<h3>Form Fill In</h3>
<p>Another great feature in RoboForm is it able to keep our personal information. Usually, when we want to register to a website, we are required to enter all the details like our full name, address, phone number, etc. To fill in all the fields takes time. But with RoboForm, we can fill in the form with just one click.</p>
<p>But first, you need to fill in all the details needed in RoboForm. RoboForm will warn you when you are filling in sensitive information like credit cards and bank numbers. And then, when you want to fill in a registration form, just choose which identity that you want to use for the registration. RoboForm will enter all the details for you. You just sit back and click the <em>Submit</em> button after you are sure that all the information given are correct.</p>
<h3>Generate Password</h3>
<p><img class="imgleft" height="308" alt="roboform-05" src="http://www.cypherhackz.net/wp-content/uploads/2008/05/roboform-05.gif" width="266" align="left" /></p>
<p>Some people like to use very complex with many characters combination in their password. This kind of password is very difficult to guess which provides good security to your login account. Before this, I have wrote an article about how to create <a href="http://www.cypherhackz.net/archives/2006/09/07/create-strong-password-with-password-chart/">strong passwords by using password chart</a>. Take a look at the article and hope you found it useful.</p>
<p>In RoboForm, you can generate complex passwords by using its password generator. Because RoboForm is able to remember all the passwords given no matter how long or how difficult it is, this password generator is useful and I think it is a good integration with RoboForm. You can generate complex password and ask RoboForm to remember it. So the next time when you want to use the password, just ask the RoboForm to fill in the password form for you. It knows what to do.</p>
<h3>Defeats Keylogger</h3>
<p>RoboForm does not punch the keyboard to enter the password for you. So your passwords are safe from keyloggers. Keyloggers only detect every key that you type from your keyboard. Because RoboForm does not typing from the keyboard, so don&#8217;t feel afraid to use RoboForm in public PCs like in CyberCafe or libraries.</p>
<p>And you also don&#8217;t have to feel unsecure if using your friend&#8217;s PC to check your email for example. Who knows, maybe your friend installed keylogger to get your email password. Well, you know what he or she can do with your password, don&#8217;t you?</p>
<h3>The Problem</h3>
<p>Ok now, I want to discuss about the problem in RoboForm. As I mentioned earlier, RoboForm can be installed in USB pendrive and I am sure most of the users will install RoboForm in the pendrive because of its portability. Although our passwords and the master password is secure because RoboForm uses <a href="http://www.roboform.com/features.html#security">strong encryption</a>, but how about if we, accidently formatted our pendrive?</p>
<p>It sounds scary right? All our passwords including the complex passwords are inside the USB pendrive. If we accidently formatted the pendrive, ALL the passwords will be gone. That is the tiny problem that I found. Unless, you always do routine backup, this problem can be ignored.</p>
<p>Siber Systems Inc has another software that counter this problem. This software can synchronize data between your USB pendrive with your PC. They called it as <a href="http://www.goodsync.com/">GoodSync</a>. This software can be used to keep a backup copy of your pendrive data into your PC. So even you accidently formatted your pendrive, your passwords are still safe in your PC. But right now, I don&#8217;t have opportunities to test the software. But if I do, I will write a review about the software.</p>
<h3>Final Words</h3>
<p>RoboForm is not freeware. It costs you <strong>USD29.95 for one license</strong>. I got this software for free and that is why I got the chance to write this review. In my opinion, RoboForm is so useful not just because it can keeps your passwords, but it is also portable. You can bring your passwords anywhere as long as your USB pendrive is with you. For more information, please visit <a href="http://www.roboform.com/">RoboForm website</a>.</p>
    <img src="http://www.cypherhackz.net/?ak_action=api_record_view&id=1189&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/01/17/reveal-the-hidden-passwords-behind-the-asterisks/' rel='bookmark' title='Permanent Link: Reveal the hidden passwords behind the asterisks'>Reveal the hidden passwords behind the asterisks</a> <small>Edit: Make sure you correct the apostrophe and the quote...</small></li><li><a href='http://www.cypherhackz.net/archives/2008/09/28/synchronize-your-files-with-goodsync/' rel='bookmark' title='Permanent Link: Synchronize your files with GoodSync'>Synchronize your files with GoodSync</a> <small>GoodSync is a synchronization software which enables you to synchronize...</small></li><li><a href='http://www.cypherhackz.net/archives/2006/09/07/create-strong-password-with-password-chart/' rel='bookmark' title='Permanent Link: Create strong password with Password Chart'>Create strong password with Password Chart</a> <small>How strong your password is? Is it easy to guess?...</small></li><li><a href='http://www.cypherhackz.net/archives/2008/06/01/monthly-highlights-may-2008/' rel='bookmark' title='Permanent Link: Monthly Highlights &#8211; May 2008'>Monthly Highlights &#8211; May 2008</a> <small>New day, new month, new mission. Previous month was my...</small></li></ol></p>]]></content:encoded>
			<wfw:commentRss>http://www.cypherhackz.net/archives/2008/05/07/roboform-remembers-passwords-so-you-dont-have-to/feed/</wfw:commentRss>
		<slash:comments>17</slash:comments>
		</item>
	</channel>
</rss>
