Can someone help me solve this? I found the function that generates the password from the username and figured out how it works but I don't understand it. It is adding both a character and an integer cast to a character and another character all together and setting it to one index of the password result. I don't understand how it casts it or how you can add all of them and get one value for the index of the password. |
==> |