Skip to content

vbetsch/code-cracker

Repository files navigation

Code Cracker

lint tests build

This repository was created using the lib-config-ts-test template

Problem Description

Given an alphabet decryption key like the one below, create a program that can crack any message using the decryption key.

Alphabet

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

Decryption Key

! ) " ( £ * % & > < @ a b c d e f g h i j k l m n o

You could also create a encryption program that will encrypt any message you give it using the key.

Extract from https://codingdojo.org/kata/CodeCracker

About

🧨 Kata from CodingDojo

Topics

Resources

Stars

Watchers

Forks

Contributors