Niming Cypher
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
All the prerequisites are installed with the command below !
Installing
This is the way to install Niming Cypher
Code :
$ pip install NimingCypher
Now you know the way !
Usage
Encrypt a string
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 !")
Built With
- BeautifulSoup - Parsing module
Author
- Gissinger Arnaud - also known as Mathix
License
NimingCypher by Gissinger Arnaud is licensed under a Creative Commons Attribution-NonCommercial-ShareAlike 4.0 International License.
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
NimingCypher-2.6.3.tar.gz
(6.8 kB
view details)
File details
Details for the file NimingCypher-2.6.3.tar.gz.
File metadata
- Download URL: NimingCypher-2.6.3.tar.gz
- Upload date:
- Size: 6.8 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
b790c31e34f47dd3c7bf8a27c5a7d9bab11252cddae207bf6fb6c3632d02214f
|
|
| MD5 |
9afb060c4ac3a41078ece8cdb942bc35
|
|
| BLAKE2b-256 |
011742d3efb91ef1e519276218f4b565bc68a5236a4c5677b5ad0a0dd6ac8b58
|