Skip to content

Discrete Mathematics final project - Fall 2022 - CU Boulder

Notifications You must be signed in to change notification settings

AMV1993/Discrete_F22_Project

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 

Repository files navigation

Discrete_F22_Project

Discrete Mathematics final project - Fall 2022 - CU Boulder

Brief Project Overview

  • Applying RSA encpription methods to an encryption algorythim using python.

Project Goal and outcomes/results

Goals

  • Write a program that allows the user to step through and see the process of creating the key values and how to decrypt and encrypted message.

Outcomes/results

NOTES:

  • There are libraries that already exist in python to use RSA type encryption.
  • This program is a "brute force method" of trying to encrypt / decrypt using RSA methods.

major hang up's / issues

  • converting a string into a number that does not lose the information of what each character in the string represents.

About

Discrete Mathematics final project - Fall 2022 - CU Boulder

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages