<?xml version="1.0"?><?xml-stylesheet type="text/xsl" href="/rss.xsl"?><rss version="2.0"><channel><title>CTI Text Encryption</title><link>http://ctiencrypt.codeplex.com/project/feeds/rss</link><description>A text encryption tools. Able to encrypt with multiple password. Light weight, efficient, portable and able to translate to your language.</description><item><title>New Post: AES 256? Also, is there a password length Limit?</title><link>http://ctiencrypt.codeplex.com/discussions/436239</link><description>&lt;div style="line-height: normal;"&gt;It is AES 256.&lt;br /&gt;
&lt;a href="http://stackoverflow.com/questions/281158/rijndaelmanaged-supports-128-256-bit-key-what-key-size-the-default-constructor" rel="nofollow"&gt;http://stackoverflow.com/questions/281158/rijndaelmanaged-supports-128-256-bit-key-what-key-size-the-default-constructor&lt;/a&gt;&lt;br /&gt;
&lt;/div&gt;</description><author>adriancs</author><pubDate>Fri, 17 May 2013 04:41:44 GMT</pubDate><guid isPermaLink="false">New Post: AES 256? Also, is there a password length Limit? 20130517044144A</guid></item><item><title>New Post: AES 256? Also, is there a password length Limit?</title><link>http://ctiencrypt.codeplex.com/discussions/436239</link><description>&lt;div style="line-height: normal;"&gt;However, this software does not only use AES algorithm.&lt;br /&gt;
Before the text is sent to AES encryption, it is first encrypted by CTI2 encryption, which is my own creation of encryption algorithm.&lt;br /&gt;
&lt;br /&gt;
To Encrypt: Text &amp;gt; CTI2 &amp;gt; AES128 + SHA512(Password) &amp;gt; Encrypted Text&lt;br /&gt;
&lt;br /&gt;
To Decrypt: Encrypted Text &amp;gt; AES128 + SHA512(Password) &amp;gt; CTI2 &amp;gt; Original Text&lt;br /&gt;
&lt;/div&gt;</description><author>adriancs</author><pubDate>Sun, 21 Apr 2013 01:46:56 GMT</pubDate><guid isPermaLink="false">New Post: AES 256? Also, is there a password length Limit? 20130421014656A</guid></item><item><title>New Post: AES 256? Also, is there a password length Limit?</title><link>http://ctiencrypt.codeplex.com/discussions/436239</link><description>&lt;div style="line-height: normal;"&gt;Hi, the key size used by this encryption is 128 (AES 128)&lt;br /&gt;
&lt;/div&gt;</description><author>adriancs</author><pubDate>Thu, 18 Apr 2013 23:41:09 GMT</pubDate><guid isPermaLink="false">New Post: AES 256? Also, is there a password length Limit? 20130418114109P</guid></item><item><title>New Post: AES 256? Also, is there a password length Limit?</title><link>http://ctiencrypt.codeplex.com/discussions/436239</link><description>&lt;div style="line-height: normal;"&gt;Thanks for the reply. &lt;br /&gt;
&lt;br /&gt;
Also, does it use AES 256?&lt;br /&gt;
&lt;/div&gt;</description><author>ssl378</author><pubDate>Tue, 16 Apr 2013 17:44:02 GMT</pubDate><guid isPermaLink="false">New Post: AES 256? Also, is there a password length Limit? 20130416054402P</guid></item><item><title>Updated Wiki: Home</title><link>http://ctiencrypt.codeplex.com/wikipage?version=62</link><description>&lt;div class="wikidoc"&gt;
&lt;h2&gt;Description&lt;/h2&gt;
&lt;table style="border-style:hidden"&gt;
&lt;tbody&gt;
&lt;tr style="border-style:hidden"&gt;
&lt;td valign="top" style="width:70%; border-style:hidden"&gt;
&lt;p&gt;A text encryption tools. Able to encrypt with multiple keys. Light weight, portable in pendrive, efficient and easy to use. Hide your sensitive information from others when it is exposed.&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;Latest Version: 4.0 &lt;/li&gt;&lt;li&gt;Release Date: 12 Jan 2013 &lt;/li&gt;&lt;li&gt;License: Freeware &lt;/li&gt;&lt;li&gt;Download Shortcut: &lt;a href="http://ctiencrypt.codeplex.com/releases"&gt;http://ctiencrypt.codeplex.com/releases&lt;/a&gt;
&lt;/li&gt;&lt;/ul&gt;
&lt;/td&gt;
&lt;td style="width:3%; border-style:hidden"&gt;&amp;nbsp;&lt;/td&gt;
&lt;td align="left" valign="top" style="border-style:hidden"&gt;&amp;nbsp;&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;
&lt;p&gt;&lt;img src="http://download-codeplex.sec.s-msft.com/Download?ProjectName=ctiencrypt&amp;DownloadId=601118" alt=""&gt;&lt;/p&gt;
&lt;h2&gt;Introduction to CTI Text Encryption.&lt;/h2&gt;
&lt;p&gt;CTI Text Encryption is a text encryption tools. It able to encrypt text, articles, messages into random, meaningless code. And then at a later time, it can be decrypted into original message when needed.&lt;br&gt;
&lt;br&gt;
A simple example:&lt;br&gt;
&lt;br&gt;
&lt;span style="text-decoration:underline"&gt;Original Text (before encryption):&lt;/span&gt;&lt;br&gt;
&lt;em&gt;The quick brown fox jump over the lazy dog.&lt;/em&gt;&lt;br&gt;
&lt;br&gt;
&lt;span style="text-decoration:underline"&gt;Encrypted Text (after encryption):&lt;/span&gt;&lt;br&gt;
&lt;em&gt;A&amp;#43;y49h&amp;#43;rdJLIoIx7E2lG12MQrNVS4i4BGbe4&amp;#43;ji0NeaEkAexrOgoWa865&amp;#43;GioUeDMDOMZHdxfYP1JU54ogvw/Q==&lt;/em&gt;&lt;br&gt;
&lt;br&gt;
&lt;span style="text-decoration:underline"&gt;Decryption Result of the Encrypted Text:&lt;/span&gt;&lt;br&gt;
&lt;em&gt;The quick brown fox jump over the lazy dog.&lt;/em&gt;&lt;/p&gt;
&lt;p&gt;&lt;br&gt;
&lt;strong&gt;Why do We Need Text Encryption?&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;Everyday, we sent emails, take notes, delievered private message in forums, sending messages through online chatting system. Some of these messages might contain very important information and privacy.&lt;br&gt;
&lt;br&gt;
Is it safe to just send it in plain, pure human understandable text through internet?&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&lt;em&gt;A warning of Internet Explorer&lt;/em&gt;&lt;/p&gt;
&lt;p&gt;&lt;em&gt;&amp;nbsp;&lt;/em&gt;&lt;img src="http://download-codeplex.sec.s-msft.com/Download?ProjectName=ctiencrypt&amp;DownloadId=477103" alt="" width="391" height="201"&gt;&lt;/p&gt;
&lt;p&gt;Sending pure human understandable text through internet is not safe.&lt;/p&gt;
&lt;p&gt;There are many ways to get these text exposure.&amp;nbsp;Text, that send through internet has a very high change to be viewed by 3rd party or unauthorized person.&lt;/p&gt;
&lt;p&gt;If you are sending or saving some sensitive/privacy information, it is always recommended to take one more extra step to keep your message safer -
&lt;strong&gt;Encrypt Your Text&lt;/strong&gt;.&lt;br&gt;
&lt;br&gt;
CTI Text Encryption is designed to this job.&lt;br&gt;
&lt;br&gt;
&lt;/p&gt;
&lt;h2&gt;
&lt;hr&gt;
One Way Encryption&lt;/h2&gt;
&lt;p&gt;&lt;strong&gt;Note: This function is available in CTI Text Encryption 3.0&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;When you create a new password, you might used your birthdate, phone number,&amp;nbsp;your personal identity card number,&amp;nbsp;or simply use keyboard sequence such as&amp;nbsp;&lt;strong&gt;QWERTY,&amp;nbsp;&lt;/strong&gt;&lt;strong&gt;12345
&lt;/strong&gt;and&amp;nbsp;&lt;strong&gt;asdf.&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;According to many experienced IT security experts and password hacking studies&amp;nbsp;,&amp;nbsp;a recommended strong password should comprise of mixture of&lt;br&gt;
&lt;br&gt;
&lt;em&gt;Upper Case Letter&lt;/em&gt;&lt;br&gt;
&lt;em&gt;Lower Case Letter&lt;/em&gt;&lt;br&gt;
&lt;em&gt;Numbers&lt;/em&gt;&lt;br&gt;
&lt;em&gt;and symbols&lt;/em&gt;&lt;/p&gt;
&lt;p&gt;* read more:&amp;nbsp;&lt;a href="http://www.makeuseof.com/tag/how-to-create-strong-password-that-you-can-remember-easily/"&gt;http://www.makeuseof.com/tag/how-to-create-strong-password-that-you-can-remember-easily/&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;but, are you going to remember a sentence something like this?&lt;br&gt;
&lt;br&gt;
&lt;strong&gt;jF2$o*!Jd1x9P@v#qa^9&lt;/strong&gt;&lt;br&gt;
&lt;br&gt;
no.&lt;br&gt;
&lt;br&gt;
This software can help you easily&amp;nbsp;generate a complex password in ease. Key in any&amp;nbsp;beloved phrases, and&amp;nbsp;the password code is generated automatically.&amp;nbsp;&lt;/p&gt;
&lt;h2&gt;
&lt;hr&gt;
Features:&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;Support Multi-Language Input Text &lt;/li&gt;&lt;li&gt;Friendly user, easy to use, light weight, standalone, portable. &lt;/li&gt;&lt;li&gt;Able to apply custom UI (User Interface) Language, including Right to Left UI.
&lt;/li&gt;&lt;li&gt;Encrypt with up to 4 combination of password. &lt;/li&gt;&lt;/ul&gt;
&lt;h2&gt;Awards:&lt;/h2&gt;
&lt;p&gt;&lt;a href="http://www.softpedia.com/get/Security/Encrypting/CTI-Text-Encryption.shtml"&gt;&lt;img src="http://www.softpedia.com/base_img/softpedia_free_award_f.gif" alt=""&gt;&lt;/a&gt;&amp;nbsp;&lt;a href="http://www.freewarefiles.com/CTI-Text-Encryption_program_71684.html"&gt;&lt;img src="http://www.freewarefiles.com/banners/fwf_clean_170x90b.png" alt="" width="170" height="90"&gt;&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&lt;a href="https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&amp;hosted_button_id=62W86TBZYYHZC"&gt;&lt;img src="http://www.codeplex.com/Download?ProjectName=ctiencrypt&amp;DownloadId=600027" alt="" width="147" height="47"&gt;&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;Donations will be paid to the developer of this software.&lt;br&gt;
Thanks.&lt;/p&gt;
&lt;/div&gt;&lt;div class="ClearBoth"&gt;&lt;/div&gt;</description><author>adriancs</author><pubDate>Mon, 25 Mar 2013 13:52:08 GMT</pubDate><guid isPermaLink="false">Updated Wiki: Home 20130325015208P</guid></item><item><title>Updated Wiki: Home</title><link>http://ctiencrypt.codeplex.com/wikipage?version=61</link><description>&lt;div class="wikidoc"&gt;
&lt;h2&gt;Description&lt;/h2&gt;
&lt;table style="border-style:hidden"&gt;
&lt;tbody&gt;
&lt;tr style="border-style:hidden"&gt;
&lt;td valign="top" style="width:70%; border-style:hidden"&gt;
&lt;p&gt;A text encryption tools. Able to encrypt with multiple keys. Light weight, portable in pendrive, efficient and easy to use. Hide your sensitive information from others when it is exposed.&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;Latest Version: 4.0 &lt;/li&gt;&lt;li&gt;Release Date: 12 Jan 2013 &lt;/li&gt;&lt;li&gt;License: Freeware &lt;/li&gt;&lt;li&gt;Download Shortcut: &lt;a href="http://ctiencrypt.codeplex.com/releases"&gt;http://ctiencrypt.codeplex.com/releases&lt;/a&gt;
&lt;/li&gt;&lt;/ul&gt;
&lt;/td&gt;
&lt;td style="width:3%; border-style:hidden"&gt;&amp;nbsp;&lt;/td&gt;
&lt;td align="left" valign="top" style="border-style:hidden"&gt;&amp;nbsp;&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;
&lt;p&gt;&lt;img src="http://download-codeplex.sec.s-msft.com/Download?ProjectName=ctiencrypt&amp;DownloadId=601118" alt=""&gt;&lt;/p&gt;
&lt;h2&gt;Introduction to CTI Text Encryption.&lt;/h2&gt;
&lt;p&gt;CTI Text Encryption is a text encryption tools. It able to encrypt text, articles, messages into random, meaningless code. And then at a later time, it can be decrypted into original message when needed.&lt;br&gt;
&lt;br&gt;
A simple example:&lt;br&gt;
&lt;br&gt;
&lt;span style="text-decoration:underline"&gt;Original Text (before encryption):&lt;/span&gt;&lt;br&gt;
&lt;em&gt;The quick brown fox jump over the lazy dog.&lt;/em&gt;&lt;br&gt;
&lt;br&gt;
&lt;span style="text-decoration:underline"&gt;Encrypted Text (after encryption):&lt;/span&gt;&lt;br&gt;
&lt;em&gt;A&amp;#43;y49h&amp;#43;rdJLIoIx7E2lG12MQrNVS4i4BGbe4&amp;#43;ji0NeaEkAexrOgoWa865&amp;#43;GioUeDMDOMZHdxfYP1JU54ogvw/Q==&lt;/em&gt;&lt;br&gt;
&lt;br&gt;
&lt;span style="text-decoration:underline"&gt;Decryption Result of the Encrypted Text:&lt;/span&gt;&lt;br&gt;
&lt;em&gt;The quick brown fox jump over the lazy dog.&lt;/em&gt;&lt;/p&gt;
&lt;p&gt;&lt;br&gt;
&lt;strong&gt;Why do We Need Text Encryption?&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;Everyday, we sent emails, take notes, delievered private message in forums, sending messages through online chatting system. Some of these messages might contain very important information and privacy.&lt;br&gt;
&lt;br&gt;
Is it safe to just send it in plain, pure human understandable text through internet?&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&lt;em&gt;A warning of Internet Explorer&lt;/em&gt;&lt;/p&gt;
&lt;p&gt;&lt;em&gt;&amp;nbsp;&lt;/em&gt;&lt;img src="http://download-codeplex.sec.s-msft.com/Download?ProjectName=ctiencrypt&amp;DownloadId=477103" alt="" width="391" height="201"&gt;&lt;/p&gt;
&lt;p&gt;Send pure human understandable text through internet is not safe.&lt;/p&gt;
&lt;p&gt;There are many ways to get these text exposure.&amp;nbsp;Text, that send through internet has a very high change to be viewed by 3rd party or unauthorized person.&lt;/p&gt;
&lt;p&gt;If you are sending or saving some sensitive/privacy information, it is always recommended to take one more extra step to keep your message safer -
&lt;strong&gt;Encrypt Your Text&lt;/strong&gt;.&lt;br&gt;
&lt;br&gt;
CTI Text Encryption is designed to this job.&lt;br&gt;
&lt;br&gt;
&lt;/p&gt;
&lt;h2&gt;
&lt;hr&gt;
One Way Encryption&lt;/h2&gt;
&lt;p&gt;&lt;strong&gt;Note: This function is available in CTI Text Encryption 3.0&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;When you create a new password, you might used your birthdate, phone number,&amp;nbsp;your personal identity card number,&amp;nbsp;or simply use keyboard sequence such as&amp;nbsp;&lt;strong&gt;QWERTY,&amp;nbsp;&lt;/strong&gt;&lt;strong&gt;12345
&lt;/strong&gt;and&amp;nbsp;&lt;strong&gt;asdf.&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;According to many experienced IT security experts and password hacking studies&amp;nbsp;,&amp;nbsp;a recommended strong password should comprise of mixture of&lt;br&gt;
&lt;br&gt;
&lt;em&gt;Upper Case Letter&lt;/em&gt;&lt;br&gt;
&lt;em&gt;Lower Case Letter&lt;/em&gt;&lt;br&gt;
&lt;em&gt;Numbers&lt;/em&gt;&lt;br&gt;
&lt;em&gt;and symbols&lt;/em&gt;&lt;/p&gt;
&lt;p&gt;* read more:&amp;nbsp;&lt;a href="http://www.makeuseof.com/tag/how-to-create-strong-password-that-you-can-remember-easily/"&gt;http://www.makeuseof.com/tag/how-to-create-strong-password-that-you-can-remember-easily/&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;but, are you going to remember a sentence something like this?&lt;br&gt;
&lt;br&gt;
&lt;strong&gt;jF2$o*!Jd1x9P@v#qa^9&lt;/strong&gt;&lt;br&gt;
&lt;br&gt;
no.&lt;br&gt;
&lt;br&gt;
This software can help you easily&amp;nbsp;generate a complex password in ease. Key in any&amp;nbsp;beloved phrases, and&amp;nbsp;the password code is generated automatically.&amp;nbsp;&lt;/p&gt;
&lt;h2&gt;
&lt;hr&gt;
Features:&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;Support Multi-Language Input Text &lt;/li&gt;&lt;li&gt;Friendly user, easy to use, light weight, standalone, portable. &lt;/li&gt;&lt;li&gt;Able to apply custom UI (User Interface) Language, including Right to Left UI.
&lt;/li&gt;&lt;li&gt;Encrypt with up to 4 combination of password. &lt;/li&gt;&lt;/ul&gt;
&lt;h2&gt;Awards:&lt;/h2&gt;
&lt;p&gt;&lt;a href="http://www.softpedia.com/get/Security/Encrypting/CTI-Text-Encryption.shtml"&gt;&lt;img src="http://www.softpedia.com/base_img/softpedia_free_award_f.gif" alt=""&gt;&lt;/a&gt;&amp;nbsp;&lt;a href="http://www.freewarefiles.com/CTI-Text-Encryption_program_71684.html"&gt;&lt;img src="http://www.freewarefiles.com/banners/fwf_clean_170x90b.png" alt="" width="170" height="90"&gt;&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&lt;a href="https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&amp;hosted_button_id=62W86TBZYYHZC"&gt;&lt;img src="http://www.codeplex.com/Download?ProjectName=ctiencrypt&amp;DownloadId=600027" alt="" width="147" height="47"&gt;&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;Donations will be paid to the developer of this software.&lt;br&gt;
Thanks.&lt;/p&gt;
&lt;/div&gt;&lt;div class="ClearBoth"&gt;&lt;/div&gt;</description><author>adriancs</author><pubDate>Mon, 25 Mar 2013 13:51:52 GMT</pubDate><guid isPermaLink="false">Updated Wiki: Home 20130325015152P</guid></item><item><title>New Post: AES 256? Also, is there a password length Limit?</title><link>http://ctiencrypt.codeplex.com/discussions/436239</link><description>&lt;div style="line-height: normal;"&gt;Hi, sorry for the late reply.&lt;br /&gt;
&lt;br /&gt;
Current password length limit is 32767 characters, including white space.&lt;br /&gt;
&lt;br /&gt;
Each of the textbox of password can be filled by 32767 characters.&lt;br /&gt;
&lt;/div&gt;</description><author>adriancs</author><pubDate>Mon, 25 Mar 2013 13:45:02 GMT</pubDate><guid isPermaLink="false">New Post: AES 256? Also, is there a password length Limit? 20130325014502P</guid></item><item><title>New Post: AES 256? Also, is there a password length Limit?</title><link>http://ctiencrypt.codeplex.com/discussions/436239</link><description>&lt;div style="line-height: normal;"&gt;I like the app. It's the best open source implementation of the idea I've seen yet, and I've tested 3 or 4. Question though, are you using AES 256 for the encryption? Also, what is the limit on password length? &lt;br /&gt;
&lt;br /&gt;
There were a few apps that worked great but had 8 character limits, which is no good for more secure needs. &lt;br /&gt;
&lt;br /&gt;
Thanks for the reply! &lt;br /&gt;
&lt;/div&gt;</description><author>ssl378</author><pubDate>Tue, 12 Mar 2013 01:11:55 GMT</pubDate><guid isPermaLink="false">New Post: AES 256? Also, is there a password length Limit? 20130312011155A</guid></item><item><title>Updated Wiki: Home</title><link>http://ctiencrypt.codeplex.com/wikipage?version=60</link><description>&lt;div class="wikidoc"&gt;
&lt;h2&gt;Description&lt;/h2&gt;
&lt;table style="border-style:hidden"&gt;
&lt;tbody&gt;
&lt;tr style="border-style:hidden"&gt;
&lt;td valign="top" style="width:70%; border-style:hidden"&gt;
&lt;p&gt;A text encryption tools. Able to encrypt with multiple keys. Light weight, portable in pendrive, efficient and easy to use. Hide your sensitive information from others when it is exposed.&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;Latest Version: 4.0 &lt;/li&gt;&lt;li&gt;Release Date: 12 Jan 2013 &lt;/li&gt;&lt;li&gt;License: Freeware &lt;/li&gt;&lt;li&gt;Download Shortcut: &lt;a href="http://ctiencrypt.codeplex.com/releases"&gt;http://ctiencrypt.codeplex.com/releases&lt;/a&gt;
&lt;/li&gt;&lt;/ul&gt;
&lt;/td&gt;
&lt;td style="width:3%; border-style:hidden"&gt;&amp;nbsp;&lt;/td&gt;
&lt;td align="left" valign="top" style="border-style:hidden"&gt;&amp;nbsp;&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;
&lt;p&gt;&lt;img src="http://download-codeplex.sec.s-msft.com/Download?ProjectName=ctiencrypt&amp;DownloadId=601118" alt=""&gt;&lt;/p&gt;
&lt;h2&gt;Introduction to CTI Text Encryption.&lt;/h2&gt;
&lt;p&gt;CTI Text Encryption is a text encryption tools. It able to encrypt text, articles, messages into random, meaningless code. And then at a later time, it can be decrypted into original message when needed.&lt;br&gt;
&lt;br&gt;
A simple example:&lt;br&gt;
&lt;br&gt;
&lt;span style="text-decoration:underline"&gt;Original Text (before encryption):&lt;/span&gt;&lt;br&gt;
&lt;em&gt;The quick brown fox jump over the lazy dog.&lt;/em&gt;&lt;br&gt;
&lt;br&gt;
&lt;span style="text-decoration:underline"&gt;Encrypted Text (after encryption):&lt;/span&gt;&lt;br&gt;
&lt;em&gt;A&amp;#43;y49h&amp;#43;rdJLIoIx7E2lG12MQrNVS4i4BGbe4&amp;#43;ji0NeaEkAexrOgoWa865&amp;#43;GioUeDMDOMZHdxfYP1JU54ogvw/Q==&lt;/em&gt;&lt;br&gt;
&lt;br&gt;
&lt;span style="text-decoration:underline"&gt;Decryption Result of the Encrypted Text:&lt;/span&gt;&lt;br&gt;
&lt;em&gt;The quick brown fox jump over the lazy dog.&lt;/em&gt;&lt;/p&gt;
&lt;p&gt;&lt;br&gt;
&lt;strong&gt;Why do We Need Text Encryption?&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;Everyday, we sent emails, take notes, delievered private message in forums, sending messages through online chatting system. Some of these messages might contain very important information and privacy.&lt;br&gt;
&lt;br&gt;
Is it safe to just send it in plain, pure human understandable text through internet?&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&lt;em&gt;A warning of Internet Explorer&lt;/em&gt;&lt;/p&gt;
&lt;p&gt;&lt;em&gt;&amp;nbsp;&lt;/em&gt;&lt;img src="http://download-codeplex.sec.s-msft.com/Download?ProjectName=ctiencrypt&amp;DownloadId=477103" alt="" width="391" height="201"&gt;&lt;/p&gt;
&lt;p&gt;The answer is no.&lt;/p&gt;
&lt;p&gt;There are many ways to get these text exposure.&amp;nbsp;Text, that send through internet has a very high change to be viewed by 3rd party or unauthorized person.&lt;/p&gt;
&lt;p&gt;If you are sending or saving some sensitive/privacy information, it is always recommended to take one more extra step to keep your message safer -
&lt;strong&gt;Encrypt Your Text&lt;/strong&gt;.&lt;br&gt;
&lt;br&gt;
CTI Text Encryption is designed to this job.&lt;br&gt;
&lt;br&gt;
&lt;/p&gt;
&lt;h2&gt;
&lt;hr&gt;
One Way Encryption&lt;/h2&gt;
&lt;p&gt;&lt;strong&gt;Note: This function is available in CTI Text Encryption 3.0&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;When you create a new password, you might used your birthdate, phone number,&amp;nbsp;your personal identity card number,&amp;nbsp;or simply use keyboard sequence such as&amp;nbsp;&lt;strong&gt;QWERTY,&amp;nbsp;&lt;/strong&gt;&lt;strong&gt;12345
&lt;/strong&gt;and&amp;nbsp;&lt;strong&gt;asdf.&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;According to many experienced IT security experts and password hacking studies&amp;nbsp;,&amp;nbsp;a recommended strong password should comprise of mixture of&lt;br&gt;
&lt;br&gt;
&lt;em&gt;Upper Case Letter&lt;/em&gt;&lt;br&gt;
&lt;em&gt;Lower Case Letter&lt;/em&gt;&lt;br&gt;
&lt;em&gt;Numbers&lt;/em&gt;&lt;br&gt;
&lt;em&gt;and symbols&lt;/em&gt;&lt;/p&gt;
&lt;p&gt;* read more:&amp;nbsp;&lt;a href="http://www.makeuseof.com/tag/how-to-create-strong-password-that-you-can-remember-easily/"&gt;http://www.makeuseof.com/tag/how-to-create-strong-password-that-you-can-remember-easily/&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;but, are you going to remember a sentence something like this?&lt;br&gt;
&lt;br&gt;
&lt;strong&gt;jF2$o*!Jd1x9P@v#qa^9&lt;/strong&gt;&lt;br&gt;
&lt;br&gt;
no.&lt;br&gt;
&lt;br&gt;
This software can help you easily&amp;nbsp;generate a complex password in ease. Key in any&amp;nbsp;beloved phrases, and&amp;nbsp;the password code is generated automatically.&amp;nbsp;&lt;/p&gt;
&lt;h2&gt;
&lt;hr&gt;
Features:&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;Support Multi-Language Input Text &lt;/li&gt;&lt;li&gt;Friendly user, easy to use, light weight, standalone, portable. &lt;/li&gt;&lt;li&gt;Able to apply custom UI (User Interface) Language, including Right to Left UI.
&lt;/li&gt;&lt;li&gt;Encrypt with up to 4 combination of password. &lt;/li&gt;&lt;/ul&gt;
&lt;h2&gt;Awards:&lt;/h2&gt;
&lt;p&gt;&lt;a href="http://www.softpedia.com/get/Security/Encrypting/CTI-Text-Encryption.shtml"&gt;&lt;img src="http://www.softpedia.com/base_img/softpedia_free_award_f.gif" alt=""&gt;&lt;/a&gt;&amp;nbsp;&lt;a href="http://www.freewarefiles.com/CTI-Text-Encryption_program_71684.html"&gt;&lt;img src="http://www.freewarefiles.com/banners/fwf_clean_170x90b.png" alt="" width="170" height="90"&gt;&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&lt;a href="https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&amp;hosted_button_id=62W86TBZYYHZC"&gt;&lt;img src="http://www.codeplex.com/Download?ProjectName=ctiencrypt&amp;DownloadId=600027" alt="" width="147" height="47"&gt;&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;Donations will be paid to the developer of this software.&lt;br&gt;
Thanks.&lt;/p&gt;
&lt;/div&gt;&lt;div class="ClearBoth"&gt;&lt;/div&gt;</description><author>adriancs</author><pubDate>Mon, 28 Jan 2013 07:20:08 GMT</pubDate><guid isPermaLink="false">Updated Wiki: Home 20130128072008A</guid></item><item><title>Updated Wiki: Home</title><link>http://ctiencrypt.codeplex.com/wikipage?version=59</link><description>&lt;div class="wikidoc"&gt;
&lt;h2&gt;Description&lt;/h2&gt;
&lt;table style="border-style:hidden"&gt;
&lt;tbody&gt;
&lt;tr style="border-style:hidden"&gt;
&lt;td valign="top" style="width:70%; border-style:hidden"&gt;
&lt;p&gt;A text encryption tools. Able to encrypt with multiple keys. Light weight, portable in pendrive, efficient and easy to use. Hide your sensitive information from others when it is exposed.&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;Latest Version: 4.0 &lt;/li&gt;&lt;li&gt;Release Date: 12 Jan 2013 &lt;/li&gt;&lt;li&gt;License: Freeware &lt;/li&gt;&lt;li&gt;Download Shortcut: &lt;a href="http://ctiencrypt.codeplex.com/releases"&gt;http://ctiencrypt.codeplex.com/releases&lt;/a&gt;
&lt;/li&gt;&lt;/ul&gt;
&lt;/td&gt;
&lt;td style="width:3%; border-style:hidden"&gt;&amp;nbsp;&lt;/td&gt;
&lt;td align="left" valign="top" style="border-style:hidden"&gt;&amp;nbsp;&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;
&lt;p&gt;&lt;img src="http://download-codeplex.sec.s-msft.com/Download?ProjectName=ctiencrypt&amp;DownloadId=601118" alt=""&gt;&lt;/p&gt;
&lt;h2&gt;Introduction to CTI Text Encryption.&lt;/h2&gt;
&lt;p&gt;CTI Text Encryption is a text encryption tools. It able to encrypt text, articles, messages into random, meaningless code. And then at a later time, it can be decrypted into original message when needed.&lt;br&gt;
&lt;br&gt;
A simple example:&lt;br&gt;
&lt;br&gt;
&lt;span style="text-decoration:underline"&gt;Original Text (before encryption):&lt;/span&gt;&lt;br&gt;
&lt;em&gt;The quick brown fox jump over the lazy dog.&lt;/em&gt;&lt;br&gt;
&lt;br&gt;
&lt;span style="text-decoration:underline"&gt;Encrypted Text (after encryption):&lt;/span&gt;&lt;br&gt;
&lt;em&gt;A&amp;#43;y49h&amp;#43;rdJLIoIx7E2lG12MQrNVS4i4BGbe4&amp;#43;ji0NeaEkAexrOgoWa865&amp;#43;GioUeDMDOMZHdxfYP1JU54ogvw/Q==&lt;/em&gt;&lt;br&gt;
&lt;br&gt;
&lt;span style="text-decoration:underline"&gt;Decryption Result of the Encrypted Text:&lt;/span&gt;&lt;br&gt;
&lt;em&gt;The quick brown fox jump over the lazy dog.&lt;/em&gt;&lt;/p&gt;
&lt;p&gt;&lt;br&gt;
&lt;strong&gt;Why do We Need Text Encryption?&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;Everyday, we sent emails, take notes, delievered private message in forums, sending messages through online chatting system. Some of these messages might contain very important information and privacy.&lt;br&gt;
&lt;br&gt;
Is it safe to just send it in plain, pure human understandable text through internet?&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&lt;em&gt;A warning of Internet Explorer&lt;/em&gt;&lt;/p&gt;
&lt;p&gt;&lt;em&gt;&amp;nbsp;&lt;/em&gt;&lt;img src="http://download-codeplex.sec.s-msft.com/Download?ProjectName=ctiencrypt&amp;DownloadId=477103" alt="" width="391" height="201"&gt;&lt;/p&gt;
&lt;p&gt;The answer is no.&lt;/p&gt;
&lt;p&gt;There are many ways to get these text exposure.&amp;nbsp;Text, that send through internet has a very high change to be viewed by 3rd party or unauthorized person.&lt;/p&gt;
&lt;p&gt;If you are sending or saving some sensitive/privacy information, it is always recommended to take one more extra step to keep your message safer -
&lt;strong&gt;Encrypt Your Text&lt;/strong&gt;.&lt;br&gt;
&lt;br&gt;
CTI Text Encryption is designed to this job.&lt;br&gt;
&lt;br&gt;
&lt;/p&gt;
&lt;h2&gt;
&lt;hr&gt;
One Way Encryption&lt;/h2&gt;
&lt;p&gt;&lt;strong&gt;Note: This function is available in CTI Text Encryption 3.0&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;When you create a new password, you might used your birthdate, phone number,&amp;nbsp;your personal identity card number,&amp;nbsp;or simply use keyboard sequence such as&amp;nbsp;&lt;strong&gt;QWERTY,&amp;nbsp;&lt;/strong&gt;&lt;strong&gt;12345
&lt;/strong&gt;and&amp;nbsp;&lt;strong&gt;asdf.&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;According to many experienced IT security experts and password hacking studies&amp;nbsp;,&amp;nbsp;a recommended strong password should comprise of mixture of&lt;br&gt;
&lt;br&gt;
&lt;em&gt;Upper Case Letter&lt;/em&gt;&lt;br&gt;
&lt;em&gt;Lower Case Letter&lt;/em&gt;&lt;br&gt;
&lt;em&gt;Numbers&lt;/em&gt;&lt;br&gt;
&lt;em&gt;and symbols&lt;/em&gt;&lt;/p&gt;
&lt;p&gt;* read more:&amp;nbsp;&lt;a href="http://www.makeuseof.com/tag/how-to-create-strong-password-that-you-can-remember-easily/"&gt;http://www.makeuseof.com/tag/how-to-create-strong-password-that-you-can-remember-easily/&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;but, are you going to remember a sentence something like this?&lt;br&gt;
&lt;br&gt;
&lt;strong&gt;jF2$o*!Jd1x9P@v#qa^9&lt;/strong&gt;&lt;br&gt;
&lt;br&gt;
no.&lt;br&gt;
&lt;br&gt;
This software can help you easily&amp;nbsp;generate a complex password in ease. Key in any&amp;nbsp;beloved phrases, and&amp;nbsp;the password code is generated automatically.&amp;nbsp;&lt;/p&gt;
&lt;h2&gt;
&lt;hr&gt;
Features:&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;Support Multi-Language Input Text &lt;/li&gt;&lt;li&gt;Friendly user, easy to use, light weight, standalone, portable. &lt;/li&gt;&lt;li&gt;Able to apply custom UI (User Interface) Language, including Right to Left UI.
&lt;/li&gt;&lt;li&gt;Encrypt with up to 4 combination of password. &lt;/li&gt;&lt;/ul&gt;
&lt;h2&gt;Awards:&lt;/h2&gt;
&lt;p&gt;&lt;a href="http://www.softpedia.com/get/Security/Encrypting/CTI-Text-Encryption.shtml"&gt;&lt;img src="http://www.softpedia.com/base_img/softpedia_free_award_f.gif" alt=""&gt;&lt;/a&gt;&amp;nbsp;&lt;a href="http://www.freewarefiles.com/CTI-Text-Encryption_program_71684.html"&gt;&lt;img src="http://www.freewarefiles.com/banners/fwf_clean_170x90b.png" alt="" width="170" height="90"&gt;&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&lt;a href="https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&amp;hosted_button_id=62W86TBZYYHZC"&gt;&lt;img src="http://www.codeplex.com/Download?ProjectName=ctiencrypt&amp;DownloadId=600027" alt="" width="147" height="47"&gt;&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;Donations will be paid to the developer of this software.&lt;br&gt;
Thanks.&lt;/p&gt;
&lt;/div&gt;&lt;div class="ClearBoth"&gt;&lt;/div&gt;</description><author>adriancs</author><pubDate>Mon, 28 Jan 2013 07:18:40 GMT</pubDate><guid isPermaLink="false">Updated Wiki: Home 20130128071840A</guid></item><item><title>New Post: Drag and drop</title><link>http://ctiencrypt.codeplex.com/discussions/430131</link><description>&lt;div style="line-height: normal;"&gt;
&lt;p&gt;It would be awesome if you implement a Drag and Drop option of a text file onto the program icon.......&lt;/p&gt;
&lt;/div&gt;</description><author>reviewing</author><pubDate>Mon, 21 Jan 2013 15:40:11 GMT</pubDate><guid isPermaLink="false">New Post: Drag and drop 20130121034011P</guid></item><item><title>New Post: Drag and drop</title><link>http://ctiencrypt.codeplex.com/discussions/430131</link><description>&lt;div style="line-height: normal;"&gt;
&lt;p&gt;I see. Good suggestion thought.&lt;/p&gt;
&lt;p&gt;will try to implement it.&lt;/p&gt;
&lt;/div&gt;</description><author>adriancs</author><pubDate>Sun, 20 Jan 2013 00:47:46 GMT</pubDate><guid isPermaLink="false">New Post: Drag and drop 20130120124746A</guid></item><item><title>New Post: Drag and drop</title><link>http://ctiencrypt.codeplex.com/discussions/430131</link><description>&lt;div style="line-height: normal;"&gt;
&lt;blockquote style="border:solid .1em #ccc; font-style:italic; margin:.25em 1em 0 1em; padding:0 .25em 0 .25em"&gt;
&lt;strong&gt;adriancs wrote:&lt;/strong&gt;&lt;br&gt;
&lt;p&gt;You mean select text at somewhere else and then drag it into the text area?&lt;/p&gt;
&lt;p&gt;good idea.&amp;nbsp;&lt;span style="font-size:10pt"&gt;This will be implemented.&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style="font-size:10pt"&gt;thanks for suggestion.&lt;/span&gt;&lt;/p&gt;
&lt;/blockquote&gt;
&lt;p&gt;You're welcome.&lt;/p&gt;
&lt;p&gt;However I actually meant dragging a text file into the text area and then drop it.&lt;/p&gt;
&lt;/div&gt;</description><author>reviewing</author><pubDate>Sun, 20 Jan 2013 00:46:05 GMT</pubDate><guid isPermaLink="false">New Post: Drag and drop 20130120124605A</guid></item><item><title>New Post: Drag and drop</title><link>http://ctiencrypt.codeplex.com/discussions/430131</link><description>&lt;div style="line-height: normal;"&gt;
&lt;p&gt;You mean select text at somewhere else and then drag it into the text area?&lt;/p&gt;
&lt;p&gt;good idea.&amp;nbsp;&lt;span style="font-size:10pt"&gt;This will be implemented.&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style="font-size:10pt"&gt;thanks for suggestion.&lt;/span&gt;&lt;/p&gt;
&lt;/div&gt;</description><author>adriancs</author><pubDate>Sat, 19 Jan 2013 15:15:26 GMT</pubDate><guid isPermaLink="false">New Post: Drag and drop 20130119031526P</guid></item><item><title>New Post: Drag and drop</title><link>http://ctiencrypt.codeplex.com/discussions/430131</link><description>&lt;div style="line-height: normal;"&gt;
&lt;p&gt;Hi Adrianics,&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Thank you for your excellent app.&lt;/p&gt;
&lt;p&gt;My question is whether it is possible to create a drag and drop feature?&lt;/p&gt;
&lt;p&gt;That would really increase the value of this program in my opinion.&lt;/p&gt;
&lt;p&gt;Kind regards,&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Rob&lt;/p&gt;
&lt;/div&gt;</description><author>reviewing</author><pubDate>Sat, 19 Jan 2013 15:12:51 GMT</pubDate><guid isPermaLink="false">New Post: Drag and drop 20130119031251P</guid></item><item><title>New Post: Encryption method used?</title><link>http://ctiencrypt.codeplex.com/discussions/429459</link><description>&lt;div style="line-height: normal;"&gt;
&lt;p&gt;hi, you're welcome. and glad that you like the software. Thanks.&lt;/p&gt;
&lt;/div&gt;</description><author>adriancs</author><pubDate>Mon, 14 Jan 2013 12:20:20 GMT</pubDate><guid isPermaLink="false">New Post: Encryption method used? 20130114122020P</guid></item><item><title>New Post: Encryption method used?</title><link>http://ctiencrypt.codeplex.com/discussions/429459</link><description>&lt;div style="line-height: normal;"&gt;
&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;Thank you very much for going to the trouble of providing such a clear explanation - that is really helpful.&lt;/p&gt;
&lt;p&gt;Thanks too for the excellent software!&lt;/p&gt;
&lt;p&gt;Roger&lt;/p&gt;
&lt;/div&gt;</description><author>rogerrabbit</author><pubDate>Mon, 14 Jan 2013 11:18:11 GMT</pubDate><guid isPermaLink="false">New Post: Encryption method used? 20130114111811A</guid></item><item><title>Updated Wiki: Documentation</title><link>http://ctiencrypt.codeplex.com/documentation?version=44</link><description>&lt;div class="wikidoc"&gt;
&lt;p&gt;&lt;a href="http://ctiencrypt.codeplex.com/wikipage?title=History%20%28Change%20Log%29"&gt;History (Change Log)&lt;/a&gt;&lt;/p&gt;
&lt;/div&gt;&lt;div class="ClearBoth"&gt;&lt;/div&gt;</description><author>adriancs</author><pubDate>Mon, 14 Jan 2013 06:34:51 GMT</pubDate><guid isPermaLink="false">Updated Wiki: Documentation 20130114063451A</guid></item><item><title>Updated Wiki: History (Change Log)</title><link>http://ctiencrypt.codeplex.com/wikipage?title=History (Change Log)&amp;version=13</link><description>&lt;div class="wikidoc"&gt;
&lt;h2&gt;History (Change Log)&lt;/h2&gt;
&lt;p&gt;&lt;strong&gt;12 Jan 2013 (4.0)&lt;/strong&gt;&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;New UI. Enhance better user experience. &lt;/li&gt;&lt;li&gt;Enable user to change the language of the UI of the software. Use the software in your own language. Support Right To Left Language too.
&lt;/li&gt;&lt;li&gt;One way encryption is dropped. &lt;/li&gt;&lt;/ul&gt;
&lt;p&gt;&lt;strong&gt;17 June 2012 (3.0)&lt;/strong&gt;&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;Fix bug: The application will&amp;nbsp;occasionally&amp;nbsp;freeze during the Encryption and Decryption process.
&lt;/li&gt;&lt;li&gt;&lt;span style="color:#ff0000"&gt;Note: Version 3.0 is not compatible with Version 2.2&lt;/span&gt;
&lt;/li&gt;&lt;/ul&gt;
&lt;p&gt;&lt;strong&gt;07 October 2011 (2.2)&lt;/strong&gt;&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;Improve Encryption algorithm of &amp;quot;Two Way Encryption&amp;quot;. All keys will be hashed by SHA512.
&lt;/li&gt;&lt;li&gt;New Feature: Output encrypted code generated by &amp;quot;Two Way Encryption&amp;quot; is viewable in full screen with Microsoft Windows Notepad. A button &amp;quot;View Fullscreen&amp;quot; is added.
&lt;/li&gt;&lt;li&gt;Fix bug: &amp;quot;Two Way Encryption&amp;quot; will occasionally freeze. &lt;/li&gt;&lt;li&gt;Fix bug: Error will occasionally occur when user click on &amp;quot;Copy Output&amp;quot; button of &amp;quot;Two Way Encryption&amp;quot;.
&lt;/li&gt;&lt;li&gt;Fix bug: The output text area remains &amp;quot;in progress&amp;quot; if the input encrypted code failed to decrypt due to wrong keys or incomplete encrypted text.
&lt;/li&gt;&lt;li&gt;&lt;span style="color:#ff0000"&gt;Important Note: Version 2.2 is not compatible with Version 2.1&lt;/span&gt;
&lt;/li&gt;&lt;/ul&gt;
&lt;p&gt;&lt;strong&gt;05 October 2011&amp;nbsp; (2.1)&lt;/strong&gt;&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;Version: 2.1 Stable Version Released. &lt;/li&gt;&lt;li&gt;Feature added: Font of Input &amp;amp; Output Text Area (Two Way Encryption) is changeable.
&lt;/li&gt;&lt;li&gt;Fix bug: When user rapidly click on &amp;quot;Encrypt&amp;quot; or &amp;quot;Decrypt&amp;quot; button, the program will freeze.
&lt;/li&gt;&lt;li&gt;Fix bug: The program will occasionally freeze during &amp;quot;Two Way Encryption&amp;quot;. &lt;/li&gt;&lt;li&gt;All input from keyboard strokes and mouse click is blocked during encryption/decryption. To avoid accidentally button click of &amp;quot;Encrypt&amp;quot; and &amp;quot;Decrypt&amp;quot; which might launch multiple encryption/decryption process runs simultaneously and causes the program to
 freeze. &lt;/li&gt;&lt;li&gt;Better memory handling, increase overall performance. &lt;/li&gt;&lt;li&gt;Encryption and decryption process have speed up. &lt;/li&gt;&lt;li&gt;User Interface: Tap of &amp;quot;CTI 2.0&amp;quot; and &amp;quot;CTI 1.1&amp;quot; (Version 2.0.1 Beta) have changed to &amp;quot;Two Way Encryption&amp;quot; and &amp;quot;One Way Encryption&amp;quot;.
