Metadata-Version: 2.1
Name: file-and-string-encryption
Version: 0.0.0
Summary: Simple encryption functions. Do not simply trust this code! Pay attention to how you handle sensitive information!
Author: André Herber
Author-email: andre.herber.programming@gmail.com
Keywords: python
Classifier: Development Status :: 1 - Planning
Classifier: Intended Audience :: Developers
Classifier: Programming Language :: Python :: 3
Classifier: Operating System :: Unix
Classifier: Operating System :: MacOS :: MacOS X
Classifier: Operating System :: Microsoft :: Windows
Description-Content-Type: text/markdown
License-File: LICENSE


# file_and_string_encryption

[GitHub](https://github.com/ICreedenI/file_and_string_encryption) | [PyPI](https://pypi.org/project/file-and-string-encryption)  



Simple encryption functions. Do not simply trust this code! Pay attention to how you handle sensitive information!





Included functions:

- encrypt_directory

- encrypt_file

- encrypt_file_with_password

- decrypt_directory

- decrypt_file

- decrypt_file_with_password

- encrypt_string_with_password

- decrypt_string_with_password

- generate_password

- get_random_key
