Skip to content

A demonstration of the various classical encryption techniques explained in class

License

Notifications You must be signed in to change notification settings

vishalvignesh/cns-assignment

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

35 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CNS Assignment - I

Assignment submitted by Vishal Vignesh S and Sudharsan N

Home Page

Introduction

This program provides a simplified GUI to explore some classical encryption algorithms as well as some modern encryption algorithms. The Program also has a built in file encryptor capable of encrypting ANY filetype using an AES-256 bit cipher.

Table of Contents

Executing The Code

  • Clone the repo in any folder
  • Open Command Prompt (Make sure NPM and Node are Installed)
  • Run the command npm install
  • Run the command npm start

Classical Ciphers

Playfair Cipher

Encryption:

Playfair Encryption

Decryption:

Playfair Decryption

Vignere Cipher

Encryption:

Vignere Encryption

Decryption:

Vignere Decryption

Vernam Cipher

Encryption:

Vernam Encryption

Decryption:

Vernam Decryption

Railfence Cipher

Encryption:

Railfence Encryption

Decryption:

Railfence Decryption

Modern Ciphers

DES Encryption

Encryption:

DES Encryption

Decryption:

DES Decryption

AES Encryption

Encryption:

AES Encryption

Decryption:

AES Decryption

RSA Encryption

Encryption:

RSA Encryption

Decryption:

RSA Decryption

File Encryption

Encryption

File Encryption

File Before -> After Encryption

File State

Decryption:

File Decryption

Acknowledgements

  • Vishal Vignesh S, 122003288, CSE IIIrd Year
  • Sudharsan N, 122003260, CSE IIIrd Year

License

Copyright 2021 Vishal Vignesh S

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

About

A demonstration of the various classical encryption techniques explained in class

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published