GithubHelp home page GithubHelp logo

rsa_encryption's Introduction

RSA_Encryption

I decided to implement the famous RSA encryption in python. I had fun doing it. Obviously I had to use some well known methods to allow python to quickly generate huge primes. I took the code for the Rabin Miller and the generation of huge prime from elsewhere, but aside from that, the rest is done by me.

All modules are fully functional and tested for python 3.4.1.

Unfortunately, the generation of the huge primes is done with Mersenne Twister which is deterministic. Until I implement a cryptographically secure generation of random numbers, this project should not be used for serious cryptographic purposes.

Instructions:

To encrypt a message, run main.py and follow the prompts/instructions. To decrypt a message given that you have the keys, run decrypt.py.

This project was mostly done out of my own curiosity because of my interest in RSA and is not intended for serious cryptographic purposes. That being said, you may use the code found in this repository in part or whole as you wish. Please submit a pull request if you feel there should be any modifications/changes.

rsa_encryption's People

Contributors

justparsa avatar outlier7 avatar

Stargazers

ryanbhang129 avatar

Watchers

James Cloos 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.