Skip to main content

Encryption module for instant messaging

Project description

IconNiming

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

Author

  • Gissinger Arnaud - also known as Mathix

License

Creative Commons License
NimingCypher by Gissinger Arnaud is licensed under a Creative Commons Attribution-NonCommercial-ShareAlike 4.0 International License.

Project details


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 hashes)

Uploaded Source

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page