Git Product home page Git Product logo

igeclouds / crypthon Goto Github PK

View Code? Open in Web Editor NEW

This project forked from gildarech/crypthon

0.0 1.0 0.0 9.19 MB

python command line tool that helps sharing and storing securely python source code files thanks to a simple and yet very strong and resilient string encryption. It also provides an obsfucation with decryption at runtime.

License: BSD 3-Clause "New" or "Revised" License

Python 100.00%

crypthon's Introduction

crypthon

python command line tool that helps sharing and storing securely python source code files thanks to a simple and yet very strong and resilient string encryption. It also provides an obsfucation with decryption at runtime.

crypthon V1.0: a python command line tool that helps sharing and storing securely python source code files thanks to a simple
and yet very strong and resilient string encryption. It also provides an obsfucation with decryption at runtime.
Author: Gilda Bansimba
usage: crypthon [option]
Options and arguments. All default python interpreter options and arguments also work.
           -check: checks for a shared file integrity located in the same directory with its text file signature.
                         > e.g. crypthon -check locked_file1.py
           -loc: locks a file with the given key from which is randomly generated a one time pad security key.
                         > e.g. crypthon -loc file.py password
                         NOTE: file can be replaced by any of the following:
                               - . : for all python files in the current working directory.
                                          e.g. crypthon -loc . passowrd
                               - * : for all python files in the current working directory and its subdirectories or subfolders.
                                          e.g. crypthon -loc * password
                               - *** : for all python source files stored on the entire disc partition.
                                          e.g. crypthon -loc *** password
           -unloc: unlocks a locked file with the given password from which is randomly generated a one time pad security key.
                         > e.g. crypthon -unloc file.py password
                         NOTE: all of the above mentioned parameters still apply.
           -keygen: displays the generated one time pad security key from the given password for the given file.
                         > e.g. crypthon -keygen file.py password
           -True: locks or unlocks the python file without keeping a copy of the original plaintext file or encrypted source file.
                         > e.g. crypthon -loc file.py password -True
                         crypthon -loc file.py password -False
           -Share: creates a folder with prefix SHARE_ containing the locked file (s) and text file (s) containing its (their) signature (s).
For more info on crypthon or to report a bug or view the entire source code of crypthon

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.