When encrypt text using _StringEncrypt, the result is string like this: "2C12EB6DA866FA40372647D8A5B7930".
It only consist of number and capital letter.
Is there any encrypt function that also return characters like ^&*@!#$ that work both way (encrypt <-> decrypt) using the same function and same key phrase?