Cyber Review1-RSA Algorithm

You might also like

Download as pptx, pdf, or txt
Download as pptx, pdf, or txt
You are on page 1of 6

CSE4003-CYBERSECURITY PROJECT

Proposed Title:

ENCRYPTED CHAT SYSTEM


USING ACCELERATED RSA
TEAMS MEMBERS

• 19BCE2189-eswar.m2019@vitstudent.ac.in-7200812387
• 19BCE2207-Sanjay.m2019@vitstudent.ac.in-8056944467
• 19BCE2331-praneshkannan.g2019@vitstudent.ac.in-9894801222
PROJECT INTRODUCTION

• With the increasing growth of multimedia applications in our society, security is an


important issue in communication and encryption. We have seen many social media which
uses the facility of chatting between two or more people. So, to ensure that these messages
are encrypted and then sent over the internet many encrypting algorithms are used such as
RSA, Triple DES, AES etc. These encryptions are very important because if these are not
used then there are a lot of hackers in our world which are waiting to steal the important
information through these messages and use them to malpractice us. Therefore, in our
project also we are trying to implement a secure chatting system in which the key to
encrypt/decrypt the information is shared using RSA(Rivest–Shamir–Adleman) key pairs.
WHY THIS PROJECT ?

• We know that chatting through many social networks is one of the important
communicating networks in our world. But without secure network the
transfer of one message to another is very dangerous so only to resolve this
purpose we need certain features which encrypts our data/messages which
cannot be read by any third-party organization/ person.
TOOLS AND SOFTWARE REQUIRED

Programming Language: Python


Encrypting Algorithm We Plan to Use:
• RSA (Rivest, Shamir, and Adelman)
-We have planed to implement a secure connection between users by
implementing a python project using RSA public key cryptosystem.
Thankyou

You might also like