Git Product home page Git Product logo

crapo's Introduction

Crapo

Introduction

A simple tool to encrypt/decrypt your personnals/private files or directory.

NB: Am not responsible of the bad use of this project, so be sure to use it properly.

installation

To install Crapo, just hit theese commands:

pip install --upgrade setuptools pip
pip install setuptools --upgrade --ignore-installed
pip install -r requirements.txt

List of parameters

## -----------------------------------------------------------------
## Launch the script and pass theese parameters

[REQUIRED] `method` : "encrypt" or "decrypt" (Only theese method are supported)
[REQUIRED] `path` : "Your_directory" or "Your.file" (You can provide a path of a file or directory (it will work recursively))
[REQUIRED] `key` : "sanix_code" (You just need to specify the key of the encryption)
[OPTIONNAL] `erase`: "erase" (This parameter is used when you encrypt a file and want to delete  the original file/directory)

Usage

Basic Usage

# Clone the project
git clone https://github.com/sanix-darker/crapo

# cd to the project
cd to/path/of/the/project

# To encrypt or decrypt, hit this command and follow instructions
python ./src/main.py

Basic output

> -----------------------------------------------------------------------------
> --- Crapo v0.1---------------------------------------------------------------
> -----------------------------------------------------------------------------
>                                                              By Sanix darker
> -----------------------------------------------------------------------------
> Crapo is starting OK:

> What do you want to do encrypt or Decrypt?
> Method: (e / d) or (en / de):en
> Give me a valid path of your file/directory!
> Path (of a file or directory):./logo.PNG
> Give me the secret Code!(You will not able to see what you hit, cuz it's secret right?) 
> Secret_code:*******
> Do you want to erase origin's files after encryption ?
> Erase (y / n):n
> Checking the path
> Verifying the file given
> Working on:  ./logo.PNG
> encrypting  ./logo.PNG
> ./logo.PNG  encrypted!

> -----------------------------------------------------------------------------
> Crapo: Process ended! OK! Thank's you using me!
> -----------------------------------------------------------------------------

DEMO HERE

See DEMO

Author

crapo's People

Contributors

sanged avatar sanix-darker avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar

Watchers

 avatar

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.