8000 GitHub - VinceCarollo/enigma
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

VinceCarollo/enigma

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

83 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Enigma

A Ruby program that encrypts, decrypts, and cracks text files based on a Caesar Cipher key. Cracking allows for optional date inputs that defaults to todays date and returns the key used to decrypt the message. Decrypting requires a key and Encrypting creates one.

Prerequisites

  • Ruby

Installing

  • Clone Repo

Running the tests

  • Minitest
rake

Deployment

  • add txt file to be encrypted
ruby lib/encrypt.rb your_message_file.txt your_encryption_file.txt
  • to decrypt or crack
ruby lib/decrypt.rb

ruby lib/crack.rb

Built With

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

0