Exclude some specified chars
Brought to you by:
tytso
I'd like to exclude some specific chars, like the semicolon, as i copy these passwords into a csv file for massive deployments.
I actually bypass the problem using sed, but it decrease the password entropy.
On option like --exclude="<list of char>" would be nice