From owner-freebsd-questions@FreeBSD.ORG Tue Feb 25 21:37:54 2014 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 3E2A6B3 for ; Tue, 25 Feb 2014 21:37:54 +0000 (UTC) Received: from filter1.win.net (filter1.win.net [216.24.27.101]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id D48C61CD5 for ; Tue, 25 Feb 2014 21:37:53 +0000 (UTC) Received: from nb-200.win.net (nb-200.win.net [216.24.27.200]) by filter1.win.net (8.14.3/8.14.3/Debian-9.4) with ESMTP id s1PLbUTN025417 for ; Tue, 25 Feb 2014 16:37:31 -0500 Received: from Gantry (pool245.office.win.net [216.24.33.245]) by nb-200.win.net (Postfix) with SMTP id E01CC398E5 for ; Tue, 25 Feb 2014 16:37:30 -0500 (EST) Message-ID: <4293FBF7FEF84EB194D74B248D3146C6@Gantry> From: "Joseph Mays" To: Subject: passwdqc or some other command line password strength checker Date: Tue, 25 Feb 2014 16:37:37 -0500 MIME-Version: 1.0 X-Priority: 3 X-MSMail-Priority: Normal Importance: Normal X-Mailer: Microsoft Windows Live Mail 15.4.3538.513 X-MimeOLE: Produced By Microsoft MimeOLE V15.4.3538.513 X-Bayes-Prob: 0.0001 (Score 0, tokens from: Outbound:default, base:default, @@RPTN) X-Spam-Score: -1.00 () [Hold at 4.50] HTML_MESSAGE:0.001, T_RP_MATCHES_RCVD:-0.01, SPF(fail:1), 22(-2) X-CanIt-Geo: ip=216.24.27.200; country=US; region=KY; city=Louisville; postalcode=40204; latitude=38.2390; longitude=-85.7174; metrocode=529; areacode=502; http://maps.google.com/maps?q=38.2390,-85.7174&z=6 X-CanItPRO-Stream: Outbound:default (inherits from base:default) X-Canit-Stats-ID: 02LuJBuV7 - 82db3463ebb5 - 20140225 X-Antispam-Training-Forget: http://filter.win.net/canit/b.php?i=02LuJBuV7&m=82db3463ebb5&t=20140225&c=f X-Antispam-Training-Nonspam: http://filter.win.net/canit/b.php?i=02LuJBuV7&m=82db3463ebb5&t=20140225&c=n X-Antispam-Training-Spam: http://filter.win.net/canit/b.php?i=02LuJBuV7&m=82db3463ebb5&t=20140225&c=s X-Scanned-By: CanIt (www . roaringpenguin . com) on 216.24.27.101 Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Content-Filtered-By: Mailman/MimeDel 2.1.17 X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 25 Feb 2014 21:37:54 -0000 The passwdqc program does not seem to be included in the ports, only the = pam_passwdqc module is installed. Is there a way to run passwdqc, or any = other reasonable password strength program, from the command line? I = haven=E2=80=99t found one in the ports list, though it would be easy to = have missed one if it=E2=80=99s there. I=E2=80=99ve tried the openbsd = versioin of pwdqc, but couldn=E2=80=99t get it to compile.