What can a password contain - Programming On Unix

Users browsing this thread: 1 Guest(s)
venam
Administrators
It should definitely not matter which characters are in the string but you should be able to input them, which is the issue here.
Like in the past, the erase and kill characters where # and @ so you couldn't have them in a password as it would mess the readline.

This is specified in the passwd(1) manpage for example:

Quote: Care must be taken not to include the system default erase or kill characters.
passwd will reject any password which is not suitably complex.


Messages In This Thread
What can a password contain - by venam - 20-10-2020, 10:03 AM
RE: What can a password contain - by venam - 20-10-2020, 10:18 AM
RE: What can a password contain - by freem - 21-10-2020, 10:34 AM
RE: What can a password contain - by jkl - 21-10-2020, 03:11 PM
RE: What can a password contain - by venam - 21-10-2020, 03:16 PM