17.09.2014, 14:00
Hello, I have built a system to encrypt passwords, and for now I was just having a command to insert a string and see what is the encrypted string. The problem is it only returns the first character as encrypted and the whole other characters are nowhere to be found. When I enter 'abc' it returns the encrypted state of 'a' only and when I enter 'hdfgdfg' it returns the encrypted state of 'h'. Please help! Thanks!
