LICENSE
README.md
pyproject.toml
cipherscope/__init__.py
cipherscope/cli.py
cipherscope.egg-info/PKG-INFO
cipherscope.egg-info/SOURCES.txt
cipherscope.egg-info/dependency_links.txt
cipherscope.egg-info/entry_points.txt
cipherscope.egg-info/requires.txt
cipherscope.egg-info/top_level.txt
cipherscope/core/__init__.py
cipherscope/core/detector.py
cipherscope/core/dispatcher.py
cipherscope/core/evaluate.py
cipherscope/core/pipeline.py
cipherscope/core/plugin.py
cipherscope/core/scorer.py
cipherscope/data/chinese_bigrams.json
cipherscope/data/common_flags.txt
cipherscope/data/ctf_words.txt
cipherscope/data/quadgrams.json
cipherscope/data/weak_passwords.txt
cipherscope/data/dictionaries/10k-most-common.txt
cipherscope/data/dictionaries/xato-1m.txt
cipherscope/plugins/__init__.py
cipherscope/plugins/advanced.py
cipherscope/plugins/classical.py
cipherscope/plugins/codecs.py
cipherscope/plugins/codecs_extra.py
cipherscope/plugins/hash_attack.py
cipherscope/plugins/rsa_attack.py
cipherscope/plugins/xor_attack.py
cipherscope/web/__init__.py
cipherscope/web/app.py
cipherscope/web/tools.py
cipherscope/web/static/index.html
tests/test_advanced.py
tests/test_classical.py
tests/test_codecs.py
tests/test_detector.py
tests/test_extra.py
tests/test_rsa_extra.py
tests/test_scorer.py
tests/test_xor_pipeline.py