{ "info": { "author": "Sanhe Hu", "author_email": "husanhe@gmail.com", "bugtrack_url": null, "classifiers": [ "Development Status :: 4 - Beta", "Intended Audience :: Developers", "License :: OSI Approved :: MIT License", "Natural Language :: English", "Operating System :: MacOS", "Operating System :: Microsoft :: Windows", "Operating System :: Unix", "Programming Language :: Python", "Programming Language :: Python :: 2.7", "Programming Language :: Python :: 3.4", "Programming Language :: Python :: 3.5", "Programming Language :: Python :: 3.6" ], "description": ".. image:: https://travis-ci.org/MacHu-GWU/windtalker-project.svg?branch=master\n :target: https://travis-ci.org/MacHu-GWU/windtalker-project?branch=master\n\n.. image:: https://codecov.io/gh/MacHu-GWU/windtalker-project/branch/master/graph/badge.svg\n :target: https://codecov.io/gh/MacHu-GWU/windtalker-project\n\n.. image:: https://img.shields.io/pypi/v/windtalker.svg\n :target: https://pypi.python.org/pypi/windtalker\n\n.. image:: https://img.shields.io/pypi/l/windtalker.svg\n :target: https://pypi.python.org/pypi/windtalker\n\n.. image:: https://img.shields.io/pypi/pyversions/windtalker.svg\n :target: https://pypi.python.org/pypi/windtalker\n\n.. image:: https://img.shields.io/badge/Star_Me_on_GitHub!--None.svg?style=social\n :target: https://github.com/MacHu-GWU/windtalker-project\n\n\nWelcome to ``windtalker`` Documentation\n==============================================================================\n\nIn World War II, US Marine specially recruited a lots of bilingual Navajo speakers to serve in their standard communications units in the Pacific Theater. These Navajo transmitted tactical messages over military telephone or radio communications nets using formal or informally developed codes built upon their native languages. These people, we call them --- **Wind Talker**\n\n``windtalker`` is a utility tools built on top of `cryptography `_ and `rsa `_. With this, **you can encrypt/decrypt binary data, text, files or even a entire directory in single line of code**! It support both symmetry and asymmetry encryption algorithm. For usage, you should start from `HERE `_\n\nExample (SymmtricCipher):\n\n.. code-block:: python\n\n >>> from windtalker import SymmetricCipher\n >>> c = SymmetricCipher(password=\"password\") # Fernet encrypter\n >>> c.encrypt_text(\"Hello\")\n Z0FBQUFBQlo0VHpVVjdWR0xCb0VEc0dMVUxib25jZEwzTWZ1UC1raFVmWndwNERrTmZVR1hNdzE3ZS05RWkwWXBrTi1adUhRWTNWYkxUT1Vkekh3MlVVcHZXLWxaMWMyOEE9PQ==\n\n >>> c.encrypt_file(r\"C:\\test.py\") # c.decrypt_file(xxx) for decryption\n C:\\test-encrypted.py\n\n >>> c.encrypt_dir(r\"C:\\User\\Admin\\Document\") # c.decrypt_dir(xxx) for decryption\n C:\\User\\Admin\\Document-encrypted.py\n\n**HARDCODE YOUR PASSWORD IN YOUR CODE IS DANGEROUS!**:\n\nYou can create a ``.windtalker`` text file in your ${HOME} directory. and put your secret password in it. ``windtalker.SymmetricCipher`` can automatically read password from it.\n\n${HOME} directory:\n\n- Windows: C:\\Users\\\n- MacOS: /Users/\n- Linux: /home/\n\nFor more features and how to use RSA to encrypt your file or directory, please read `THIS `_\n\n\nQuick Links\n------------------------------------------------------------------------------\n\n- .. image:: https://img.shields.io/badge/Link-Document-red.svg\n :target: https://windtalker.readthedocs.io/index.html\n\n- .. image:: https://img.shields.io/badge/Link-API_Reference_and_Source_Code-red.svg\n :target: https://windtalker.readthedocs.io/py-modindex.html\n\n- .. image:: https://img.shields.io/badge/Link-Install-red.svg\n :target: `install`_\n\n- .. image:: https://img.shields.io/badge/Link-GitHub-blue.svg\n :target: https://github.com/MacHu-GWU/windtalker-project\n\n- .. image:: https://img.shields.io/badge/Link-Submit_Issue_and_Feature_Request-blue.svg\n :target: https://github.com/MacHu-GWU/windtalker-project/issues\n\n- .. image:: https://img.shields.io/badge/Link-Download-blue.svg\n :target: https://pypi.python.org/pypi/windtalker#downloads\n\n\n.. _install:\n\nInstall\n------------------------------------------------------------------------------\n\n``windtalker`` is released on PyPI, so all you need is:\n\n.. code-block:: console\n\n $ pip install windtalker\n\nTo upgrade to latest version:\n\n.. code-block:: console\n\n $ pip install --upgrade windtalker\n\n", "description_content_type": "", "docs_url": null, "download_url": "https://github.com/MacHu-GWU//tarball/2018-09-03", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/MacHu-GWU/", "keywords": "", "license": "MIT", "maintainer": "Sanhe Hu", "maintainer_email": "husanhe@gmail.com", "name": "windtalker", "package_url": "https://pypi.org/project/windtalker/", "platform": "Windows", "project_url": "https://pypi.org/project/windtalker/", "project_urls": { "Download": "https://github.com/MacHu-GWU//tarball/2018-09-03", "Homepage": "https://github.com/MacHu-GWU/" }, "release_url": "https://pypi.org/project/windtalker/0.0.6/", "requires_dist": [ "pathlib-mate", "cryptography (>=0.9.3)", "rsa (<4.0.0,>=3.1.4)" ], "requires_python": "", "summary": "Super easy-to-use encryption and decryption tool", "version": "0.0.6" }, "last_serial": 4233333, "releases": { "0.0.1": [], "0.0.2": [ { "comment_text": "", "digests": { "md5": "28a7e5047a7f94ac816ae08608b7aeb9", "sha256": "18e6dffec98ec68f6549656edf39e03d75a48831c0503184478a662ff2d767da" }, "downloads": -1, "filename": "windtalker-0.0.2-cp33-win32.exe", "has_sig": false, "md5_digest": "28a7e5047a7f94ac816ae08608b7aeb9", "packagetype": "bdist_wininst", "python_version": "3.3", "requires_python": null, "size": 197567, "upload_time": "2015-08-13T22:53:12", "url": "https://files.pythonhosted.org/packages/7c/54/7b669490ac43b41798aed4871db1b2eb92223b6084563e93457c55e5d7be/windtalker-0.0.2-cp33-win32.exe" }, { "comment_text": "", "digests": { "md5": "fa7e96cccda31106f7869618b8f7303a", "sha256": "ae7c4af78f1db1817ea39f76c8990476348d47d5914e69c61bfa0f842bf78db2" }, "downloads": -1, "filename": "windtalker-0.0.2-cp33-win-amd64.exe", "has_sig": false, "md5_digest": "fa7e96cccda31106f7869618b8f7303a", "packagetype": "bdist_wininst", "python_version": "3.3", "requires_python": null, "size": 228799, "upload_time": "2015-08-13T22:53:45", "url": "https://files.pythonhosted.org/packages/4f/b4/a278a9a68d0f0a9b1630051a15f2141ac12aeb1086a9a83563863f859ca4/windtalker-0.0.2-cp33-win-amd64.exe" }, { "comment_text": "", "digests": { "md5": "077828ba748cbba000921d36287ef1e8", "sha256": "80893981e2f6b2dda60e46189d51d63a32c5b37641ff9d81d48b366da4adbecb" }, "downloads": -1, "filename": "windtalker-0.0.2.zip", "has_sig": false, "md5_digest": "077828ba748cbba000921d36287ef1e8", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 6715, "upload_time": "2015-08-13T22:44:18", "url": "https://files.pythonhosted.org/packages/5c/60/5c8da82fbdad4c131e0df58b74ef5c3a82a99686a08b358565d7eb04cc07/windtalker-0.0.2.zip" } ], "0.0.3": [ { "comment_text": "", "digests": { "md5": "82e6b309a3124d8b41832ecd7d46bd22", "sha256": "7d594da7e2fb743b1ebcf5dbec525cb3497a1f45768c89cde9094d0ad00a70c4" }, "downloads": -1, "filename": "windtalker-0.0.3.win32.exe", "has_sig": false, "md5_digest": "82e6b309a3124d8b41832ecd7d46bd22", "packagetype": "bdist_wininst", "python_version": "any", "requires_python": null, "size": 201457, "upload_time": "2015-11-20T21:21:37", "url": "https://files.pythonhosted.org/packages/3e/af/0ad6c70588bcb5bf3250d0d1e8a4f38c0cff9477ba289765f2f68405046b/windtalker-0.0.3.win32.exe" }, { "comment_text": "", "digests": { "md5": "7d34d2d8fffeb5d0a49649839a40141d", "sha256": "4bde58546c16c81873c9d684eb64486b52a5e3ad9ad1a91168c5eb0c20de5280" }, "downloads": -1, "filename": "windtalker-0.0.3.win-amd64.exe", "has_sig": false, "md5_digest": "7d34d2d8fffeb5d0a49649839a40141d", "packagetype": "bdist_wininst", "python_version": "any", "requires_python": null, "size": 232689, "upload_time": "2015-11-20T21:21:46", "url": "https://files.pythonhosted.org/packages/7b/03/80195b214cadd0c2e2ab74561233d85e10544a0ca22d9d7789666076eee2/windtalker-0.0.3.win-amd64.exe" }, { "comment_text": "", "digests": { "md5": "51ae5278346770c4150421a4c7af223d", "sha256": "1323f74dd91aab653e5ef0c790932a25d1974370d6a8f696ce1bc2dbc8130f8c" }, "downloads": -1, "filename": "windtalker-0.0.3.zip", "has_sig": false, "md5_digest": "51ae5278346770c4150421a4c7af223d", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 12964, "upload_time": "2015-11-20T21:20:42", "url": "https://files.pythonhosted.org/packages/2d/4b/4fc722fb586cedffcc7cac38dc69f29c0dd01d1f4bb9911b0e8dc1fdbb2e/windtalker-0.0.3.zip" } ], "0.0.4": [ { "comment_text": "", "digests": { "md5": "00e9263ad4aeb057d79b68c7a441131e", "sha256": "836a3e21c8e8b664734d97eaf7040ad2f47d3e5901f2cb13e5844132fa8b3c0b" }, "downloads": -1, "filename": "windtalker-0.0.4.zip", "has_sig": false, "md5_digest": "00e9263ad4aeb057d79b68c7a441131e", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 20794, "upload_time": "2016-05-17T09:12:57", "url": "https://files.pythonhosted.org/packages/e3/14/2a71832e190135e23add1bc09d4de54d1e077aeda7eca1cd3bf6ddb2f7b1/windtalker-0.0.4.zip" } ], "0.0.5": [ { "comment_text": "", "digests": { "md5": "967d8c27d3844894af0862d7f20200dc", "sha256": "f0c908ba3577a231dc570443925bb6e3e392393d0c759fdfd36f220a9b27e046" }, "downloads": -1, "filename": "windtalker-0.0.5-py2-none-any.whl", "has_sig": false, "md5_digest": "967d8c27d3844894af0862d7f20200dc", "packagetype": "bdist_wheel", "python_version": "py2", "requires_python": null, "size": 64549, "upload_time": "2017-10-13T22:28:11", "url": "https://files.pythonhosted.org/packages/8b/d0/fdf3ddcac108448cbd498ebef876ae2a77e4dcb39734860f56f29e5dc855/windtalker-0.0.5-py2-none-any.whl" }, { "comment_text": "", "digests": { "md5": "0795ed167343d7767f934edaa32956de", "sha256": "8397fc1fe3d97a9f060becee9c4486be9314be5aeebd8e41d472f76d30d8be04" }, "downloads": -1, "filename": "windtalker-0.0.5.tar.gz", "has_sig": false, "md5_digest": "0795ed167343d7767f934edaa32956de", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 33492, "upload_time": "2017-10-13T22:28:12", "url": "https://files.pythonhosted.org/packages/50/3b/850c61549ebe41e42445baa56aa8f13940656f00aeea2c435b9980555e0f/windtalker-0.0.5.tar.gz" } ], "0.0.6": [ { "comment_text": "", "digests": { "md5": "c56041140e004771303e6f060c53a8d6", "sha256": "207b54ea0886aa70b864b864987b9d2a31dd8818a86e428ba4f4df7fb1d78a2a" }, "downloads": -1, "filename": "windtalker-0.0.6-py2-none-any.whl", "has_sig": false, "md5_digest": "c56041140e004771303e6f060c53a8d6", "packagetype": "bdist_wheel", "python_version": "py2", "requires_python": null, "size": 24445, "upload_time": "2018-09-03T05:31:55", "url": "https://files.pythonhosted.org/packages/da/80/055be7f37a95f7ba2f87615118a7a5c95fc8c037e38f9030dba95618ce7e/windtalker-0.0.6-py2-none-any.whl" }, { "comment_text": "", "digests": { "md5": "41020d5e79f1b2b133ea71bce97b67e2", "sha256": "44740668c96c04d4e9ddccc1835ba190f6873301d15d8be82b713c28f5abac4b" }, "downloads": -1, "filename": "windtalker-0.0.6.tar.gz", "has_sig": false, "md5_digest": "41020d5e79f1b2b133ea71bce97b67e2", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 21429, "upload_time": "2018-09-03T05:31:56", "url": "https://files.pythonhosted.org/packages/2a/84/49e3357b135f9a3e8b51e0588982ee75513c81fce9c36b3f283190d861f0/windtalker-0.0.6.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "c56041140e004771303e6f060c53a8d6", "sha256": "207b54ea0886aa70b864b864987b9d2a31dd8818a86e428ba4f4df7fb1d78a2a" }, "downloads": -1, "filename": "windtalker-0.0.6-py2-none-any.whl", "has_sig": false, "md5_digest": "c56041140e004771303e6f060c53a8d6", "packagetype": "bdist_wheel", "python_version": "py2", "requires_python": null, "size": 24445, "upload_time": "2018-09-03T05:31:55", "url": "https://files.pythonhosted.org/packages/da/80/055be7f37a95f7ba2f87615118a7a5c95fc8c037e38f9030dba95618ce7e/windtalker-0.0.6-py2-none-any.whl" }, { "comment_text": "", "digests": { "md5": "41020d5e79f1b2b133ea71bce97b67e2", "sha256": "44740668c96c04d4e9ddccc1835ba190f6873301d15d8be82b713c28f5abac4b" }, "downloads": -1, "filename": "windtalker-0.0.6.tar.gz", "has_sig": false, "md5_digest": "41020d5e79f1b2b133ea71bce97b67e2", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 21429, "upload_time": "2018-09-03T05:31:56", "url": "https://files.pythonhosted.org/packages/2a/84/49e3357b135f9a3e8b51e0588982ee75513c81fce9c36b3f283190d861f0/windtalker-0.0.6.tar.gz" } ] }