You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Problem: "123" is a string commonly found in weak passwords. Remove all occurrences of "123" from passPhrase. Then, assign lengthStr with the length of passPhrase.
Note that this does not pass most test cases (I do not know why).