<?xml version="1.0"?><?xml-stylesheet type="text/xsl" href="/rss.xsl"?><rss version="2.0"><channel><title>ctiencrypt Discussions Rss Feed</title><link>http://ctiencrypt.codeplex.com/discussions</link><description>ctiencrypt Discussions Rss Description</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>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>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>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, it is a combination.&lt;/p&gt;
&lt;p&gt;AES Encryption encrypt the source data with a key.&lt;/p&gt;
&lt;pre&gt;AES_Encrypt(Source Data , Key) = Encrypted Data&lt;/pre&gt;
&lt;p&gt;Key, in other words, is called password.&lt;/p&gt;
&lt;p&gt;Example 1:&lt;/p&gt;
&lt;p&gt;Key 1 = AA&lt;/p&gt;
&lt;p&gt;Key 2 = A&lt;/p&gt;
&lt;p&gt;Source Text = &amp;quot;abcd&amp;quot;;&lt;/p&gt;
&lt;p&gt;Example 2:&lt;/p&gt;
&lt;p&gt;Key 1 = A&lt;/p&gt;
&lt;p&gt;Key 2 = AA&lt;/p&gt;
&lt;p&gt;Source Text = &amp;quot;abcd&amp;quot;;&lt;/p&gt;
&lt;p&gt;In the encryption process,&lt;/p&gt;
&lt;pre&gt;AES_Encrypt(Source Text , (Key 1 &amp;#43; Key 2)) = Encryption Result&lt;/pre&gt;
&lt;p&gt;then i would be&lt;/p&gt;
&lt;p&gt;Example 1:&lt;/p&gt;
&lt;pre&gt;AES_Encrypt(abcd , (AA &amp;#43; A))&lt;/pre&gt;
&lt;p&gt;Example 2:&lt;/p&gt;
&lt;pre&gt;AES_Encrypt(abcd , (A &amp;#43; AA))&lt;/pre&gt;
&lt;p&gt;Result of Example 1 and Example 2 will be same.&lt;/p&gt;
&lt;p&gt;But, if the key is Hashed with SHA512,&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Key 1 [A] will become&lt;/p&gt;
&lt;pre&gt;21B4F4BD9E64ED355C3EB676A28EBEDAF6D8F17BDC365995B319097153044080516BD083BFCCE66121A3072646994C8430CC382B8DC543E84880183BF856CFF5&lt;/pre&gt;
&lt;p&gt;and Key 2 [AA] will become&lt;/p&gt;
&lt;pre&gt;282154720ABD4FA76AD7CD5F8806AA8A19AEFB6D10042B0D57A311B86087DE4DE3186A92019D6EE51035106EE088DC6007BEB7BE46994D1463999968FBE9760E&lt;/pre&gt;
&lt;p&gt;therefore, there will a large difference between Example 1 and Example 2.&lt;/p&gt;
&lt;p&gt;So basically, the formula will be something like this:&lt;/p&gt;
&lt;pre&gt;Result = AES_Encrypt( source text , ( SHA512(Key1) &amp;#43; SHA512(Key2) ) )&lt;/pre&gt;
&lt;p&gt;You can try to perform a SHA512 hash of any text at here: http://www.convertstring.com/Hash/SHA512&lt;/p&gt;
&lt;p&gt;You can also do online AES Encryption here:&amp;nbsp;http://www.everpassword.com/aes-encryptor&lt;/p&gt;
&lt;/div&gt;</description><author>adriancs</author><pubDate>Mon, 14 Jan 2013 00:51:40 GMT</pubDate><guid isPermaLink="false">New Post: Encryption method used? 20130114125140A</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;I saw this software on Snapfiles today and&amp;nbsp;it works really well and seems to be just what I'm looking for.&lt;/p&gt;
&lt;p&gt;It is not clear to me though what encryption method is used. In the documentation it states&amp;nbsp;in the entry 27 September 2011&amp;nbsp;(2.0 Beta) &amp;quot;Encryption process strengthen with Rijndael Algorithm (AES)&amp;quot;. But in the entry 07 October 2011 (2.2)
 it states &amp;quot;All keys will be hashed by SHA512&amp;quot;.&lt;/p&gt;
&lt;p&gt;Forgive my ignorance&amp;nbsp;as this is a bit too technical for me and I haven't found the answer through Googling - if its using SHA512 to encrypt does that mean it is no longer using AES?&lt;/p&gt;
&lt;p&gt;Thanks.&lt;/p&gt;
&lt;p&gt;Roger&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;/div&gt;</description><author>rogerrabbit</author><pubDate>Sun, 13 Jan 2013 15:40:42 GMT</pubDate><guid isPermaLink="false">New Post: Encryption method used? 20130113034042P</guid></item><item><title>New Post: unable to download</title><link>http://ctiencrypt.codeplex.com/discussions/275131</link><description>&lt;div style="line-height: normal;"&gt;&lt;font color="#3333ff"&gt;&lt;font size="2"&gt;&lt;font face="verdana,sans-serif"&gt;&lt;b&gt;your site is now working&lt;br&gt;
&lt;br&gt;
I downloaded it here&lt;br&gt;
&lt;a href="http://www.freewarefiles.com/CTI-Text-Encryption_program_71684.html"&gt;http://www.freewarefiles.com/CTI-Text-Encryption_program_71684.html&lt;/a&gt;&lt;br&gt;
&lt;/b&gt;&lt;/font&gt;&lt;/font&gt;&lt;/font&gt;&lt;br&gt;
&lt;div&gt;On Tue, Oct 11, 2011 at 7:44 AM, adriancs &lt;span dir="ltr"&gt;&amp;lt;&lt;a href="mailto:notifications@codeplex.com"&gt;notifications@codeplex.com&lt;/a&gt;&amp;gt;&lt;/span&gt; wrote:&lt;br&gt;
&lt;blockquote style="margin:0 0 0 .8ex; border-left:1px #ccc solid; padding-left:1ex"&gt;
&lt;div&gt;
&lt;p&gt;From: adriancs&lt;/p&gt;
&lt;div&gt;
&lt;p&gt;This is strange. I have tried using different computers and is able to download. By the way, may I know where/ which site do you download this copy of software?&lt;/p&gt;
&lt;/div&gt;
&lt;div&gt;
&lt;div&gt;
&lt;p&gt;Read the &lt;a href="http://ctiencrypt.codeplex.com/discussions/275131#post682376" target="_blank"&gt;
full discussion online&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;To add a post to this discussion, reply to this email (&lt;a href="mailto:ctiencrypt@discussions.codeplex.com?subject=[ctiencrypt:275131]" target="_blank"&gt;ctiencrypt@discussions.codeplex.com&lt;/a&gt;)&lt;/p&gt;
&lt;p&gt;To start a new discussion for this project, email &lt;a href="mailto:ctiencrypt@discussions.codeplex.com" target="_blank"&gt;
ctiencrypt@discussions.codeplex.com&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;You are receiving this email because you subscribed to this discussion on CodePlex. You can
&lt;a href="https://ctiencrypt.codeplex.com/discussions/275131/unsubscribe/" target="_blank"&gt;
unsubscribe&lt;/a&gt; on CodePlex.com.&lt;/p&gt;
&lt;p&gt;Please note: Images and attachments will be removed from emails. Any posts to this discussion will also be available online at CodePlex.com&lt;/p&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;/blockquote&gt;
&lt;/div&gt;
&lt;br&gt;
&lt;/div&gt;</description><author>sulasno</author><pubDate>Tue, 11 Oct 2011 01:06:18 GMT</pubDate><guid isPermaLink="false">New Post: unable to download 20111011010618A</guid></item><item><title>New Post: unable to download</title><link>http://ctiencrypt.codeplex.com/discussions/275131</link><description>&lt;div style="line-height: normal;"&gt;&lt;p&gt;This is strange. I have tried using different computers and is able to download. What do you see after click on the link?&lt;/p&gt;
&lt;p&gt;By the way, may I know where/ which site do you download this copy of software?&lt;/p&gt;&lt;/div&gt;</description><author>adriancs</author><pubDate>Tue, 11 Oct 2011 00:44:40 GMT</pubDate><guid isPermaLink="false">New Post: unable to download 20111011124440A</guid></item><item><title>New Post: unable to download</title><link>http://ctiencrypt.codeplex.com/discussions/275131</link><description>&lt;div style="line-height: normal;"&gt;&lt;font color="#3333ff"&gt;&lt;font size="2"&gt;&lt;font face="verdana,sans-serif"&gt;&lt;b&gt;there is no pop window after clicking on the link;&lt;br&gt;
nevertheless I managed to download from another site offering freeware&lt;br&gt;
&lt;br&gt;
thanks&lt;br&gt;
&lt;/b&gt;&lt;/font&gt;&lt;/font&gt;&lt;/font&gt;&lt;br&gt;
&lt;div&gt;On Mon, Oct 10, 2011 at 1:59 PM, adriancs &lt;span dir="ltr"&gt;&amp;lt;&lt;a href="mailto:notifications@codeplex.com"&gt;notifications@codeplex.com&lt;/a&gt;&amp;gt;&lt;/span&gt; wrote:&lt;br&gt;
&lt;blockquote style="margin:0 0 0 .8ex; border-left:1px #ccc solid; padding-left:1ex"&gt;
&lt;div&gt;
&lt;p&gt;From: adriancs&lt;/p&gt;
&lt;div&gt;
&lt;p&gt;After you click on the first link, a License Agreement will pop out. You have to press &amp;quot;I Agree&amp;quot;, to begin download.&lt;/p&gt;
&lt;/div&gt;
&lt;div&gt;
&lt;div&gt;
&lt;p&gt;Read the &lt;a href="http://ctiencrypt.codeplex.com/discussions/275131#post681954" target="_blank"&gt;
full discussion online&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;To add a post to this discussion, reply to this email (&lt;a href="mailto:ctiencrypt@discussions.codeplex.com?subject=[ctiencrypt:275131]" target="_blank"&gt;ctiencrypt@discussions.codeplex.com&lt;/a&gt;)&lt;/p&gt;
&lt;p&gt;To start a new discussion for this project, email &lt;a href="mailto:ctiencrypt@discussions.codeplex.com" target="_blank"&gt;
ctiencrypt@discussions.codeplex.com&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;You are receiving this email because you subscribed to this discussion on CodePlex. You can
&lt;a href="https://ctiencrypt.codeplex.com/discussions/275131/unsubscribe/" target="_blank"&gt;
unsubscribe&lt;/a&gt; on CodePlex.com.&lt;/p&gt;
&lt;p&gt;Please note: Images and attachments will be removed from emails. Any posts to this discussion will also be available online at CodePlex.com&lt;/p&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;/blockquote&gt;
&lt;/div&gt;
&lt;br&gt;
&lt;/div&gt;</description><author>sulasno</author><pubDate>Mon, 10 Oct 2011 11:30:18 GMT</pubDate><guid isPermaLink="false">New Post: unable to download 20111010113018A</guid></item><item><title>New Post: unable to download</title><link>http://ctiencrypt.codeplex.com/discussions/275131</link><description>&lt;div style="line-height: normal;"&gt;&lt;p&gt;After you click on the first link, a License Agreement will pop out. You have to press "I Agree", to begin download.&lt;/p&gt;&lt;/div&gt;</description><author>adriancs</author><pubDate>Mon, 10 Oct 2011 06:59:31 GMT</pubDate><guid isPermaLink="false">New Post: unable to download 20111010065931A</guid></item><item><title>New Post: unable to download</title><link>http://ctiencrypt.codeplex.com/discussions/275131</link><description>&lt;div style="line-height: normal;"&gt;&lt;font color="#3333ff"&gt;&lt;font size="2"&gt;&lt;font face="verdana,sans-serif"&gt;&lt;b&gt;the first link does not download any file (tested with Firefox, Chrome and IE)&lt;br&gt;
second link brings me to the first link&lt;br&gt;
&lt;/b&gt;&lt;/font&gt;&lt;/font&gt;&lt;/font&gt;&lt;br&gt;
&lt;div&gt;On Sun, Oct 9, 2011 at 9:46 AM, adriancs &lt;span dir="ltr"&gt;&amp;lt;&lt;a href="mailto:notifications@codeplex.com"&gt;notifications@codeplex.com&lt;/a&gt;&amp;gt;&lt;/span&gt; wrote:&lt;br&gt;
&lt;blockquote style="margin:0 0 0 .8ex; border-left:1px #ccc solid; padding-left:1ex"&gt;
&lt;div&gt;
&lt;p&gt;From: adriancs&lt;/p&gt;
&lt;div&gt;
&lt;p&gt;Hi, I have try again on the link, and the link is working. You can try again with this link :
&lt;a href="http://ctiencrypt.codeplex.com/releases/74466/download/289253" target="_blank"&gt;
http://ctiencrypt.codeplex.com/releases/74466/download/289253 &lt;/a&gt;or &lt;a href="http://ctiencrypt.codeplex.com/releases" target="_blank"&gt;
http://ctiencrypt.codeplex.com/releases&lt;/a&gt;&lt;/p&gt;
&lt;/div&gt;
&lt;div&gt;&lt;br&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;/blockquote&gt;
&lt;/div&gt;
&lt;br&gt;
&lt;/div&gt;</description><author>sulasno</author><pubDate>Sun, 09 Oct 2011 03:04:28 GMT</pubDate><guid isPermaLink="false">New Post: unable to download 20111009030428A</guid></item></channel></rss>