Assignment 4 - Due Date Nov. 17 - Grade Value 12 points


The base code can be found in the Data Conversion , RSA Code, and Factoring tabs of Encryption :
  1. (4 pts.) Incorport Data Conversion into RSA Code so that the RSA implementation encodes and then decodes an ASCII string like "Smith", given an e probe
    The command line should look like rsa_mye <the eprobe> <the string>
     
  2. (8 pts.) Using openMP or MIP, improve the "RSA Attack" in Factoring. The goal is to use parallel processing to significantly improve the run time of the last experiment on the page, which is now runs over 106 seconds.

Notes

A Solution

A Non-Blocking Communications Solution