Metadata-Version: 2.1
Name: wedgedriver
Version: 0.1.2
Summary: A collection of tools to break common cryptography weaknesses
Home-page: https://github.com/pietroferretti/wedgedriver
Author: Pietro Ferretti
Author-email: pietro.ferretti1@gmail.com
License: MIT
Project-URL: Source, https://github.com/pietroferretti/wedgedriver
Description: # wedgedriver [![Build Status](https://travis-ci.org/pietroferretti/ctftools.svg?branch=master)](https://travis-ci.org/pietroferretti/ctftools) [![Coverage Status](https://coveralls.io/repos/github/pietroferretti/ctftools/badge.svg?branch=master)](https://coveralls.io/github/pietroferretti/ctftools?branch=master) [![pypi](https://img.shields.io/pypi/v/ctftools.svg?style=flat)](https://pypi.org/project/ctftools/) ![Python versions](https://img.shields.io/pypi/pyversions/ctftools.svg?style=flat)
        
        `wedgedriver` drives wedges in insecure cryptography schemes.
        
        All the tools are licensed under the MIT License.
        
        ## Installation
        
        ```
        pip install wedgedriver
        ```
        
        `wedgedriver` supports both Python 2 and 3.
        
        
        ## Usage
        **TODO**
        
        In the meantime, check the tests to see some examples.
        
        As of now, the tools offer attacks on most polyalphabetic substitution ciphers, some classic attacks on AES, some simple scripts to handle RSA.
        
        
Keywords: ctf security cryptography
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Topic :: Security
Classifier: Topic :: Security :: Cryptography
Description-Content-Type: text/markdown
Provides-Extra: tests
Provides-Extra: rsa
