.gitignore
MANIFEST.in
README.MD
license
logo.png
path.py
pycharmSETUP.py
requirements.txt
setup.py
.github/workflows/pythonapponpush.yml
.idea/.gitignore
.idea/Ciphey.iml
.idea/misc.xml
.idea/modules.xml
.idea/other.xml
.idea/vcs.xml
.idea/inspectionProfiles/profiles_settings.xml
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
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/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/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
docs/neuralnetwork.md