Author Topic: Message Encoder  (Read 2642 times)

0 Members and 1 Guest are viewing this topic.

Offline AtomicSlaughter

  • Newbie
  • Posts: 14
Message Encoder
« on: October 05, 2021, 08:16:10 pm »
Ok so this is a rather simple program that uses a shifting shift cypher to encode a message.

You pick your own numeric key of any length, type your message and the program will use a shift cypher on each letter of your message, cycling through your key for each letter of the message.

check it out.
* Encoder.7z (Filesize: 66.74 KB, Downloads: 238)

Offline Qwerkey

  • Forum Resident
  • Posts: 755
Re: Message Encoder
« Reply #1 on: October 06, 2021, 07:56:34 am »
Atomic, well done for creating an InForm program.  Yes, it is a simple program but kudos for using InForm.

The encode/decode does work but converts all alphabeticals to upper case and loses all punctuation.

Richard (Qwerkey)