<?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>The 88 Best Freeware &#187; Security</title>
	<atom:link href="http://freeware.chengsoongiap.com/archives/category/security/feed" rel="self" type="application/rss+xml" />
	<link>http://freeware.chengsoongiap.com</link>
	<description></description>
	<lastBuildDate>Wed, 12 Oct 2011 05:27:09 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>Do I need to buy antivirus software for my PC?</title>
		<link>http://freeware.chengsoongiap.com/archives/do-i-need-to-buy-antivirus-software-for-my-pc.html</link>
		<comments>http://freeware.chengsoongiap.com/archives/do-i-need-to-buy-antivirus-software-for-my-pc.html#comments</comments>
		<pubDate>Thu, 08 Sep 2011 13:40:24 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Home & Office Software]]></category>
		<category><![CDATA[Security]]></category>

		<guid isPermaLink="false">http://freeware.chengsoongiap.com/?p=53</guid>
		<description><![CDATA[It depends. If you have budget constraint, you may like to try anti virus free software. I have been using AVG Free Anti-Virus software for years. It works really fine so far. Updates are always available. AVG Free Anti-Virus can be downloaded from http://free.avg.com/. Maybe one of the drawbacks of freeware is limited or no [...]]]></description>
			<content:encoded><![CDATA[<p>It depends.</p>
<p>If you have budget constraint, you may like to try anti virus free software. I have been using AVG Free Anti-Virus software for years. It works really fine so far. <p style="float: left;margin: 1px;">
<script type="text/javascript"><!--
google_ad_client = "pub-3133111740628575";
/* CSG-300x250-freeware, created 1/2/09 */
google_ad_slot = "9979206613";
google_ad_width = 300;
google_ad_height = 250;
//-->
</script>
<script type="text/javascript"
src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
</script></p>Updates are always available. AVG Free Anti-Virus can be downloaded from <a href="http://free.avg.com/">http://free.avg.com/</a>.<br />
<span id="more-53"></span><br />
Maybe one of the drawbacks of freeware is limited or no technical support available. However, for personal usage, I do think that AVG Free Anti-Virus should be more than enough.</p>
<p>Anyway, if you are worry about technical support to the software you use, do consider fully supported commercial products from Trend Micro, Symantec, McAfee and so on.</p>
]]></content:encoded>
			<wfw:commentRss>http://freeware.chengsoongiap.com/archives/do-i-need-to-buy-antivirus-software-for-my-pc.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Wireshark (Ethereal) to manage and troubleshoot network</title>
		<link>http://freeware.chengsoongiap.com/archives/wireshark-ethereal-to-manage-and-troubleshoot-network.html</link>
		<comments>http://freeware.chengsoongiap.com/archives/wireshark-ethereal-to-manage-and-troubleshoot-network.html#comments</comments>
		<pubDate>Sun, 22 Mar 2009 09:16:59 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Network]]></category>
		<category><![CDATA[Security]]></category>
		<category><![CDATA[packet analyzer]]></category>

		<guid isPermaLink="false">http://freeware.chengsoongiap.com/?p=38</guid>
		<description><![CDATA[Wireshark (used to be known as Ethereal) is a open source GUI network protocol analyzer freeware. As packet analysis is important in trouble shooting and managing network, Wireshark is use regularly by network professionals, security experts, developers, and educators around the world to see and understand raw protocols on the wire. Typically a network administrator [...]]]></description>
			<content:encoded><![CDATA[<p>Wireshark (used to be known as Ethereal) is a open source GUI network protocol analyzer <a href="http://freeware.chengsoongiap.com">freeware</a>. As packet analysis is important in trouble shooting and managing network, Wireshark is use regularly by network professionals, security experts, developers, and educators around the world to see and understand raw protocols on the wire.</p>
<p>Typically a network administrator will use Wireshark to troubleshoot network problems, the network security engineers use it to examine security problems, developers use it to debug protocol implementations and students may use it to learn network protocol internals.</p>
<p>Wireshark is able to inspect hundreds of protocols, with more being added all the time. It lets you interactively browse packet data from a live network or from a previously saved capture file. Packets captured are displayed with very detailed protocol information.</p>
<p>Wireshark&#8217;s native capture file format is libpcap format, which is also the format used by tcpdump and various other tools. <p style="float: left;margin: 1px;">
<script type="text/javascript"><!--
google_ad_client = "pub-3133111740628575";
/* CSG-300x250-freeware, created 1/2/09 */
google_ad_slot = "9979206613";
google_ad_width = 300;
google_ad_height = 250;
//-->
</script>
<script type="text/javascript"
src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
</script></p>However, it is able to read and write using many other capture file formats like Pcap NG, Catapult DCT2000, Cisco Secure IDS iplog, Microsoft Network Monitor, Network General Sniffer (compressed and uncompressed), Sniffer Pro, and NetXray, Network Instruments Observer, NetScreen snoop, Novell LANalyzer, RADCOM WAN/LAN Analyzer, Shomiti/Finisar Surveyor, Tektronix K12xx, Visual Networks Visual UpTime, WildPackets EtherPeek/TokenPeek/AiroPeek, and many others. Capture files which are compressed with gzip can be decompressed on the fly in Wireshark.</p>
<p>Like other protocol analyzers, Wireshark&#8217;s main window shows 3 views of a packet. It shows a summary line, briefly describing what the packet is. The second view is showing packet details which allows user to drill down to exact protocol or field. Finally, a hex dump shows the user exactly what the packet looks like when it goes over the wire. Coloring rules can be applied to the packet list for quick, intuitive analysis. Below is an example of Wireshark&#8217;s main window after packets have been captured.<br />
<a href="http://picasaweb.google.com/lh/photo/dvuAX2_sXgRGD4846s21ig?feat=embedwebsite"><img src="http://lh5.ggpht.com/_wcyOUsIDS30/ScX-19ykK-I/AAAAAAAACAU/umsZmVCCdvg/s400/wireshark.jpg" alt="" /></a><br />
<span id="more-38"></span></p>
<p>Live data can be read from devices such as Ethernet, Token Ring, IEEE 802.11, PPP/HDLC, ATM, Bluetooth, USB, Frame Relay, FDDI, and others.</p>
<p>Wireshark is also having the decryption support for many protocols, including IPsec, ISAKMP, Kerberos, SNMPv3, SSL/TLS, WEP, and WPA/WPA2.</p>
<p>The output of Wireshark can be exported to XML, <a href="http://blog.chengsoongiap.com/?s=postscript">PostScript</a>, CSV, or plain text.</p>
<p>Wireshark is available in all major modern operating systems like Windows, Linux, OS X, Solaris, FreeBSD, NetBSD, and many others. Installation process for Wireshark is fairly simple. For Windows system, you will need to install WinPcap capture driver (it is built into the Wireshark installation package) together with Wireshark as packet capturing in Wireshark is performed with the pcap library. WinPcap interacts with Windows OS to capture raw packet data, apply filters, and switch the network interface in and out of promiscuous mode.</p>
<p>You may download Wireshark from <a href="http://www.wireshark.org/">the official Wireshark web page</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://freeware.chengsoongiap.com/archives/wireshark-ethereal-to-manage-and-troubleshoot-network.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>FreeOTFE &#8211; disk encryption freeware</title>
		<link>http://freeware.chengsoongiap.com/archives/freeotfe-disk-encryption-freeware.html</link>
		<comments>http://freeware.chengsoongiap.com/archives/freeotfe-disk-encryption-freeware.html#comments</comments>
		<pubDate>Thu, 12 Mar 2009 12:48:04 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Security]]></category>
		<category><![CDATA[disk encryption]]></category>
		<category><![CDATA[virtual disk]]></category>

		<guid isPermaLink="false">http://freeware.chengsoongiap.com/?p=34</guid>
		<description><![CDATA[FreeOTFE is an open source freeware uses for disk encryption for PCs and PDAs. Like TrueCrypt, you can create virtual disks on your PC/PDA using this tool. The virtual disk is encrypted using AES, Blowfish and other cyphers. However, it operates exactly like a normal disk &#8211; any data written to it is securely encrypted [...]]]></description>
			<content:encoded><![CDATA[<p>FreeOTFE is an open source <a href="http://freeware.chengsoongiap.com">freeware</a> uses for disk encryption for PCs and PDAs.</p>
<p>Like <a href="http://freeware.chengsoongiap.com/archives/using-truecrypt-to-encrypt-your-data.html">TrueCrypt</a>, you can create virtual disks on your PC/PDA using this tool. The virtual disk is encrypted using AES, Blowfish and other cyphers. However, it operates exactly like a normal disk &#8211; any data written to it is securely encrypted before being stored on your computer&#8217;s hard drive. <!--adsense--></p>
<p>On a PC, the theoretical maximum volume size you can create for FreeOTFE virtual disk is 2^64 bytes (16777216 TB; 17179869184 GB). But bear in mind that FAT/FAT32 file system cannot support files larger than (4GB &#8211; 1 byte).</p>
<p>You may also use FreeOTFE to mount a volume file located on a network server. Security is also take care in this case &#8211; all data read/written to that volume will be sent over the network in encrypted form.<span id="more-34"></span></p>
<p>Like TrueCrypt, you do not need to install it. This is ideal for use on a USB stick. The best thing about FreeOTFE is the source code is available for free. Last but not least, be careful, never forget the password you use to create volume in this freeware. If you lost it, you are not able to get your data back!</p>
<p>By the way, you may download this excellent tool at it&#8217;s <a href="http://www.freeotfe.org/">homepage</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://freeware.chengsoongiap.com/archives/freeotfe-disk-encryption-freeware.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Wireshark, NMap and Eraser</title>
		<link>http://freeware.chengsoongiap.com/archives/wireshark-nmap-and-eraser.html</link>
		<comments>http://freeware.chengsoongiap.com/archives/wireshark-nmap-and-eraser.html#comments</comments>
		<pubDate>Sat, 21 Feb 2009 05:55:14 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Security]]></category>
		<category><![CDATA[eraser]]></category>
		<category><![CDATA[nmap]]></category>
		<category><![CDATA[security tools]]></category>
		<category><![CDATA[wireshark]]></category>

		<guid isPermaLink="false">http://freeware.chengsoongiap.com/?p=15</guid>
		<description><![CDATA[Three new security tools freeware are added to the 88 Best Freeware list today. Details for each of these three freeware will be introduced in the near future. Anyway, basically Wireshark is a network protocol analyzer which was formerly called Ethereal. This is a very powerful tool use in capturing packets on the network. NMap [...]]]></description>
			<content:encoded><![CDATA[<p>Three new security tools <a href="http://freeware.chengsoongiap.com/">freeware</a> are added to the 88 Best Freeware list today.</p>
<p>Details for each of these three freeware will be introduced in the near future. Anyway, basically<br />
<!--adsense--></p>
<ol>
<li> <strong><a href="http://freeware.chengsoongiap.com/archives/wireshark-ethereal-to-manage-and-troubleshoot-network.html">Wireshark</a></strong> is a network protocol analyzer which was formerly called Ethereal. This is a very powerful tool use in capturing packets on the network.</li>
<li><strong>NMap</strong> is a port scanner tool for Windows. You may use NMap in testing the range of ports open on a particular network device and subsequently know if any vulnerability is associated with it.</li>
<li><strong>Eraser</strong> is use to securely delete files from your hard disk. It will completely remove data from your hard drive by overwriting the drive several times with selected pattern strings.</li>
</ol>
<p><span id="more-15"></span><br />
Wireshark and Nmap are mostly use in network system trouble shooting. These two security tools also popularly used in education institution to show students on how the network work. Eraser is mostly use in protecting the security of information in your personal computer. </p>
]]></content:encoded>
			<wfw:commentRss>http://freeware.chengsoongiap.com/archives/wireshark-nmap-and-eraser.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Using TrueCrypt to encrypt your data</title>
		<link>http://freeware.chengsoongiap.com/archives/using-truecrypt-to-encrypt-your-data.html</link>
		<comments>http://freeware.chengsoongiap.com/archives/using-truecrypt-to-encrypt-your-data.html#comments</comments>
		<pubDate>Sat, 03 Jan 2009 08:16:36 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Security]]></category>
		<category><![CDATA[encryption]]></category>
		<category><![CDATA[information security]]></category>
		<category><![CDATA[software]]></category>

		<guid isPermaLink="false">http://freeware.chengsoongiap.com/?p=10</guid>
		<description><![CDATA[TrueCrypt is a free open-source disk encryption software for Windows Vista/XP, Mac OS X, and Linux The best feature that I found with TrueCrypt is it can create a virtual encrypted disk within a file and mounts it as a real disk. Files that is stored in this encrypted disk are automatically encrypted or decrypted [...]]]></description>
			<content:encoded><![CDATA[<p>TrueCrypt is a free open-source disk encryption software for Windows Vista/XP, Mac OS X, and Linux </p>
<p>The best feature that I found with TrueCrypt is it can create a virtual encrypted disk within a file and mounts it as a real disk. Files that is stored in this encrypted disk are automatically encrypted or decrypted on-the-fly and transparent to user.</p>
<p>TrueCrypt can also encrypts an entire partition or storage device such as USB flash drive or hard drive.</p>
<p>The other feature that I never try with TrueCrypt is the Encryption of a partition or drive where Windows is installed (pre-boot authentication).<br />
<span id="more-10"></span><!--adsense--><br />
No data stored on an TrueCrypt encrypted volume can be read (decrypted) without having the correct password or correct encryption key. Until decrypted, a TrueCrypt volume appears to be nothing more than a series of random numbers.</p>
<p>The encryption algorithms supported by TrueCrypt includes AES-256, Serpent, and Twofish. Additionally, five different combination of cascaded algorithms are available: AES-Twofish, AES-Twofish-Serpent, Serpent-AES, Serpent-Twofish-AES and Twofish-Serpent. The cryptographic hash functions used by TrueCrypt are RIPEMD-160, SHA-512, and Whirlpool.</p>
<p>From information security point of view, it is a good practice to protect your sensitive data with encryption software. <a href="http://www.truecrypt.org">TrueCrypt</a> offers this excellent function to us freely!</p>
]]></content:encoded>
			<wfw:commentRss>http://freeware.chengsoongiap.com/archives/using-truecrypt-to-encrypt-your-data.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

