Is it possible for php to "encrypt" an inputted string of text, by changing each character into something else?
Example:
User types in: google
PHP outputs: niintf, where g=n, o=i, l=t, e=f
Also, can php split the first x characters of an inputted string and store it as a variable?
Thanks!
Example:
User types in: google
PHP outputs: niintf, where g=n, o=i, l=t, e=f
Also, can php split the first x characters of an inputted string and store it as a variable?
Thanks!