Giter Club home page Giter Club logo

rsa-encryption's Introduction

/* ****************************************************************************
 *
 * Jeff Vu 
 * Algorithms - Fall 2015
 * Project 1 - RSA encryption (C++)
 * This file is part of rsa - the RSA implementation in C++.
 *
 * This file contains the procederal implementation for the encryption.
 * 
 * 
 * ****************************************************************************
 */

-This program is confirmed to compile with g++ 4.2.1
- '-o' is the only additonal parameter needed to compile // g++ alg_proj1.cpp -o test
- an exec file has been included in the submission // ./test d 420 13 123
-Due to lack of time, the program was written all in one .cpp file.
-Main() is the driver program which calls in the five main functions: 
	-pGenerator() //prime generator with strict fermats testing
	-modInverse()
	-eea() // extended euclidean algorithm
	-rsaEncryption()
	-rsaDecryption()
-'long' and 'long long' were used to enable prime numbers greater than 9 digits
- Therefore, this program is most likely incredibly memory intensive and inefficient
- rsaEncryption() and rsaDecryption() may not handle the math correctly

// -mordor:alg_proj1 Jeff$ g++ --version
// Configured with: --prefix=/Library/Developer/CommandLineTools/usr --with-gxx-include-dir=/usr/include/c++/4.2.1
// Apple LLVM version 7.0.0 (clang-700.0.72)
// Target: x86_64-apple-darwin14.5.0
// Thread model: posix
// mordor:alg_proj1 Jeff$ 

rsa-encryption's People

Contributors

jdvu21 avatar

Watchers

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