Giter Site home page Giter Site logo

manab-kb / hill-cipher Goto Github PK

View Code? Open in Web Editor NEW
0.0 0.0 0.0 542 KB

A project based on Cryptography involving Hill Cipher and Linear Transformations. LAA Project SEM - IV 2022.

License: MIT License

C++ 77.88% C 7.38% Makefile 12.69% Shell 2.05%

hill-cipher's Introduction

Hi there ๐Ÿ‘‹

I love coding in Python ๐Ÿ and C++. I am a Microsoft Learn Student Ambassador. I regularly (try to) participate in hackathons, coding contests and practice problem solving on websites such as - Hackerrank, Leetcode, etc.

โšก Fun fact:

  • ๐Ÿ”ญ Iโ€™m currently working on a Deep Learning model.
  • ๐ŸŒฑ Iโ€™m currently building up my basics in Deep Learning.
  • โšก I love playing the piano and console games.
  • โœ๏ธ I Write blogs on free days.
  • ๐ŸŽต I love to listen to EDM's and Dubstep Music.

๐Ÿงฐ Languages:

  • Python (Intermediate)
  • C++ (Intermediate)
  • C (Intermediate-Advanced)
  • Kotlin (Basic-Intermediate)
  • MERN Stack (Intermediate)

Let's Connect โ˜•

GitHub LinkedIn

hill-cipher's People

Contributors

kansallipi avatar manab-kb avatar seen3 avatar

Watchers

 avatar

hill-cipher's Issues

Test Code for Errors

Run code and test for errors.

If you need help with instructions on how to run the code (Encryption):

  • Open a terminal window.
  • Copy and paste code from Input Preprocessing.sh into the terminal window (DO NOT PRESS THE ENTER KEY YET)
  • Type > ./a.out > Output-File-Name.txt following the line above.

For Decryption, reverse the process.

Input Preprocessing

Input and Output need to be pre-processed as follows:

  • Convert content within Input Text Files into Hexadecimal Format.
  • Provide input in sets of 3 Characters Each to the program.
  • Store Output in Text Files.

Input Formatting

Split input text into strings containing 3 letters each - Hill Cipher is most efficient for 3 letter words.

You can either:

  • Modify the input file (Input Redirection Operators)
  • Use File Descriptors and work with files in the code.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.