<?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>gHacks Technology News &#124; Latest Tech News, Software And Tutorials &#187; cryptography</title> <atom:link href="http://www.ghacks.net/tag/cryptography/feed/" rel="self" type="application/rss+xml" /><link>http://www.ghacks.net</link> <description>A technology news blog covering software, mobile phones, gadgets, security, the Internet and other relevant areas.</description> <lastBuildDate>Fri, 10 Feb 2012 20:51:26 +0000</lastBuildDate> <language>en</language> <sy:updatePeriod>hourly</sy:updatePeriod> <sy:updateFrequency>1</sy:updateFrequency> <generator>http://wordpress.org/?v=3.3.1</generator> <atom:link rel="hub" href="http://pubsubhubbub.appspot.com"/><atom:link rel="hub" href="http://superfeedr.com/hubbub"/> <item><title>Text Encryption Made Easy With Scrambled Egg</title><link>http://www.ghacks.net/2011/05/25/text-encryption-made-easy-with-scrambled-egg/</link> <comments>http://www.ghacks.net/2011/05/25/text-encryption-made-easy-with-scrambled-egg/#comments</comments> <pubDate>Wed, 25 May 2011 10:25:02 +0000</pubDate> <dc:creator>Martin Brinkmann</dc:creator> <category><![CDATA[Linux]]></category> <category><![CDATA[Software]]></category> <category><![CDATA[Windows]]></category> <category><![CDATA[cryptography]]></category> <category><![CDATA[decryption]]></category> <category><![CDATA[encryption]]></category> <category><![CDATA[linux software]]></category> <category><![CDATA[scrambled egg]]></category> <category><![CDATA[windows software]]></category> <guid
isPermaLink="false">http://www.ghacks.net/?p=45547</guid> <description><![CDATA[As kids, we had our own secret codes and words that we used to communicate when outsiders were around. That was a basic from of cryptography. Computer users today have sophisticated tools at their disposal to encrypt messages, so that only they and designated recipients can understand those messages. Scambled Egg is an Open Source [...]]]></description> <content:encoded><![CDATA[<p>As kids, we had our own secret codes and words that we used to communicate when outsiders were around. That was a basic from of cryptography. Computer users today have sophisticated tools at their disposal to encrypt messages, so that only they and designated recipients can understand those messages.</p><p>Scambled Egg is an Open Source cryptography program for Windows and Linux that offers an easy way to decrypt and encrypt messages.</p><p>When you start the program for the first time after installation you will notice that the interface is divided into two panes; The Encrypt Mode on the left and the Decrypt Mode on the right.</p><p>The left pane displays the original message, the right the encrypted message. To encrypt text paste textual information into the left pane or add it manually. The editor supports rich text, it will for instance retain different font sizes or types.</p><p><img
src="http://www.ghacks.net/wp-content/uploads/2011/05/scrambled-egg-encrypt-mode.png" alt="scrambled egg encrypt mode" title="scrambled egg encrypt mode" width="468" height="451" class="alignnone size-full wp-image-45548" /></p><p>Various encryption algorithms and codecs are selectable at the top. You can keep the default selection which uses AES and Base64 Codec, or change it to other algorithms like Blowfish or DES3. It is furthermore possible and suggested to add a password which is then needed to decrypt the message.</p><p>The decrypt mode pane displays the encrypted information. You can copy and paste the information directly into text documents, emails or message boards on the Internet, or use the Export button at the bottom to add obfuscation to the protection.</p><p><img
src="http://www.ghacks.net/wp-content/uploads/2011/05/decrypt-mode.png" alt="decrypt mode" title="decrypt mode" width="459" height="447" class="alignnone size-full wp-image-45549" /></p><p>Obfuscation? When you select Export, you get the option to save the encrypted message as a png image. An attacker would have to identify the right image before attempting to decrypt the message.</p><p>The image is an actual image, which means that you can post it on the Internet or send it as an image attachment via email.</p><p>Received messages can be decrypted in the application. If the message is inside an image, you need to import that image. If it is a message, you need to paste that message into the application, select the correct algorithms and the password.</p><p>If that&#8217;s all correct you get to see the message on the left pane. You need to make sure to add the password to the Decrypt Mode pane before you import encrypted images or messages. You&#8217;d otherwise get an error, and adding the password afterwards has no effect on the process anymore.</p><p>The developer has posted two example images on the project website. One is a 28 Kilobyte png image that contains the excellent Le Petit Prince by Antoine de Saint Exupery.</p><p>The encryption software Scambled Egg <a
href="http://code.google.com/p/scrambled-egg/">is available</a> for download at Google Code.</p> ]]></content:encoded> <wfw:commentRss>http://www.ghacks.net/2011/05/25/text-encryption-made-easy-with-scrambled-egg/feed/</wfw:commentRss> <slash:comments>2</slash:comments> </item> <item><title>Cryptography Tutorial</title><link>http://www.ghacks.net/2005/11/15/cryptography-tutorial/</link> <comments>http://www.ghacks.net/2005/11/15/cryptography-tutorial/#comments</comments> <pubDate>Tue, 15 Nov 2005 08:31:56 +0000</pubDate> <dc:creator>Martin Brinkmann</dc:creator> <category><![CDATA[Knowledge]]></category> <category><![CDATA[Security]]></category> <category><![CDATA[cipher]]></category> <category><![CDATA[cryptography]]></category> <category><![CDATA[encryption]]></category> <category><![CDATA[pgp]]></category> <category><![CDATA[rss]]></category> <guid
isPermaLink="false">http://www.ghacks.net/?p=142</guid> <description><![CDATA[This is a very informative site that explains many cryptography concepts. He begins by defining cryptography as "the science of writing in secret code and is an ancient art" and mentions that the first documented use of dates back to 1900 BC Egypt.
After that he explains why cryptography is essential for todays internet communication: "cryptography is necessary when communicating over any untrusted medium, which includes just about any network, particularly the Internet."
]]></description> <content:encoded><![CDATA[<p>Here is a very informative site that explains many cryptographic concepts. The author begins by defining cryptography as &#8220;the science of writing in secret code and is an ancient art&#8221; and mentions that the first documented use dates back to 1900 BC Egypt.</p><p>After that he explains why cryptography is essential for today&#8217;s internet communication: &#8220;cryptography is necessary when communicating over any untrusted medium, which includes just about any network, particularly the Internet.&#8221;</p><p>&#8220;Cryptography, then, not only protects data from theft or alteration, but can also be used for user authentication. There are, in general, three types of cryptographic schemes typically used to accomplish these goals: secret key (or symmetric) cryptography, public-key (or asymmetric) cryptography, and hash functions, each of which is described below. In all cases, the initial unencrypted data is referred to as plaintext. It is encrypted into ciphertext, which will in turn (usually) be decrypted into usable plaintext.&#8221;</p><p><span
id="more-142"></span>After that interesting history lecture he starts with types of cryptographic algorithms over trust models to cryptographic algorithms in action. All supported by lots of figures that makes it easier to understand the concepts.</p><p>Take a look at <a
href="http://www.garykessler.net/library/crypto.html" target="_blank">gary kesslers</a> site for the article.</p><p>Update: The developer is constantly adding new information to the website. You can now for instance find information about the Open Source encryption software <a
href="http://www.ghacks.net/2010/07/20/true-crypt-7-0-adds-hardware-acceleration-auto-mounting/">True Crypt</a> on the site, as well as match notes which may be interesting for programmers and math students alike.</p><p>Cryptographic algorithms in action furthermore look at the SSL &#8220;Family&#8221; of secure transaction protocols, IPsec protocol and RSA public key cryptography.</p><p>It is a long read that gets technical at times. You will also find lots of outgoing links for additional information about a concept or subject. The introduction nevertheless is one of the best that you will find about cryptography on today&#8217;s Internet.</p> ]]></content:encoded> <wfw:commentRss>http://www.ghacks.net/2005/11/15/cryptography-tutorial/feed/</wfw:commentRss> <slash:comments>0</slash:comments> </item> </channel> </rss>
