|
Posted by Matt on 05/25/07 17:11
On May 25, 9:45 am, Ravi <Ravindrayep...@gmail.com> wrote:
> You r right but
> How u decrypted that??? base64_decode is not working. Can you tell me
> how can i fix it to a particular system.
Again, it wasn't encrypted. Base64 is an encoding, NOT encryption.
base64_decode() will reverse it. Attempting to encrypt your code in
order to keep your methods secret is almost sure to fail without a
very solid background in cryptography.
IMO, the entire approach is flawed, as others have noted. Check out
the other posts and heed their advice.
Navigation:
[Reply to this message]
|