.gitignore
.gitmodules
CODE_OF_CONDUCT.md
CONTRIBUTING.md
MANIFEST.in
README.MD
changelog.md
license
pyproject.toml
requirements.txt
setup.py
snapcraft.yaml
.github/ISSUE_TEMPLATE/bug_report.md
.github/ISSUE_TEMPLATE/feature_request.md
.github/workflows/pythonapponpush.yml
Ciphey.egg-info/PKG-INFO
Ciphey.egg-info/SOURCES.txt
Ciphey.egg-info/dependency_links.txt
Ciphey.egg-info/entry_points.txt
Ciphey.egg-info/requires.txt
Ciphey.egg-info/top_level.txt
Pictures_for_README/binoculars.png
Pictures_for_README/Favorites/binoculars.jpg
Pictures_for_README/Favorites/icons8-ios-100.svg
Pictures_for_README/Favorites/icons8-ios-50.svg
Pictures_for_README/Favorites/icons8-ios-filled-100.svg
Pictures_for_README/Favorites/icons8-ios-filled-50.svg
ciphey/__init__.py
ciphey/__main__.py
ciphey/mathsHelper.py
ciphey/test_basicparent.py
ciphey/test_chi_squared.py
ciphey/test_dictionary.py
ciphey/test_encoding.py
ciphey/test_integration.py
ciphey/test_neuralNetwork.py
ciphey/Decryptor/__init__.py
ciphey/Decryptor/Encoding/__init__.py
ciphey/Decryptor/Encoding/ascii.py
ciphey/Decryptor/Encoding/base64.py
ciphey/Decryptor/Encoding/binary.py
ciphey/Decryptor/Encoding/encodingParent.py
ciphey/Decryptor/Encoding/hexadecimal.py
ciphey/Decryptor/Encoding/morsecode.py
ciphey/Decryptor/Encoding/test.py
ciphey/Decryptor/Hash/__init__.py
ciphey/Decryptor/Hash/hashBuster.py
ciphey/Decryptor/Hash/hashParent.py
ciphey/Decryptor/basicEncryption/__init__.py
ciphey/Decryptor/basicEncryption/affine.py
ciphey/Decryptor/basicEncryption/basic_parent.py
ciphey/Decryptor/basicEncryption/caesar.py
ciphey/Decryptor/basicEncryption/freqAnalysis.py
ciphey/Decryptor/basicEncryption/oldtransposition.py
ciphey/Decryptor/basicEncryption/pigLatin.py
ciphey/Decryptor/basicEncryption/reverse.py
ciphey/Decryptor/basicEncryption/transposition.py
ciphey/Decryptor/basicEncryption/viginere.py
ciphey/Decryptor/friendsCode/mod26.py
ciphey/Decryptor/friendsCode/xorencode.py
ciphey/languageCheckerMod/English.txt
ciphey/languageCheckerMod/LanguageChecker.py
ciphey/languageCheckerMod/__init__.py
ciphey/languageCheckerMod/chisquared.py
ciphey/languageCheckerMod/dictionaryChecker.py
ciphey/neuralNetworkMod/NeuralNetworkModel.model
ciphey/neuralNetworkMod/__init__.py
ciphey/neuralNetworkMod/nn.py
ciphey/neuralNetworkMod/passwordNeuralNetwork.ipynb
docs/WhyDintYouDoX.md
docs/languagechecker.md
docs/main.py
docs/neuralnetwork.md