Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations derfloh on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Encrypt/Unencrypt string

Status
Not open for further replies.

peacecodotnet

Programmer
Joined
May 17, 2004
Messages
123
Location
US
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 don't know, I don't own the server myself.

Peace out,
Peace Co.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top