Code Monkey home page Code Monkey logo

modern-cipher-solver's Introduction

Modern-Cipher-Solver

It can solve some of the most common cypher like Caesar cipher and Multiplicative cipher with encryption and decryption function. I added functionality like bruteforce. I tried my best efforts to handle incorrect input, and some errors, and I always wanted to have a optimised version of the program so that it will take less time and less memory.

Introduction Of Caesar Cipher

The Caesar Cipher technique is one of the earliest and simplest methods of encryption technique. It’s simply a type of substitution cipher, i.e., each letter of a given text is replaced by a letter with a fixed number of positions down the alphabet. Caesar ciphers is a weak method of cryptography. It can be easily hacked. It means the message encrypted by this method can be easily decrypted.

Introduction Of Multiplication Cipher

The multiplicative cipher is similar to additive cipher except the fact that the key bit is multiplied to the plain-text symbol during encryption While using Caesar cipher technique, encrypting and decrypting symbols involves converting the values into numbers with a simple basic procedure of addition or subtraction.

Conclusions

Well, the logic part is simple. I have wasted most of my time in optimising it ,making inputs error free and the program error free.

Future Plan

I will add some more ciphers later. I guess, I will break the program into different parts - like modules in future. I believe my code is still not optimised much, so maybe I will try my best to optimise it later.

modern-cipher-solver's People

Contributors

ayushoverhere avatar vai-mohit avatar

Stargazers

 avatar  avatar  avatar

Watchers

 avatar

modern-cipher-solver's Issues

Add more feature in this

Fix the documentation, add additional functionality, add photos—do anything, but avoid spamming.

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.