Index ¦ Archives ¦ RSS

mkpasswd

Estimated read time: 1 minutes

I just noticed that I can ask mkpasswd to not include extra signs (so only [A-Za-z0-9]) in the passwd, and also I can ask it to make it longer, for example:

$ mkpasswd -l 18 -s 0
kweufGtytpIj1ds8bw

Sadly it's quite useful on broken websites where they bail out with an error when my pass contains a ' or a "...

© Miklos Vajna. Built using Pelican. Theme by Giulio Fidente on github.