Re: string encryption
Tech-Archive recommends: Repair Windows Errors & Optimize Windows Performance
md5 is an encryption function in PHP
to encrypt a string in PHP , you can do that by this line:
md5("string");
BUT, i need the same mechanism in ASP !!!
.
Relevant Pages
- Re: How can I encrypt string using the MD5 method?
... >with the string parameter,it return the encryption result of the string ... MD5 is not an encryption function: ... There are a number of fairly portable MD5 libraries. ... (comp.lang.c) - Re: Object of class Person could not be converted to string
... PHP has been lousy at maintaining backward compatibility. ... Objects are always converted to the string "Object". ... there's no reasonable gain in usability by forcing it ... (comp.lang.php) - HOW TO: eval() into a string
... evaluate a string with embedded php into a string.) ... PHP Functions as Wiki-isms ... embedded PHP functions that generate strings into a string of pure ... Then we can capture what is in the output buffer ... (alt.php) - Re: Object of class Person could not be converted to string
... PHP has been lousy at maintaining backward compatibility. ... They wouldn't have if the language had been better planned from the start. ... Objects are always converted to the string "Object". ... (comp.lang.php) - Re: Wordpress Port
... database stuff in PHP ... I'm passing a number in as a string. ... achieved the dubious distinction of being the first language I actually ... (comp.lang.ruby) |
|