Hi everyone
I have a question related with the creation of a “Secure username/password” combination.
According to OWASP https://cheatsheetseries.owasp.org/cheatsheets/Authentication_Cheat_Sheet.html A secure password should have at least 8 characters in length using Alpha numeric characters with at least one Special character.
in relation with the USERNAME it does not recommend anything.
Should we consider “Secure” a one character name USERNAME with a “secure password”?
Example:
Username : a
Password: pX8*TKrmK`7’!j>
( it the previous example secure)?
Ideas and comments are welcome