How to check password strength – askubuntu.com

I wrote this script but [:alnum:] doesnt work. Anyone help? echo -n "Enter a password : " read password LEN=$(echo ${#password}) if [ $LEN -lt 10 ]; then echo "$password is smaller than 10 ...

from Hot Questions - Stack Exchange OnStackOverflow
via Blogspot

Share this

Artikel Terkait

0 Comment to "How to check password strength – askubuntu.com"