0% found this document useful (0 votes)
62 views1 page

Title of Project Student Name USN: RSA Cryptography System Nitesh R 1JB10CS062

This document presents a student project on implementing RSA cryptography. RSA is a widely used public key cryptosystem developed by Rivest, Shamir, and Adleman. The project generates an RSA key pair, and implements encryption and decryption algorithms to securely transmit encrypted messages between parties using the public and private keys. The goal is to provide confidentiality and integrity for digital communications over open channels using this popular cryptographic method.

Uploaded by

Yogesh Yogi
Copyright
© Attribution Non-Commercial (BY-NC)
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOC, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
62 views1 page

Title of Project Student Name USN: RSA Cryptography System Nitesh R 1JB10CS062

This document presents a student project on implementing RSA cryptography. RSA is a widely used public key cryptosystem developed by Rivest, Shamir, and Adleman. The project generates an RSA key pair, and implements encryption and decryption algorithms to securely transmit encrypted messages between parties using the public and private keys. The goal is to provide confidentiality and integrity for digital communications over open channels using this popular cryptographic method.

Uploaded by

Yogesh Yogi
Copyright
© Attribution Non-Commercial (BY-NC)
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOC, PDF, TXT or read online on Scribd
You are on page 1/ 1

SUMMARY

Title of Project: Student Name: USN:

RSA Cryptography System NITESH R

1JB10CS062

Abstract:
Digital communication has become an essential part of infrastructure nowadays, a lot of applications are Internet-based and it is important that communication be made secret. As a result, the security of information passed over an open channel has become a fundamental issue and therefore, the confidentiality and data integrity are required to protect against unauthorized access and use. Cryptography is a popular method available to provide security. Cryptography scrambles a message so it cannot be understood. The messages to be encrypted, known as the plaintext, are transformed by a function that is parameterized by a key. Encryption is a process of translating a message, called the Plaintext, into an encoded message, called the Ciphertext. This is usually accomplished using a secret Encryption Key and a cryptographic Cipher. Decryption is the reverse process to Encryption. While Encryption creates a Ciphertext from a Plaintext, Decryption creates a Plaintext from a Ciphertext. RSA is a widely used cryptosystem in the world. RSA stands for Rivest, Shamir, and Adleman, the developers of the RSA public-key cryptosystem and the founders of RSA Data Security . It is a public key cryptosystem which uses two kinds of key, private key and public key. RSA algorithm can be classified as three algorithms, the key generation algorithm, encryption algorithm, and decryption algorithm. Implementation of the same is done in the project.

You might also like