Making this for our computer science cipher unit. This is used to encode or decode Caesar Ciphers, and can also work for Albertis Cipher Pressing any key other than letters or space bar will cause a bug. INSTRUCTIONS: To encode a message: Set the shift value, and type in the message. To decode a message: Set the shift value to (26-SHIFT) and enter the encrypted code UPDATE LOG: v1.0 - only gives numbers, not letters. v1.1 - "a" now gives a letter value... ugh.. now I need to copy and paste 25 more times... D= v1.2 - All letters now give an (incorrect) letter value. v1.3 - All letters now (should) give a correct letter value; fixed bug where it went backwards. v1.4 - added text v1.5- changed some little things v1.6 - made bottom text - doesn't work. v1.7 - removed backspace - too buggy v1.8 FINISHED!!! Works nicely! v1.9 NOPE I WAS WRONG!!! it barely works. D:< (fixed some stuff) v2.0 I fixed it! Who could've thought that hundreds of lines of unnecessary code could be harmful to a program!