Metadata-Version: 1.1
Name: windtalker
Version: 0.0.3
Summary: An utility tools to encrypt your file or directory with your own password.
Home-page: https://github.com/MacHu-GWU/windtalker
Author: Sanhe Hu
Author-email: husanhe@gmail.com
License: MIT
Download-URL: https://github.com/MacHu-GWU/windtalker/tarball/2015-11-20
Description: Welcome to windtalker's documentation!

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

        

        Installation guide and full documentation is `here <http://windtalker.readthedocs.org/en/latest/>`_

        

        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. So Japanese is so freaked out to decrypt it. These people, we call them --- Wind Talker.

        

        windtalker is a utility Python package built on top of `cryptography <https://pypi.python.org/pypi/cryptography>`_. With this, you can encrypt your files or entire directory using symmetric ciphers. If you use good secret key and ensure the safety of the key (like keep that in your mind), mostly it is very safe.

        

        

        Quick Links

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

        

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

        - `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#id2>`_

        - `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 :: 5 - Production/Stable
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: Science/Research
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
