[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#850088: marked as done (ITP: safe -- password strength checking library for Python)



Your message dated Wed, 11 Jan 2017 23:22:31 +1100
with message-id <a527e79a-06d6-e473-673a-d29be24315a4@contraflo.ws>
and subject line Re: Bug#850088: ITP: safe -- password strength checking library for Python
has caused the Debian Bug report #850088,
regarding ITP: safe -- password strength checking library for Python
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact owner@bugs.debian.org
immediately.)


-- 
850088: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=850088
Debian Bug Tracking System
Contact owner@bugs.debian.org with problems
--- Begin Message ---
Package: wnpp
Severity: wishlist
Owner: Carl Suster <carl@contraflo.ws>
Control: block 724718 by -1

* Package name    : safe
  Version         : 0.4
  Upstream Author : Hsiaoming Yang <me@lepture.com>
* URL             : https://github.com/lepture/safe
* License         : BSD
  Programming Lang: Python
  Description     : password strength checking library for Python

 Safe provides a small library to check a proposed password against some
 obviously insecure patterns, and also against a dictionary of 10k common
 passwords. It also checks for the presence of mixed case characters, numbers
 and symbols. Usage is as simple as:
 .
 import safe
 strength = safe.check('x*V-92Ba')
 strength.strength #=> 'strong'
 bool(strength)    #=> True

I intend to package this within in Python modules team and look for a sponsor
there. It is a dependency of flexget (ITP: #724718).

--- End Message ---
--- Begin Message ---
Control: tag 850088 +wontfix
Control: tag 850495 +wontfix

I have decided to withdraw this ITP/RFS because I discovered that the python-zxcvbn package already in the Debian archives can fulfil the same function.

I convinced upstream flexget to drop the dependency on Safe in favour of zxcvbn:

  https://github.com/Flexget/Flexget/pull/1620

Note however that the Debian package is following an abandoned fork of zxcvbn with a slightly different API:

  https://bugs.debian.org/850910


Cheers,
Carl

--- End Message ---

Reply to: