Terminal Hacker: Spaces in the passwords

Hey there. Is is possible too have the passwords as two words, and when they are randomised, have them remain as two words in the correct context?

EG. two words = wto drswo
NOT
two words = wwtosd ro

Hi Brad,

That’s possible. However, you will have to change the algorithm in the Anagram method. You could use String.Split and maybe also the StringBuilder class.


See also:

Thanks Nina :slight_smile:

That might be a little advanced for me at this stage. I might just put a pin in it and come back to it later

If you really want to make your idea work, I’d suggest to finish this project as seen in the course first. Then follow Bob Tabor’s free C# course. It’s around 8h long. After that, you should be able to do almost everything you want, not just for this project but also for other projects in the Unity 3D course.

This topic was automatically closed 24 hours after the last reply. New replies are no longer allowed.

Privacy & Terms