Skip to content

Nssdle/20CS713-PP-1-C8

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 

Repository files navigation

Minimal Encryption

PROJECT NAME : Nssdle
PROJECT ID : 20CS713-PP-1-C8
PROJECT DOMAIN : Cyber Security

👨‍👩‍👦TEAM MEMBERS

 - Suhail Sherief
 - Shree Ranganathan
 - Sanjay

📕PROJECT DESCRIPTION:

In Today’s world Sensitive data is increasingly used in communication over the internet. Thus Security of data is the biggest concern of internet users. Best solution is use of some cryptography algorithm which encrypts data in some cipher and transfers it over the internet and again decrypted to original data. The field of cryptography deals with the procedure for conveying information securely. The goal is to allow the intended recipients of a message to receive the message properly while interrupt eaves- droppers from understanding the message. Cryptography includes a set of techniques for scrambling or disguising data so that it is available only to someone who can restore the data to its original form. In current computer systems, cryptography provides a strong, economical basis for keeping data classified and for verifying data indignity. While our conventional cryptography methods, such for AES (encryption) and RSA (signing), work well on systems which have reasonable processing power and memory capabilities, these do not scale well into a world with embedded systems and sensor networks. Thus, lightweight cryptography methods are proposed to overcome many of the problems of conventional cryptography. This paper sets out to contribute to the general body of knowledge in the area of classical cryptography by developing a new hybrid way of encryption of plaintext. The cryptosystem performs its encryption by encrypting the plaintext using Vigenere Cipher and further using the ciphertext to encrypt the plaintext again using Polybius Cipher.

📗WORKFLOW:

Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.

👨‍💻PROJECT STRUCTURE:

This is the base repository which contains the submodules for the project Minimal Encryption. The submodules are as follows:

S.No Submodule Name Repository Link
1 Nssdle_Backend
2 Nssdle_Frontend

🏗️PROJECT SETUP

Open a terminal and run the following command at your desired location:

git clone --recursive https://github.com/Nssdle/20CS713-PP-1-C8.git

This will clone the repository along with all the submodules.

Note: If you have already cloned the repository without the --recursive flag, then run the following command from the root of the repository to clone all the submodules.

git submodule update --init --recursive

🚨SPRINT BREAKDOWN

Sprint 1

    - Upcoming

Sprint 2

    - Upcoming

Sprint 3

   - Upcoming 

Sprint 4

  - Upcoming

About

Parent repository for Minimal Encryption

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages