Metadata-Version: 2.1
Name: cryptraider
Version: 0.0.1
Summary: A collection of cryptanalysis utilities for CTF challenges
Home-page: https://github.com/4cad/CryptRaider
Author: Dane
Author-email: dslh.4cad@gmail.com
License: UNKNOWN
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: GNU General Public License v3 (GPLv3)
Classifier: Operating System :: POSIX :: Linux
Requires-Python: >=3.6
Description-Content-Type: text/markdown
Requires-Dist: gmpy2

# CryptRaider
Some utilities for crypto CTF challenges

# Test
Run tests using the `python3 -m unittest` command.

I generally run the tests on windows using the windows subsystem for linux. Package gmpy2 is required.

