Popular recipes tagged "passwords" but not "password"http://code.activestate.com/recipes/tags/passwords-password/2013-01-02T14:33:42-08:00ActiveState Code RecipesGenerate Password and Bit Rank (Python)
2013-01-02T14:33:42-08:00Captain DeadBoneshttp://code.activestate.com/recipes/users/4184772/http://code.activestate.com/recipes/578397-generate-password-and-bit-rank/
<p style="color: grey">
Python
recipe 578397
by <a href="/recipes/users/4184772/">Captain DeadBones</a>
(<a href="/recipes/tags/passwords/">passwords</a>, <a href="/recipes/tags/password_generator/">password_generator</a>, <a href="/recipes/tags/python/">python</a>).
</p>
<p>The code generates passwords using different techniques and then checks them according to bit strength. Was written in context of <a href="http://thelivingpearl.com/2013/01/02/generating-and-checking-passwords-in-python/">Generating And Checking Passwords In Python</a>.</p>
Generate and Rank Passwords in Python (Python)
2013-01-02T14:30:47-08:00Captain DeadBoneshttp://code.activestate.com/recipes/users/4184772/http://code.activestate.com/recipes/578396-generate-and-rank-passwords-in-python/
<p style="color: grey">
Python
recipe 578396
by <a href="/recipes/users/4184772/">Captain DeadBones</a>
(<a href="/recipes/tags/passwords/">passwords</a>, <a href="/recipes/tags/password_generator/">password_generator</a>, <a href="/recipes/tags/python/">python</a>).
</p>
<p>See <a href="http://thelivingpearl.com/2013/01/02/generating-and-checking-passwords-in-python/">generating and checking passwords</a> for more information. </p>