Coder Social home page Coder Social logo

redcipher's Introduction

What is RedCipher ?

Simple tool help you Encrypt / Decrypt messages & files !
keep your sensitive data safe and secure with 2 powerful algrothims AES, RSA

Screenshots

RedCipher RedCipher RedCipher RedCipher RedCipher

Flags:


-e < AES, RSA > encrypt

-d < AES, RSA > decrypt

-m < MESSAGE > specfiy message

-f < FILENAME > specfiy File

-l < KEY_PATH > specfiy Key

-g < BYTES SIZE > bits for RSA keys generation

Usage AES:


encrypt Text:

python3 red_cipher.py -e aes -m "Your Message"

decrypt Cipher text:

python3 red_cipher.py -d aes -m "Encrypted Messsge"

encrypt File:

python3 red_cipher.py -e aes -f FILENAME

decrypt encrypted File:

python3 red_cipher.py -d aes -f ENC_FILENAME.redc

Usage RSA:


encrypt Text:

python3 red_cipher.py -e rsa -m "Your Message"

decrypt Cipher text:

python3 red_cipher.py -d rsa -m "Encrypted Message"

encrypt File:

python3 red_cipher.py -e rsa -f FILENAME

decrypt encrypted file:

python3 red_cipher.py -d rsa -f ENC_FILENAME.redc

Use -l to specfiy RSA key:

python3 red_cipher.py -l KEY_NAME.pem

Settings:

{
    "settings": {

        "separator": "#####",
        "extention": ".redc",
        "key_size": 2048,
        "salt": "s%piyAc7MhDN*qAS)}YrrXb.A9_&t!",
        "use_salt": true,
        "encrypt_filename": false
        
    }
}

separator stores the value for split aes key and encrypted data in RSA encryption function

extention this object store the encrypted file extention

key_size the default size of bits for RSA keys generation

salt stores the salt for salting AES key and make it secure ( you can change it ! )

use_salt stores boolean value false it will not use the salt true it will use the salt

encrypt_filename stores boolean value if false it will not encrypt file names for the encrypted files if it true it will encrypt it

install for linux


git clone https://github.com/RedMads/RedCipher.git

cd RedCipher

bash installers/install_linux.sh

install for Termux


git clone https://github.com/RedMads/RedCipher.git

cd RedCipher

bash installers/install_termux.sh

install for Windows


# Download ZipFile, go to click Code -> Download ZIP

# Extract "RedCipher-main.zip"

cd RedCipher

installers/install_windows.bat

redcipher's People

Contributors

mohdmot avatar redmads avatar

Stargazers

 avatar  avatar  avatar  avatar  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.