This is a User Defined Function to perform simple encryption on an input string. This is performed by transposing the ASCII value of each character in the string by the increment value (@increment in the parameter list)
Pass the function the string you wish encrypted and the increment value, which is normally 128 or 256