Use of Caesar Cipher


> teststr
"The quick brown fox jumped over the lazy dog."

> (define cryptstr (caesar teststr 13)) cryptstr

> cryptstr "Gur dhvpx oebja sbk whzcrq bire gur ynml qbt."

> (decaesar cryptstr 13) "The quick brown fox jumped over the lazy dog."

Contents    Page-10    Prev    Next    Page+10    Index