小ネタ
Atbash/Caesar Cipher
ttp://pastebin.com/raw/H1pURm3L

MsgBox, % Atbash("AutoHotkey")   ⇒ ZfglSlgpvb
MsgBox, % Atbash("ZfglSlgpvb")    ⇒ AutoHotkey
MsgBox, % Caesar("AutoHotkey", 3) ⇒ DxwrKrwnhb
MsgBox, % Caesar("DxwrKrwnhb",-3) ⇒ AutoHotkey ※-3 or 23