Text Encryption
This JavaScript library provides encryption using simple, text-oriented method called column transposition. The idea is to write the plain text in block on the row-first bases. The text is then read column-first. The trick is in that the columns are not read from left to right, but in the order specified by the encryption key. Transliteration is also used.
Read more here
Technorati tag(s): javascript, programming, scripting
posted at: 12:00am on 28-Aug-2009 path: /Programming/Javascript | permalink | edit (requires password)
|
|