Php > Algorithms
PHP Function to EncryptDecrypt a string without a known key
PHP Function to EncryptDecrypt a string without a known key The string itself has his own different key for every character "."This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE."."
"."Hello Aitor, Wellcome Home"."
"; ECHO $Str_Test."
"; $Str_Test2 = ENCRYPT_DECRYPT($Str_Test); ECHO $Str_Test2."
"; $Str_Test3 = ENCRYPT_DECRYPT($Str_Test2); ECHO "
".$Str_Test3."
"; ?>
Php Codes
Algorithms
Arrays
Authentication
Calendar
Code Snippets
Programs
Content Manage
Contest Related
Cookies
Credit Cards
DBase Related
Databases
Date Time
Directories
E-Mail
Errors
File
File System
Forms
Handling
Graphics
HTML and PHP
Informix
Ingres
InterBase
LDAP
Look and Feel
Miscellaneous
MySQL
Other
PHP Classes
Searching
Navigation
Statistics
Strings
User Manage