&lt;/li&gt;&lt;/ul&gt;
&lt;p&gt;&lt;strong&gt;29 September 2011&amp;nbsp; (2.0.1 Beta)&lt;br&gt;
&lt;/strong&gt;&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;Version: 2.0.1 Beta &lt;/li&gt;&lt;li&gt;Fix bug: &lt;strong&gt;CTI 1.1&lt;/strong&gt; - An error will occur when user click &lt;strong&gt;
Copy Output &lt;/strong&gt;button with the output format contains &lt;em&gt;symbols&lt;/em&gt;. &lt;/li&gt;&lt;/ul&gt;
&lt;p&gt;&lt;strong&gt;27 September 2011&amp;nbsp; (2.0 Beta)&lt;br&gt;
&lt;/strong&gt;&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;Version: CTI 2.0 Beta. &lt;/li&gt;&lt;li&gt;&lt;a href="http://www.codeproject.com/KB/security/xcrypt.aspx" target="_blank"&gt;XCrypt&lt;/a&gt; project's core encryption code is merged into CTI 2.0. Enables encryption algorithm of Rijndael, Twofish and SHA256.
&lt;/li&gt;&lt;li&gt;CTI 2.0: Enable decryption of encrypted code. &lt;/li&gt;&lt;li&gt;CTI 2.0: Encryption process strengthen with Rijndael Algorithm (AES). &lt;em&gt;&lt;a href="http://en.wikipedia.org/wiki/Rijndael" target="_blank"&gt;Read more&lt;/a&gt;&lt;/em&gt;.
&lt;/li&gt;&lt;li&gt;CTI 2.0: Encryption results of the same text are different. &lt;/li&gt;&lt;li&gt;CIT 2.0: Able to encrypt with multiple keys. &lt;/li&gt;&lt;li&gt;CTI 1.1: Keys are encrypted by Twofish Algorithm. &lt;em&gt;&lt;a href="http://en.wikipedia.org/wiki/Twofish" target="_blank"&gt;Read more&lt;/a&gt;&lt;/em&gt;.
&lt;/li&gt;&lt;li&gt;CTI 1.1: Process of encrypting with hardware id is improved. &lt;/li&gt;&lt;li&gt;Hardware ID is hashed by SHA256 Algorithm. &lt;em&gt;&lt;a href="http://en.wikipedia.org/wiki/SHA-2" target="_blank"&gt;Read more&lt;/a&gt;&lt;/em&gt;.
&lt;/li&gt;&lt;li&gt;Exists as 1 single exe file, increases portability. &lt;/li&gt;&lt;li&gt;License changed to Apache 2.0. &lt;/li&gt;&lt;/ul&gt;
&lt;p&gt;&lt;strong&gt;30 March 2011&amp;nbsp; (1.0)&lt;br&gt;
&lt;/strong&gt;&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;Initial release. &lt;/li&gt;&lt;li&gt;Version: CTI 1.0 Beta. &lt;/li&gt;&lt;li&gt;Generated code is not reversible. &lt;/li&gt;&lt;li&gt;Able to encrypt with multiple key &lt;/li&gt;&lt;li&gt;Able to encrypt with Processor (CPU) ID and Hard Disk Serial No &lt;/li&gt;&lt;li&gt;Able to separate the Encrypted Code into several blocks (sections, partitions).
&lt;/li&gt;&lt;li&gt;Able to customize the separator (Used to separate each blocks) &lt;/li&gt;&lt;li&gt;Able to generate various output format &lt;/li&gt;&lt;li&gt;Able to enable type-safe character. (exclude &amp;quot;I&amp;quot;, &amp;quot;i&amp;quot;, &amp;quot;l&amp;quot;, &amp;quot;1&amp;quot;, &amp;quot;o&amp;quot;, &amp;quot;O&amp;quot;, &amp;quot;0&amp;quot;)
&lt;/li&gt;&lt;li&gt;License: GNU General Public License V 2.0. &lt;/li&gt;&lt;/ul&gt;
&lt;/div&gt;&lt;div class="ClearBoth"&gt;&lt;/div&gt;</description><author>adriancs</author><pubDate>Mon, 14 Jan 2013 06:34:09 GMT</pubDate><guid isPermaLink="false">Updated Wiki: History (Change Log) 20130114063409A</guid></item><item><title>Updated Wiki: Home</title><link>http://ctiencrypt.codeplex.com/wikipage?version=58</link><description>&lt;div class="wikidoc"&gt;
&lt;h2&gt;Description&lt;/h2&gt;
&lt;table style="border-style:hidden"&gt;
&lt;tbody&gt;
&lt;tr style="border-style:hidden"&gt;
&lt;td valign="top" style="width:70%; border-style:hidden"&gt;
&lt;p&gt;A text encryption tools. Able to encrypt with multiple keys. Light weight, portable in pendrive, efficient and easy to use. Hide your sensitive information from others when it is exposed.&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;Latest Version: 4.0 &lt;/li&gt;&lt;li&gt;Release Date: 12 Jan 2013 &lt;/li&gt;&lt;li&gt;License: Freeware &lt;/li&gt;&lt;li&gt;Download Shortcut: &lt;a href="http://ctiencrypt.codeplex.com/releases"&gt;http://ctiencrypt.codeplex.com/releases&lt;/a&gt;
&lt;/li&gt;&lt;/ul&gt;
&lt;/td&gt;
&lt;td style="width:3%; border-style:hidden"&gt;&amp;nbsp;&lt;/td&gt;
&lt;td align="left" valign="top" style="border-style:hidden"&gt;
&lt;p&gt;You are welcome to make donation. Donation made will help to support the developer of this program. Thanks you very much.&lt;/p&gt;
&lt;p&gt;&lt;a href="https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&amp;hosted_button_id=62W86TBZYYHZC"&gt;&lt;img src="http://www.codeplex.com/Download?ProjectName=ctiencrypt&amp;DownloadId=600027" alt="" width="147" height="47"&gt;&lt;/a&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;
&lt;p&gt;&lt;img src="http://download-codeplex.sec.s-msft.com/Download?ProjectName=ctiencrypt&amp;DownloadId=601118" alt=""&gt;&lt;/p&gt;
&lt;h2&gt;Introduction to CTI Text Encryption.&lt;/h2&gt;
&lt;p&gt;CTI Text Encryption is a text encryption tools. It able to encrypt text, articles, messages into random, meaningless code. And then at a later time, it can be decrypted into original message when needed.&lt;br&gt;
&lt;br&gt;
A simple example:&lt;br&gt;
&lt;br&gt;
&lt;span style="text-decoration:underline"&gt;Original Text (before encryption):&lt;/span&gt;&lt;br&gt;
&lt;em&gt;The quick brown fox jump over the lazy dog.&lt;/em&gt;&lt;br&gt;
&lt;br&gt;
&lt;span style="text-decoration:underline"&gt;Encrypted Text (after encryption):&lt;/span&gt;&lt;br&gt;
&lt;em&gt;A&amp;#43;y49h&amp;#43;rdJLIoIx7E2lG12MQrNVS4i4BGbe4&amp;#43;ji0NeaEkAexrOgoWa865&amp;#43;GioUeDMDOMZHdxfYP1JU54ogvw/Q==&lt;/em&gt;&lt;br&gt;
&lt;br&gt;
&lt;span style="text-decoration:underline"&gt;Decryption Result of the Encrypted Text:&lt;/span&gt;&lt;br&gt;
&lt;em&gt;The quick brown fox jump over the lazy dog.&lt;/em&gt;&lt;/p&gt;
&lt;p&gt;&lt;br&gt;
&lt;strong&gt;Why do We Need Text Encryption?&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;Everyday, we sent emails, take notes, delievered private message in forums, sending messages through online chatting system. Some of these messages might contain very important information and privacy.&lt;br&gt;
&lt;br&gt;
Is it safe to just send it in plain, pure human understandable text through internet?&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&lt;em&gt;A warning of Internet Explorer&lt;/em&gt;&lt;/p&gt;
&lt;p&gt;&lt;em&gt;&amp;nbsp;&lt;/em&gt;&lt;img src="http://download-codeplex.sec.s-msft.com/Download?ProjectName=ctiencrypt&amp;DownloadId=477103" alt="" width="391" height="201"&gt;&lt;/p&gt;
&lt;p&gt;The answer is no.&lt;/p&gt;
&lt;p&gt;There are many ways to get these text exposure.&amp;nbsp;Text, that send through internet has a very high change to be viewed by 3rd party or unauthorized person.&lt;/p&gt;
&lt;p&gt;If you are sending or saving some sensitive/privacy information, it is always recommended to take one more extra step to keep your message safer -
&lt;strong&gt;Encrypt Your Text&lt;/strong&gt;.&lt;br&gt;
&lt;br&gt;
CTI Text Encryption is designed to this job.&lt;br&gt;
&lt;br&gt;
&lt;/p&gt;
&lt;h2&gt;
&lt;hr&gt;
One Way Encryption&lt;/h2&gt;
&lt;p&gt;&lt;strong&gt;Note: This function is available in CTI Text Encryption 3.0&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;When you create a new password, you might used your birthdate, phone number,&amp;nbsp;your personal identity card number,&amp;nbsp;or simply use keyboard sequence such as&amp;nbsp;&lt;strong&gt;QWERTY,&amp;nbsp;&lt;/strong&gt;&lt;strong&gt;12345
&lt;/strong&gt;and&amp;nbsp;&lt;strong&gt;asdf.&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;According to many experienced IT security experts and password hacking studies&amp;nbsp;,&amp;nbsp;a recommended strong password should comprise of mixture of&lt;br&gt;
&lt;br&gt;
&lt;em&gt;Upper Case Letter&lt;/em&gt;&lt;br&gt;
&lt;em&gt;Lower Case Letter&lt;/em&gt;&lt;br&gt;
&lt;em&gt;Numbers&lt;/em&gt;&lt;br&gt;
&lt;em&gt;and symbols&lt;/em&gt;&lt;/p&gt;
&lt;p&gt;* read more:&amp;nbsp;&lt;a href="http://www.makeuseof.com/tag/how-to-create-strong-password-that-you-can-remember-easily/"&gt;http://www.makeuseof.com/tag/how-to-create-strong-password-that-you-can-remember-easily/&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;but, are you going to remember a sentence something like this?&lt;br&gt;
&lt;br&gt;
&lt;strong&gt;jF2$o*!Jd1x9P@v#qa^9&lt;/strong&gt;&lt;br&gt;
&lt;br&gt;
no.&lt;br&gt;
&lt;br&gt;
This software can help you easily&amp;nbsp;generate a complex password in ease. Key in any&amp;nbsp;beloved phrases, and&amp;nbsp;the password code is generated automatically.&amp;nbsp;&lt;/p&gt;
&lt;h2&gt;
&lt;hr&gt;
Features:&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;Support Multi-Language Input Text &lt;/li&gt;&lt;li&gt;Friendly user, easy to use, light weight, standalone, portable. &lt;/li&gt;&lt;li&gt;Able to apply custom UI (User Interface) Language, including Right to Left UI.
&lt;/li&gt;&lt;li&gt;Encrypt with up to 4 combination of password. &lt;/li&gt;&lt;/ul&gt;
&lt;h2&gt;Awards:&lt;/h2&gt;
&lt;p&gt;&lt;a href="http://www.softpedia.com/get/Security/Encrypting/CTI-Text-Encryption.shtml"&gt;&lt;img src="http://www.softpedia.com/base_img/softpedia_free_award_f.gif" alt=""&gt;&lt;/a&gt;&amp;nbsp;&lt;a href="http://www.freewarefiles.com/CTI-Text-Encryption_program_71684.html"&gt;&lt;img src="http://www.freewarefiles.com/banners/fwf_clean_170x90b.png" alt="" width="170" height="90"&gt;&lt;/a&gt;&lt;/p&gt;
&lt;/div&gt;&lt;div class="ClearBoth"&gt;&lt;/div&gt;</description><author>adriancs</author><pubDate>Mon, 14 Jan 2013 01:18:16 GMT</pubDate><guid isPermaLink="false">Updated Wiki: Home 20130114011816A</guid></item></channel></rss>