file-and-string-encryption


Namefile-and-string-encryption JSON
Version 0.0.7 PyPI version JSON
download
home_page
SummarySimple encryption functions. Do not simply trust this code! Pay attention to how you handle sensitive information!
upload_time2023-10-02 16:35:20
maintainer
docs_urlNone
authorAndré Herber
requires_python
license
keywords python
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            
# 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

            

Raw data

            {
    "_id": null,
    "home_page": "",
    "name": "file-and-string-encryption",
    "maintainer": "",
    "docs_url": null,
    "requires_python": "",
    "maintainer_email": "",
    "keywords": "python",
    "author": "Andr\u00e9 Herber",
    "author_email": "andre.herber.programming@gmail.com",
    "download_url": "https://files.pythonhosted.org/packages/63/8e/18022f42fa4517b8cb967e501060bd4a4f76e6560a4aac56db90835062ec/file_and_string_encryption-0.0.7.tar.gz",
    "platform": null,
    "description": "\n# file_and_string_encryption\n\n[GitHub](https://github.com/ICreedenI/file_and_string_encryption) | [PyPI](https://pypi.org/project/file-and-string-encryption)  \n\n\n\nSimple encryption functions. Do not simply trust this code! Pay attention to how you handle sensitive information!\n\n\n\n\n\nIncluded functions:\n\n- encrypt_directory\n\n- encrypt_file\n\n- encrypt_file_with_password\n\n- decrypt_directory\n\n- decrypt_file\n\n- decrypt_file_with_password\n\n- encrypt_string_with_password\n\n- decrypt_string_with_password\n\n- generate_password\n\n- get_random_key\n",
    "bugtrack_url": null,
    "license": "",
    "summary": "Simple encryption functions. Do not simply trust this code! Pay attention to how you handle sensitive information!",
    "version": "0.0.7",
    "project_urls": null,
    "split_keywords": [
        "python"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "e757935cd4b7a4d87c7875a29211783071f3aa479ffe7931a6414961725eb461",
                "md5": "d25d78d932771fcc87cc7f0dbacc0acb",
                "sha256": "acdd7a3d9403be07db68df28c8f9dbbb39b197ce76893b37a121ce71194ff210"
            },
            "downloads": -1,
            "filename": "file_and_string_encryption-0.0.7-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "d25d78d932771fcc87cc7f0dbacc0acb",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": null,
            "size": 8474,
            "upload_time": "2023-10-02T16:35:15",
            "upload_time_iso_8601": "2023-10-02T16:35:15.953265Z",
            "url": "https://files.pythonhosted.org/packages/e7/57/935cd4b7a4d87c7875a29211783071f3aa479ffe7931a6414961725eb461/file_and_string_encryption-0.0.7-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "638e18022f42fa4517b8cb967e501060bd4a4f76e6560a4aac56db90835062ec",
                "md5": "777b04a17f760d1f7713a86732d21387",
                "sha256": "88dbd55e8f80877f86db2eeea884b7b767d2109d69163ebd499e705c66fe75e3"
            },
            "downloads": -1,
            "filename": "file_and_string_encryption-0.0.7.tar.gz",
            "has_sig": false,
            "md5_digest": "777b04a17f760d1f7713a86732d21387",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": null,
            "size": 8713,
            "upload_time": "2023-10-02T16:35:20",
            "upload_time_iso_8601": "2023-10-02T16:35:20.633780Z",
            "url": "https://files.pythonhosted.org/packages/63/8e/18022f42fa4517b8cb967e501060bd4a4f76e6560a4aac56db90835062ec/file_and_string_encryption-0.0.7.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-10-02 16:35:20",
    "github": false,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "lcname": "file-and-string-encryption"
}
        
Elapsed time: 0.11984s