nixCraft 🐧 on Nostr: Check your password strength at the #Linux CLI easily: echo "password" | ...
Check your password strength at the #Linux CLI easily:
echo "password" | cracklib-check
echo -n "password" | cracklib-check
FYI see https://www.cyberciti.biz/security/linux-password-strength-checker/ this page for more info.
echo "password" | cracklib-check
echo -n "password" | cracklib-check
FYI see https://www.cyberciti.biz/security/linux-password-strength-checker/ this page for more info.