Skip to content

gh05t-4/ceasar-cipher-ruby

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 

Repository files navigation

ceasar-cipher-ruby

This is an implementation of ceasar cipher using ruby programming language. Also bruteforcing ceasar cipher with the same program using bash script.

Cloning the repository

git clone https://github.com/gh05t-4/ceasar-cipher-ruby.git

Usage

ceasar.rb

cd ceasar-cipher-ruby
chmod +x ceasar.rb
./ceasar.rb <String> <Key> 

ceasar_brute.sh

chmod +x ceasar_brute.sh
./ceasar_brute.sh <ciphertext>

About

This is an implementation of ceasar cipher using ruby programming language

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published