Skip to content

Latest commit

 

History

History
26 lines (16 loc) · 602 Bytes

File metadata and controls

26 lines (16 loc) · 602 Bytes

Code Cracker

CI

JVM used : 26.0.1-tem

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