Metadata-Version: 1.1
Name: windtalker
Version: 0.0.4
Summary: Super easy-to-use encryption and decryption tool
Home-page: https://github.com/MacHu-GWU/windtalker-project
Author: Sanhe Hu
Author-email: husanhe@gmail.com
License: MIT
Download-URL: https://github.com/MacHu-GWU/windtalker-project/tarball/2016-05-17
Description: Welcome to windtalker's documentation!

        ===============================================================================

        

        In 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**

        

        ``windtalker`` is a utility tools built on top of `cryptography <https://pypi.python.org/pypi/cryptography>`_ and `rsa <https://pypi.python.org/pypi/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 <http://www.wbh-doc.com.s3.amazonaws.com/windtalker/index.html#minutes-to-get-start>`_

        

        

        Quick Links

        -------------------------------------------------------------------------------

        - `Github homepage and source code <https://github.com/MacHu-GWU/windtalker-project>`_

        - `PyPI download <https://pypi.python.org/pypi/windtalker>`_

        - `Online Documentation <http://www.wbh-doc.com.s3.amazonaws.com/windtalker/index.html>`_

        - `Quick Guide <http://www.wbh-doc.com.s3.amazonaws.com/windtalker/index.html#minutes-to-get-start>`_

        - `Install <install_>`_

        

        

        .. _install:

        

        Install

        -------------------------------------------------------------------------------

        

        ``windtalker`` is released on PyPI, so all you need is:

        

        .. code-block:: console

        

        	$ pip install windtalker

        

        To upgrade to latest version:

        

        .. code-block:: console

        	

        	$ pip install --upgrade windtalker
Platform: Windows
Platform: MacOS
Platform: Unix
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Natural Language :: English
Classifier: Operating System :: Microsoft :: Windows
Classifier: Operating System :: MacOS
Classifier: Operating System :: Unix
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.3
Classifier: Programming Language :: Python :: 3.4
