Metadata-Version: 1.1
Name: wpa2slow
Version: 0.4
Summary: A full Python implementation of the WPA2 encryption algorithm, using no encryption libraries.
Home-page: http://github.com/JarrettR/WPA-Slowed-Down
Author: Jarrett Rainier
Author-email: jrainier@gmail.com
License: GPLv3
Description: wpa2slow
        ====================================
        
        wpa2slow is a full Python implementation of the WPA2 encryption algorithm, using no encryption libraries.
        
        Project goals
        ====================================
        This project grew out of the FPGA implementation of WPA2 [here](https://github.com/JarrettR/FPGA-Cryptoparty), as a platform for regression testing and experimentation.
        
        WPA2 requires three or four different algorithms to calculate a final password, depending on how you count them.
        
        There is a fair amount of discussion on these functions in [this](http://jrainimo.com/build/?cat=6) category of my site.
        
        The entire goal was to have intermediate steps of the algorithms to compare with the VHDL implementation.
        Perhaps this will be useful to someone else.
        
        
        Benchmarks
        ====================================
        
        Hash speed of my general purpose computer; 2,000 keys / second
        
        Hash speed of a Raspberry Pi 1: 45 keys / second
        
        Hash speed of this project: 0.25 keys / second
        
        Sounds great! How can I get started?
        ====================================
        
        You should be able to use `pip install wpa2slow` and it will magically work.
        Alternatively, clone this repo, and then from this directory, type `pip install .`
        
        Check `main.py` for examples and test cases.
        
        Can read and parse capture files in [hccap](https://hashcat.net/cap2hccap/) format, outputting the required inputs.
        
        Further reading
        ====================================
        
        * `Announcement post <http://jrainimo.com/build/?p=1157>`_
        * `GitHub <https://github.com/JarrettR/WPA-Slowed-Down>`_
        * `ReadTheDocs <http://wpa2slow.readthedocs.io/en/latest/>`_
        * `PyPi <https://pypi.python.org/pypi/wpa2slow>`_
        
        
        
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: Natural Language :: English
Classifier: License :: OSI Approved :: GNU General Public License v3 (GPLv3)
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 2.7
Classifier: Topic :: Security :: Cryptography
