I have a Windows Application which create a .XML with my user-datas. When I type "test" as password, I found this in the .XML-datafile:
<Password>iyzz</Password>
Can anybody tell me about this cryp, and how I can make it i PHP?
There must be a function in PHP which with "test" as input returns iyzz.
<Password>iyzz</Password>
Can anybody tell me about this cryp, and how I can make it i PHP?
There must be a function in PHP which with "test" as input returns iyzz.