Click here to Skip to main content
65,938 articles
CodeProject is changing. Read more.
Articles
(untagged)

Vigenere Cipher ASCII Based Encoder

0.00/5 (No votes)
13 Sep 2006 1  
ASCII based encoder. Clear, encoded and key text allows all printable characters
Sample Image - Encoder1739.jpg

Introduction

This program allows encode text using a key that can be a word or any combination of printable characters and even spaces.

This program encodes by addition of the ASCII code of the first character of the clear text and the first ASCII code of the key, the result turns over a sequence from 32 to 126 that corresponds to all printable keys of the ASCII code. Then the second character of the clear text is encoded with the second character of the key, and so on until all characters of the key are used, to start with the first character of the key again. The key is used repeatedly until all the clear text is encoded.

License

This article has no explicit license attached to it but may contain usage terms in the article text or the download files themselves. If in doubt please contact the author via the discussion board below.

A list of licenses authors might use can be found here