functions-online

Comments

Last comments of user eSkiSo

On 20. Mar 2015 11:54 eSkiSo wrote at crypt:

This crypt function has some problems... all of these return the same result $returnValue = crypt('MyStringStarted', 'Fixed'); $returnValue = crypt('MyStringFinished', 'Fixed'); $returnValue = crypt('MyStringStarted', 'Filtered'); $returnValue = crypt('MyStringFinished', 'Filtered'); Basicly it only "encripts" the first 5 chars of the string with the first 2 of the salt...