peacecodotnet
Programmer
Is there a function that will encrypt a string of any size? Then is there one that will take that string and nencrypt it?
I made an encrypting function myself, simply by using substr() and things like that to insert random letters everywhere, but it only works well for strings that are 7-15 characters long. I've figured out how to make it work for longer strigns...but it's going to be painful doing so and I'd rather see if their is a built-in function instead.
Thanks in advance
Peace out,
Peace Co.
I made an encrypting function myself, simply by using substr() and things like that to insert random letters everywhere, but it only works well for strings that are 7-15 characters long. I've figured out how to make it work for longer strigns...but it's going to be painful doing so and I'd rather see if their is a built-in function instead.
Thanks in advance
Peace out,
Peace Co.