README.md
setup.cfg
setup.py
7uring.egg-info/PKG-INFO
7uring.egg-info/SOURCES.txt
7uring.egg-info/dependency_links.txt
7uring.egg-info/entry_points.txt
7uring.egg-info/not-zip-safe
7uring.egg-info/requires.txt
7uring.egg-info/top_level.txt
turing/__init__.py
turing/turing.py
turing/cipher/__init__.py
turing/cipher/bacon.py
turing/cipher/caesar.py
turing/cipher/monoalphabetic.py
turing/cipher/morse.py
turing/cipher/multitapSMS.py
turing/cipher/rot13.py
turing/cipher/rot47.py
turing/cipher/transposition.py
turing/encoder/__init__.py
turing/encoder/base64.py
turing/encoder/binary.py
turing/encoder/hexadecimal.py
turing/encoder/octal.py
turing/hashing/__init__.py
turing/hashing/hashblake2b.py
turing/hashing/hashmd4.py
turing/hashing/hashmd5.py
turing/hashing/hashntlm.py
turing/hashing/hashsha1.py
turing/hashing/hashsha224.py
turing/hashing/hashsha256.py
turing/hashing/hashsha384.py
turing/hashing/hashsha512.py
turing/hashing/hashwhirlpool.py
turing/programfiles/__init__.py
turing/programfiles/banner.py
turing/programfiles/cliProcess.py
turing/programfiles/menu.py