Information for build cracklib-2.9.11-4.oc9
ID | 18906 | ||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
Package Name | cracklib | ||||||||||||||||||||||||||
Version | 2.9.11 | ||||||||||||||||||||||||||
Release | 4.oc9 | ||||||||||||||||||||||||||
Epoch | |||||||||||||||||||||||||||
Source | git+https://gitee.com/src-opencloudos-rpms/cracklib.git?.#eea3bb69c6c36d4695174c9a220ff23f6409f866 | ||||||||||||||||||||||||||
Summary | Password checking library and dictionaries | ||||||||||||||||||||||||||
Description | CrackLib 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 by | denisecheng | ||||||||||||||||||||||||||
State | complete | ||||||||||||||||||||||||||
Volume | DEFAULT | ||||||||||||||||||||||||||
Started | Mon, 08 Jan 2024 05:31:32 CST | ||||||||||||||||||||||||||
Completed | Mon, 08 Jan 2024 05:33:39 CST | ||||||||||||||||||||||||||
Task | build (dist-oc9, /src-opencloudos-rpms/cracklib.git:.:origin/oc9) | ||||||||||||||||||||||||||
Extra | {'source': {'original_url': 'git+https://gitee.com/src-opencloudos-rpms/cracklib.git?.#origin/oc9'}} | ||||||||||||||||||||||||||
Tags |
|
||||||||||||||||||||||||||
RPMs |
|
||||||||||||||||||||||||||
Logs |
|
||||||||||||||||||||||||||
Changelog | * Fri Sep 08 2023 OpenCloudOS Release Engineering <releng@opencloudos.tech> - 2.9.11-4 - Rebuilt for OpenCloudOS Stream 23.09 * 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 |