Skip to content

mathix420/NimingCypher

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

32 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

Encryption module for instant messaging 🦅

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages