.gitignore
MANIFEST.in
README.MD
license
logo.png
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
app/__init__.py
app/__main__.py
app/mathsHelper.py
app/test_basicparent.py
app/test_chi_squared.py
app/test_dictionary.py
app/test_encoding.py
app/test_integration.py
app/test_neuralNetwork.py
app/Decryptor/__init__.py
app/Decryptor/Encoding/__init__.py
app/Decryptor/Encoding/ascii.py
app/Decryptor/Encoding/base64.py
app/Decryptor/Encoding/binary.py
app/Decryptor/Encoding/encodingParent.py
app/Decryptor/Encoding/hexadecimal.py
app/Decryptor/Encoding/morsecode.py
app/Decryptor/Hash/__init__.py
app/Decryptor/Hash/hashBuster.py
app/Decryptor/Hash/hashParent.py
app/Decryptor/basicEncryption/__init__.py
app/Decryptor/basicEncryption/affine.py
app/Decryptor/basicEncryption/basic_parent.py
app/Decryptor/basicEncryption/caesar.py
app/Decryptor/basicEncryption/freqAnalysis.py
app/Decryptor/basicEncryption/pigLatin.py
app/Decryptor/basicEncryption/reverse.py
app/Decryptor/basicEncryption/transposition.py
app/Decryptor/basicEncryption/viginere.py
app/Decryptor/friendsCode/mod26.py
app/Decryptor/friendsCode/xorencode.py
app/languageCheckerMod/English.txt
app/languageCheckerMod/LanguageChecker.py
app/languageCheckerMod/__init__.py
app/languageCheckerMod/chisquared.py
app/languageCheckerMod/dictionaryChecker.py
app/neuralNetworkMod/NeuralNetworkModel.model
app/neuralNetworkMod/__init__.py
app/neuralNetworkMod/nn.py