Skip to content

vbetsch/code-cracker-java

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

53 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

🧨 Kata from CodingDojo

Topics

Resources

Stars

Watchers

Forks

Contributors

Languages