Code Monkey home page Code Monkey logo

arush-shri / deadlock-messenger Goto Github PK

View Code? Open in Web Editor NEW
1.0 1.0 0.0 110 KB

A python based end-to-end encrypted messenger and text and file encryption tool, using RSA asymmetric cryptography.

License: GNU General Public License v3.0

Python 100.00%
cyber-security cybersecurity end-to-end-encryption file-cryptography file-encryption messenger messenger-platform privacy privacy-protection python3 rsa rsa-algorithm rsa-cryptography rsa-decryption rsa-encryption socket socket-client socket-programming

deadlock-messenger's Introduction

Deadlock-encryption-messenger

Currently available for linux users.

A python based end-to-end encrypted messenger and text and file cryptography tool. It uses RSA asymmetric encryption to encrypt text and file and your messages.

Messenger generates its own unique key for every session and then sends it automatically to your contact. You can send text and file messages using the messenger. You can run messenger from any directory, just type "chatbox.py" in terminal.

To send files just type "send 'file path'" and files received are saved in 'Documents\files' directory. Chats of every session will be deleted as the connection is terminated but if you want to save your chats just run 'record()' command while chatting it will start recording messages sent and received from there on and recording will be saved in 'Documents\recording' directory.

Keys for text and file encryption are generated within the deadlock program. Encrypted text is saved in a text file in 'Documents/encrypted_text' and for decrypting just specify path of that text file. Files are encrypted and saved in same directory by file's original name with .encrypted extension.

Installation

sudo python3 setup.py

Installs necessary python packages and make program executable from everywhere

sudo chatbox.py

To run messenger

sudo deadlock.py

To use text or file cryptography.

Support

For support, email [email protected]

Stay tuned for regular updates

Last update: 05-10-2022

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.