Metadata-Version: 1.2
Name: pywnedpasswords
Version: 0.5
Summary: Client for HIBP passwords api using K-Anonymity method
Home-page: http://github.com/xmatthias/pywnedpasswords
Author: Matthias Voppichler
Author-email: xmatthias@outlook.com
License: MIT
Project-URL: Source Code, http://github.com/xmatthias/pywnedpasswords
Description-Content-Type: UNKNOWN
Description: 
        pywnedPasswords
        ===============
        
        This script uses the pwnedpasswords.com v2 api to check your password in
        a secure way (using the `K-anonymity <https://en.wikipedia.org/wiki/K-anonymity>`_ method)
        
        The full Hash is never transmitted over the wire, only the first 5 characters.
        The comparison happens offline.
        
        Special thanks to Troy Hunt (\ `@troyhunt <https://twitter.com/troyhunt>`_\ ) for making this script possible.
        
        install
        -------
        
        .. code-block:: bash
        
           pip install pywnedpasswords
        
        Usage
        -----
        
        .. code-block:: bash
        
           pywnedpasswords.py
        
        Insert your password when asked.
        
        the output will either be:
        
        .. code-block::
        
           Password to check:
           Found your password 47205 times.
        
        or in case your password is not secure
        
        .. code-block::
        
           Password to check:
           Your password did not appear in PwnedPasswords yet.
        
        © xmatthias 2018
        
Keywords: pwnedpasswords,passwords,pwned,security
Platform: UNKNOWN
Requires-Python: >=3
