A smaller encryption example
Takes a string and shifts each character in that string according to a password set by the user. Much smaller than most of the examples of PSC. Original Author: Ben Doherty Assumptions you need to put in 2 text boxes (text1 -string to encrypt) (text2 – where the password goes) and 2 command buttons cmdEncrypt and cmdDecrypt then just… Read More »