Mon, 12 Jan 2026 21:21:54 CST | login

Information for build cracklib-2.9.11-3.ocs23

ID1318
Package Namecracklib
Version2.9.11
Release3.ocs23
Epoch
Sourcegit+https://gitee.com/opencloudos-stream/cracklib.git?.#9c419d6a519f99cdb61b25587adde3ac67f0de21
SummaryPassword checking library and dictionaries
DescriptionCrackLib is a library containing a C function (well, lots of functions really, but you only need to use one of them) which may be used in a "passwd"-like program. The idea is simple: try to prevent users from choosing passwords that could be guessed by "Crack" by filtering them out, at source. CrackLib finds potential passwords quickly, by using an index file to access dictionary words, and by keeping a table to assist binary searching. CrackLib's dictionary is modified-DAWG compressed with a chunksize of 16 words and then the index file is built, with one entry per chunk. CrackLib makes literally hundreds of tests to determine whether you've chosen a bad password. * It tries to generate words from your username and gecos entry to tries to match them against what you've chosen. * It checks for simplistic patterns. * It then tries to reverse-engineer your password into a dictionary word, and searches for it in your dictionary. - after all that, it's PROBABLY a safe(-ish) password.
Built byocs-bot
State complete
Volume DEFAULT
StartedTue, 22 Aug 2023 17:39:48 CST
CompletedTue, 22 Aug 2023 17:46:52 CST
Taskbuild (dist-ocs23, /opencloudos-stream/cracklib.git:.:origin/master)
Extra{'source': {'original_url': 'git+https://gitee.com/opencloudos-stream/cracklib.git?.#origin/master'}}
Tags
dist-ocs23
RPMs
src
cracklib-2.9.11-3.ocs23.src.rpm (info) (download)
aarch64
cracklib-2.9.11-3.ocs23.aarch64.rpm (info) (download)
cracklib-devel-2.9.11-3.ocs23.aarch64.rpm (info) (download)
cracklib-dicts-2.9.11-3.ocs23.aarch64.rpm (info) (download)
cracklib-debuginfo-2.9.11-3.ocs23.aarch64.rpm (info) (download)
cracklib-debugsource-2.9.11-3.ocs23.aarch64.rpm (info) (download)
x86_64
cracklib-2.9.11-3.ocs23.x86_64.rpm (info) (download)
cracklib-devel-2.9.11-3.ocs23.x86_64.rpm (info) (download)
cracklib-dicts-2.9.11-3.ocs23.x86_64.rpm (info) (download)
cracklib-debuginfo-2.9.11-3.ocs23.x86_64.rpm (info) (download)
cracklib-debugsource-2.9.11-3.ocs23.x86_64.rpm (info) (download)
Logs
aarch64
build.log
hw_info.log
installed_pkgs.log
mock_output.log
root.log
state.log
x86_64
build.log
hw_info.log
installed_pkgs.log
mock_output.log
root.log
state.log
Changelog * Fri Apr 28 2023 OpenCloudOS Release Engineering <releng@opencloudos.tech> - 2.9.7-3 - Rebuilt for OpenCloudOS Stream 23.05 * Fri Mar 31 2023 OpenCloudOS Release Engineering <releng@opencloudos.tech> - 2.9.7-2 - Rebuilt for OpenCloudOS Stream 23 * Tue Jul 19 2022 rockerzhu <rockerzhu@tencent.com> - 2.9.7-1 - Initial build