Jump to content

Recommended Posts

A 1 to 1 mapping like that is in a practical sense, not encrypted.  If you're looking for a relatively secure encryption algorthm have a look here: http://php.net/mcrypt.  If you're just trying to learn the theory I'd google "2 way encryption algorithms".

 

Best,

 

Patrick

Mcrypt is the way to go, it's the only way in PHP to get an actually 'ecrypted' text and be able to be decrypted.

 

1 to 1 character renaming is extremely basic, easy to spot, and can be cracked easily by anyone who knows the first thing about cryptography. It maybe, just maybe, might keep a 7-year-old out, but even then, it's very, very easy to spot and decrypt.

This thread is more than a year old. Please don't revive it unless you have something important to add.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.