Coder Social home page Coder Social logo

lacr's Introduction

Local Area Comms Relay (LACR)

Uses RSA to secure communications via temporary channels. Http Polling for message retrieval. Added file transfer support

#TODO: - Write some USAGE Documentation.

Issues

- CLI Doesn't show arrows after receiving a message but functionality is still there
- Handle Https using requests locally
- Handle application quitting neatly, right now application doesn't release thread lock

Extend

- switch crytography to libsodium library

LibSodium

lacr's People

Contributors

dependabot[bot] avatar noirdemort avatar

Stargazers

 avatar

Watchers

 avatar  avatar

lacr's Issues

Handle HTTPS Locally

I have generated local certificates and keys and obviously requests can't verify it, since those are generated locally.
For generating certificates:
openssl req -x509 -newkey rsa:4096 -nodes -out cert.pem -keyout key.pem -days 365
How to ignore certificate verification in requests as can be done in browsers?

Proper Application Exit

While using exit(0) to quit application, thread locks won't release, and hold the app in hanging state continuously polling. Fix the current code to facilitate a proper application exit.

Create a PyPi Package

Help convert the repo for proper command line usage and building a PyPi package for installation.

Can someone take the task of converting it to a proper pypi package?

Switching to Libsodium

Is pycryptodome good enough? Should I switch to libsodium?
I am looking for LAN based use only, so don't want to put too much time in this crypto-lib part.
Any suggesstions?

Sending Files Command

Add functionality to send files via cli, use openssl to encrypt and decrypt file and requests to send it server.
Server should have separate methods to handle file as well as cli should have separate polling for file and ask for permission before fetching.

Max File Size should be around 20MB, I guess.

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.