LICENSE
MANIFEST.in
README.md
requirements.txt
setup.py
.github/workflows/pypi.yml
examples/algorithm_test.py
examples/basic_usage.py
examples/custom_encoding_test.py
examples/file_test.py
examples/native_performance_test.py
fastcrypter/__init__.py
fastcrypter/advanced_encryptor.py
fastcrypter/exceptions.py
fastcrypter/file_encryptor.py
fastcrypter/secure_compressor.py
fastcrypter.egg-info/PKG-INFO
fastcrypter.egg-info/SOURCES.txt
fastcrypter.egg-info/dependency_links.txt
fastcrypter.egg-info/entry_points.txt
fastcrypter.egg-info/requires.txt
fastcrypter.egg-info/top_level.txt
fastcrypter/algorithms/__init__.py
fastcrypter/algorithms/compression/__init__.py
fastcrypter/algorithms/encryption/__init__.py
fastcrypter/core/__init__.py
fastcrypter/core/compressor.py
fastcrypter/core/custom_encoder.py
fastcrypter/core/encryptor.py
fastcrypter/core/enhanced_compressor.py
fastcrypter/core/key_manager.py
fastcrypter/utils/__init__.py