How to encrypt a string easily?
843810Jan 6 2003 — edited Sep 10 2003I want to encrypt a string. I want a string returned back. I then later want to pass back an encrypted string and be returned the original string.
I dont want something too complex. Something good and easy to do will do!
Is there anything i can use. I just want an object or method i can call, pass it a string, it returns a string which is all jumbled up etc. i can then later pass it a jumbled string and it will retuen the original string.