Why is this code letting me enter a password such as a123?




System.out.println("\nEnter new password:");
strPasswordTemp = input.next();
...