Metadata-Version: 2.1
Name: NimingCypher
Version: 1.6.3
Summary: High security encryption module for instant messaging
Home-page: UNKNOWN
Author: Arnaud Gissinger
License: MIT
Description: 
        # Niming Cypher
        
        **High security encryption module for instant messaging**
        
        ## Getting Started
        
        These instructions will get you a copy of the project up and running on your local machine for development and testing purposes. See deployment for notes on how to deploy the project on a live system.
        
        ### Prerequisites
        
        What things you need to install the software and how to install them
        
        > Code :
        
        		$ pip install beautifulsoup4
        
        ### Installing
        
        This is the way to install Niming Crypter
        
        > Code :
        
        		$ pip install NimingCrypter
        
        Now you know the way !
        
        ## Usage
        
        ### Encrypt a string
        
        > Only tested with python >= 3.6
        
        > Code :
        
        	import NimingCypher as nc
        	crypter = nc.NCrypter("https://key.com")
        	encrypted_str = crypter.CryptText("simple string")
        	print(encrypted_str)
        
        ## Built With
        
        * [BeautifulSoup](https://www.crummy.com/software/BeautifulSoup/bs4/doc/) - Parsing module
        
        ## Author
        
        * **Gissinger Arnaud** - *also known as Mathix*
        
        ## Licence
        
        This project is licensed under the MIT License - see the [LICENCE.txt](LICENCE.txt) file for details
        
Keywords: encryption module instant messaging free
Platform: UNKNOWN
Classifier: Development Status :: 5 - Production/Stable
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: Education
Classifier: Topic :: Security :: Cryptography
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Description-Content-Type: text/markdown
