<div dir="ltr"><div>Hello,</div><div><br></div><div>last year I designed a new encryption algorithm (<a href="http://eprint.iacr.org/2013/551.pdf" target="_blank">http://eprint.iacr.org/2013/551.pdf</a>) based on transposition rather than substitution. The idea behind this algorithm is like cutting every letter of a whole book and shuffling them together. The result is so big and mixed up that it is possible to recreate a completely different book from it. The algorithm generates from a password a relation between two sets, associating uniquely each element in one set to the other one.</div>




<div><br></div><div>The proprieties of this algorithm allow to use it for a lot of other things than cryptography. When a dictionary (a list of all the English words) is used as set, it is possible to securely replace a word from a plaintext with another one from the dictionary (with the condition of the plaintext word being in the dictionary). This idea led me to design a steganography technology and last week I released a demo of it at: <a href="http://steno.io" target="_blank">http://steno.io</a></div>



<div><br></div><div>Encrypting the phrase "<b>This is a test.</b>" with the password "<b>mypassword</b>" would result in a ciphertext like "<b>uncomplimentary threateningly. conceptually secures on pockiest.</b>". This technology has principally two advantage :</div>



<div><br></div><div>- Since the ciphertext is made of words it attracts far less attention.</div><div><br></div><div>- The ciphertext can be sent by other mean than electronic communication simply by written it down on a paper, making it a lot harder to track.</div>
<div><br></div><div>This is an alpha version, there is a lot to improve but if people are interested by this technology we can do some nice things with it.</div><div><br></div><div>What do you think ?</div>

</div>