# File src/demos/text_demo_plugins/xform/Crypto.rb, line 9 def xform(str) salt = "XX" str.crypt(salt) end