Login
[x]
Log in using an account from:
Fedora Account System
Red Hat Associate
Red Hat Customer
Or login using a Red Hat Bugzilla account
Forgot Password
Login:
Hide Forgot
Create an Account
Red Hat Bugzilla – Attachment 695944 Details for
Bug 909738
python-pwquality does not detect some dictionary words in passwords
[?]
New
Simple Search
Advanced Search
My Links
Browse
Requests
Reports
Current State
Search
Tabular reports
Graphical reports
Duplicates
Other Reports
User Changes
Plotly Reports
Bug Status
Bug Severity
Non-Defaults
|
Product Dashboard
Help
Page Help!
Bug Writing Guidelines
What's new
Browser Support Policy
5.0.4.rh83 Release notes
FAQ
Guides index
User guide
Web Services
Contact
Legal
This site requires JavaScript to be enabled to function correctly, please enable it.
Script to test the cracklib detection using nltk corpus
cracklib-tester.py (text/x-python), 431 bytes, created by
Bengt Lüers
on 2013-02-10 22:42:52 UTC
(
hide
)
Description:
Script to test the cracklib detection using nltk corpus
Filename:
MIME Type:
Creator:
Bengt Lüers
Created:
2013-02-10 22:42:52 UTC
Size:
431 bytes
patch
obsolete
>import cracklib >import nltk > >with open("false_negatives.words", "w") as false_negatives_file: > for word in nltk.corpus.words.words() + nltk.corpus.stopwords.words('english') + ["cage"]: > password = "2938" + word + "7384" > try: > cracklib.FascistCheck(password, "/usr/share/cracklib/pw_dict") > except ValueError as exception: > continue > false_negatives_file.write("%s\n" % word) >
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Raw
Actions:
View
Attachments on
bug 909738
:
695943
|
695944
|
695957
|
695958
|
695959
|
695960
|
699220