< Home - < Back

cracklib


Information about the package, cracklib, which is shipped with common Linux distributions. The cracklib package is designed for, A password-checking library.


Package Name:

cracklib

Summary:

A password-checking library

Description:

CrackLib tests passwords to determine whether they match certain security-oriented characteristics, with the purpose of stopping users from choosing passwords that are easy to guess. CrackLib performs several tests on passwords: it tries to generate words from a username and gecos entry and checks those words against the password; it checks for simplistic patterns in passwords; and it checks for the password in a dictionary. CrackLib is actually a library containing a particular C function which is used to check the password, as well as other C functions. CrackLib is not a replacement for a passwd program; it must be used in conjunction with an existing passwd program. Install the cracklib package if you need a program to check users' passwords to see if they are at least minimally secure. If you install CrackLib, you will also want to install the cracklib-dicts package.

Architecture:

i686

Version:

2.8.16

Release:

4.el6

Size:

70 k

Repository:

base

From Repository:

Licence:

LGPLv2+



Handy Yum Commands for cracklib


Control the cracklib package with the following handy commands outlined below.


Command

Description of Command

yum install cracklib

This command will install cracklib on the server.

yum remove cracklib

This command will un-install cracklib on the server. When you run this command, you will be asked if you are sure that you want to remove cracklib, so you have to manually confirm that you want to do this.

yum -y remove cracklib

This command will un-install cracklib on the server. When you run this command with th e -y flag, you will not be prompted to check that you are sure you want to remove the package - so be sure you absolutely want to remove cracklib when using the -y flag.

yum update cracklib

This command will update cracklib to the latest version. When you run this command, you will be asked if you are sure that you want to remove cracklib, so you have to manually confirm that you want to do this.

yum -y update cracklib

This command will update cracklib to the latest version. When you run this command with the -y flag, you will not be prompted to check that you are sure you want to remove the package - so be sure you absolutely want to remove cracklib when using the -y flag.

yum info cracklib

This command will show you core information about the cracklib package.

yum deplist cracklib

This command will show you the dependencies for cracklib. Thankfully, when using Yum, if dependencies are required, these are also installed at the same time so you don't have to worry too much about that.

yum check-update cracklib

This command will check if there is an update waiting on cracklib. When you run this command this will return nothing if there is nothing to update, or, will return the package name if the package is due to be updated.