Giter Club home page Giter Club logo

rsa_end_to_end_encryption's Introduction

RSA_end_to_end_encryption

Light-weight wrapper on top of cryptography python package.

We describe a procedure allowing you to implemented a fully-customized RSA asymmetric end-to-end encryption.

Use cases:

  • Encryption of email correspondence

Requirements:

  • Python 3+
  • cryptography
  • gc

User Guide (navigate from bash)

  1. User A AND User B: python3 generate_rsa_keys.py
  • This script will generate a unique 4048 private key as well as a corresponding public ket with SHA256 encryption stored in .pem files.

  • After generating the keys, User A and User B exchange pubkey.pem to be able to encrypt messages send to have a secret conversation with.

  1. python3 encrypt_message.py
  • Specify public key of a person you would like to send message to.
  • Type in secret message

A .txt file with an encrypted message is generated.

  1. Send encrypted message (either txt or paste into email/other communication form)

  2. python3 decrypt_message.py

  • You will be prompted for the password you used to generate your public-private key pair. This allows an extra layer of protection.

  • A decrypted message is displayed.

TO DO

  • More streamlined user experience (reduce number of steps)

Features:

  • 4048 key size
  • password-protected private key

rsa_end_to_end_encryption's People

Contributors

filip-michalsky avatar

Stargazers

 avatar

Watchers

 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.