Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

RSA (Rivest-Shamir-Adleman) is a public-key cryptosystem that is widely used for secure data transmission. In a public-key cryptosystem, the encryption key is public and distinct

image text in transcribed
"RSA (Rivest-Shamir-Adleman) is a public-key cryptosystem that is widely used for secure data transmission. In a public-key cryptosystem, the encryption key is public and distinct from the decryption key, which is kept secret (private). An RSA user creates and publishes a public key based on two large prime numbers, along with an auxiliary value. The prime numbers are kept secret. Messages can be encrypted by anyone, via the public key, but can only be decoded by someone who knows the prime numbers." For more please visit: RSA (cryptosystem) - Wikipedia 1. Find a working RSA implementation source code that can work with arbitrarily large integers, that means integers can have 1000 or more decimal digits. An open source code that you can use is given here: GitHub - abdallahelattar/RSA-and-Big-Numbers-Implementation: RSA Encryption and Decryption using Public and Private keys including other operations. (This code works in Visual Studio (C++ empty project), but there is no clear explanation of functions used. Some large primes having more than 100 digits are provided in the Rea_Me file.) 2. Run the code and in a video, explain how the core algorithms in RSA are coded. a. Explain general RSA algorithm b. Explain primality test algorithm c. Explain modular exponentiation algorithm Use Free screen recorder, video editor for Windows & macos (atomisystems.com) for video recording. Recording must show your face in the corner. 3. Find an alternative for modular exponentiation algorithm. You can start form here: iscturkeyHatice Kbra Gner.pdf Code it as an alternative function. Compare the original algorithm in your original code with this one, based on running time in seconds, for numbers having more than 150 decimal digits. In your video explain your alternative algorithm. Give complexities for both algorithms and give running time results. Submission material 1. Source Code 2. Report "RSA (Rivest-Shamir-Adleman) is a public-key cryptosystem that is widely used for secure data transmission. In a public-key cryptosystem, the encryption key is public and distinct from the decryption key, which is kept secret (private). An RSA user creates and publishes a public key based on two large prime numbers, along with an auxiliary value. The prime numbers are kept secret. Messages can be encrypted by anyone, via the public key, but can only be decoded by someone who knows the prime numbers." For more please visit: RSA (cryptosystem) - Wikipedia 1. Find a working RSA implementation source code that can work with arbitrarily large integers, that means integers can have 1000 or more decimal digits. An open source code that you can use is given here: GitHub - abdallahelattar/RSA-and-Big-Numbers-Implementation: RSA Encryption and Decryption using Public and Private keys including other operations. (This code works in Visual Studio (C++ empty project), but there is no clear explanation of functions used. Some large primes having more than 100 digits are provided in the Rea_Me file.) 2. Run the code and in a video, explain how the core algorithms in RSA are coded. a. Explain general RSA algorithm b. Explain primality test algorithm c. Explain modular exponentiation algorithm Use Free screen recorder, video editor for Windows & macos (atomisystems.com) for video recording. Recording must show your face in the corner. 3. Find an alternative for modular exponentiation algorithm. You can start form here: iscturkeyHatice Kbra Gner.pdf Code it as an alternative function. Compare the original algorithm in your original code with this one, based on running time in seconds, for numbers having more than 150 decimal digits. In your video explain your alternative algorithm. Give complexities for both algorithms and give running time results. Submission material 1. Source Code 2. Report

Step by Step Solution

There are 3 Steps involved in it

Step: 1

blur-text-image

Get Instant Access to Expert-Tailored Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image

Step: 3

blur-text-image

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Recommended Textbook for

Database Management Systems Designing And Building Business Applications

Authors: Gerald V. Post

1st Edition

0072898933, 978-0072898934

More Books

Students also viewed these Databases questions

Question

i need 8 1 7 . .

Answered: 1 week ago