Metadata-Version: 2.4
Name: file2code
Version: 1.0.0
Summary: Convert any file (image/video/etc.) to/from encrypted text code – perfect for secure sharing
Author-email: Your Name <your@email.com>
License: MIT
Project-URL: Homepage, https://github.com/yourusername/file2code
Project-URL: Repository, https://github.com/yourusername/file2code
Project-URL: Issues, https://github.com/yourusername/file2code/issues
Keywords: encryption,steganography,file-to-text,aes
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Topic :: Security :: Cryptography
Requires-Python: >=3.8
Description-Content-Type: text/markdown
Requires-Dist: cryptography>=38.0.0

# file2code

Turn **any** file (image, video, PDF, APK...) into a secret text "code" and back!

Strong AES-256 encryption · Zero dependencies besides cryptography · Works everywhere

Install:
```bash
pip install file2code
