Hello! I have noticed theres quite a few people asking how to safely encode/protect passwords or text. My method is far from good, the main purpose is for extra encoding to already encoded text. Although you can use this for just encoding. Heres an example, I made it simple to understand so anybody can alter/expand it. $Message = String("Trying to Xor this text") $Key = 88 $Length = StringLen($Message) $Array = StringToASCIIArray($Message) MsgBox(0, "", "The original ASCII is: " &