GithubHelp home page GithubHelp logo

crypto-text-game's Introduction

Cipher-Cracking Cryptography Text Game

Author: Willie Cooley

SYNOPSIS

This game was born out of an idea I had after completing a programming challenge. It's a bit of a thinker, and I'm coming up with ways to speed it up in that regard, but it's a lot of fun once you get the hang of it.

Hello, this game tests your skills at code cracking. Your objective: Break into this locked safe and uncover it's contents. Your tools: Your wit. This safe is encoded utilizing a keyword transposition cipher. You will be given a five character secret code and must use it to crack a five character security password. The weak-of-will will fail this challenge... Will you?

INSTRUCTIONS

For this cipher, the given keyword is written on the first row and the normal alphabet is written on the following lines, making sure to use the same number of columns (characters) in each row. Duplicate letters are skipped. Let's take the keyword CAT and encrypted message VHALEHI:
C - A - T
B - D - E
F - G - H
I - J - K
L - M - N
O - P - Q
R - S - U
V - W - X
Y - Z
Then the columns are in arranged in order by letter of the first row, and spread out 'horizontally'. Compare this ordering with the standard alphabet to crack the code!
A-D-G-J-M-P-S-W-Z-C-B-F-I-L-O-R-V-Y-T-E-H-K-N-Q-U-X
A-B-C-D-E-F-G-H-I-J-K-L-M-N-O-P-Q-R-S-T-U-V-W-X-Y-Z
Thus; VHALEHI ...translates to... QUANTUM!

run command:

$ make game

TODO:

  • Improve Input Validation
  • GUI Frontend
  • Game Difficulty Levels
  • Text Formatting
  • Expanded Wordlist

crypto-text-game's People

Contributors

ixioph avatar

Stargazers

Igor Kroitor 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.