Encryption module for instant messaging
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.
All the prerequisites are installed with the command below !
This is the way to install Niming Cypher
Code :
$ pip install NimingCypher
Now you know the way !
Only tested with python >= 3.5
For more example see Wiki
Code :
from NimingCypher import NCrypter
crypter = NCrypter("https://key.com")
encrypted_str = crypter.crypt_text("simple string")
print(encrypted_str)
if crypter.setkey("https://newkey.com") == True:
print("Successful !")
- BeautifulSoup - Parsing module
- Gissinger Arnaud - also known as Mathix
NimingCypher by Gissinger Arnaud is licensed under a Creative Commons Attribution-NonCommercial-ShareAlike 4.0 International License.