Encrypter

How to Create a Ceaser Cipher Text Encrypter in Visual Basic

Introduction: Welcome to a tutorial on how to create a simple Ceaser Cipher text encrypter using Visual Basic. Notes: In this tutorial I only did three letters as an example, you will want to do the same technique for every letter of the alphabet to avoid messages getting muddled. Steps of Creation: Step 1: First you want to create a form with; textbox1 - Message to encrypt textbox2 - Message to decrypt Button1 - Encrypt Button2 - Decrypt Step 2: We will be using one function to deal with all the encrypting and decrypting s