Skip to content

Alaina-Noel/enigma_2207

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

86 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

How to Play the Game

How to see the code on your local machine
Fork this repository
Clone your fork
Open the message.txt file and type a message you'd like to encrypt.
From your terminal
ruby ./lib/encrypt.rb message.txt encrypted.txt
Note the key and date that are used.
Check out the encrypted.txt file. Your message has been encrypted!
From your terminal run
./lib/decrypt.rb encrypted.txt decrypted.txt <key_used_for_encryption> <date_used_for_encryption>
Check out the decrypted.txt file for your decrypted message!
---

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published