Code Monkey home page Code Monkey logo

caesarcipherdecipher's Introduction

Caesar Cipher and Decipher โ€“ Pairs Assignment

Authors

  • bkyle02 (captainrobertnorman) Brett Kyle
  • idirle01 Iulia Dirleci

Method

This code was largely written in the SDP class in week 9 (Thursday, 08-03-2018) as part of the SDP coursework portfolio, using the guidelines detailed on the SDP website. We followed a TDD approach throughout, ensuring the code passed all the tests we had written before.

Frequency Count Approach

For single letters, we used the monogram frequencies detailed at https://en.wikipedia.org/wiki/Letter_frequency, assigning the highest score (26) to E, the highest next score (25) to the next most commonly encountered letter in English (T), and so on.

We also took into account an adapted version of bigram, trigrams and quadgram frequencies from http://practicalcryptography.com/cryptanalysis/letter-frequencies-various-languages/english-letter-frequencies/

Results

Our cipher and decipher methods have been tested and they work. However, because we have only included the most frequently used bigrams,trigrams and quadgrams, a more fine - grained decipher method would need to include more letter frequencies in the future.

caesarcipherdecipher's People

Contributors

idirle01 avatar domoscargin avatar

Watchers

James Cloos avatar

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.