Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
doublederek authored May 8, 2024
1 parent df9727a commit e722b28
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,8 @@ Ensure your code is properly commented and formatted for readability and ease-of
*"Attention spy network! You've been assigned a task of the utmost importance! We've received an encrypted message from an agent in the field containing the password to a top secret club for super spies. The encrypted message reads as follows: **"IKEWENENXLNQLPZSLERUMRHEERYBOFNEINCHCV"**. We've been told if we can crack this code and give the password to the door-person at the corner of 32nd Street, we will gain access to the illustrious spy club **Spy City**! We must get inside! However the password has been encrypted with an older system known as a **Playfair Cipher**. Our agent in the field says the key to the cipher is the string **"SUPERSPY"**. However, for the life of us we cannot crack this code! Devise an application that can solve this encryption, get the password, and join us inside Spy City for what we are sure will be a night to remember!"*

#### Instructions
1. Clone your this repo to begin working on the challenge locally.
1. Fork this repo to your personal Github Account
1. Clone your forked repo to begin working on the challenge locally.
2. Create a new Branch in your repo where you will be pushing your code to.
3. Choose which programming language you wish to complete the challenge with.
- Navigate to the folder of that programming language and complete your work in the `solution` file found inside. ie: `ruby/solution.rb`
Expand All @@ -31,6 +32,6 @@ Ensure your code is properly commented and formatted for readability and ease-of
- ie: `BANANAS` ***not*** `The decrypted text is: BANANAS`

#### Submission
Upon completion of the challenge, create a PR of your work and compare it against the Assessment Repo's `main` branch. Submit a link to your PR with your internship application in the "Notes" field.
Upon completion of the challenge, create a PR of your work and compare it against the original Assessment Repo's `main` branch. Submit a link to your PR with your internship application in the "Notes" field.

This repo is designed to run a test against your work to ensure the correct decrypted string is outputted to the console when executing your code. Admins on this repo will deploy the test manually only after you have submitted your PR.

0 comments on commit e722b28

Please sign in to comment.