Welcome Guest ( Log In | Register)



 
Reply to this topicStart new topic
> Encrypt Functions
dogtag
post Jun 7 2007, 12:40 PM
Post #1


Newbie [Level 1]
*

Group: Members
Posts: 23
Joined: 7-June 07
Member No.: 44,336



Here is my 3rd Code:
By this code you can encrypt your text:

CODE
<?php
$a = md5("hello");
$b = base64_encode("hello");
$c = base64_decode("hello");

print "md5 = ".$a."
base64_encode = ".$b."
base64_decode = ".$c;
?>


EASY!
Go to the top of the page
 
+Quote Post

Reply to this topicStart new topic

Collapse

> Similar Topics

Topics Topics
  1. Using The Image Editing Functions Of Php(4)
  2. Globals Inside Functions(4)
  3. Some Php Functions Explaination Required(2)
  4. Wappy's Php Snippets(13)
  5. Gd Functions(2)
  6. [php](simple) Using Functions To Combine Values In A Form(2)
  7. Arrays Outside A Function(3)
  8. Php Functions To Send Mail(9)
  9. Php Email Validation(1)
  10. Functions(8)


 



- Lo-Fi Version Time is now: 5th September 2008 - 11:57 PM