Skip to content

Small rudimentary text file encryption / decryption utility.

Notifications You must be signed in to change notification settings

cjdhein/ruby_encrypto

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 

Repository files navigation

ruby_encrypto

Rudimentary text file encryption / decryption utility using a version of the vigenère cipher.

usage: ruby encrypto.rb {option | filename | keyword}

    option: 0 for decrypt, 1 for encrypt
    
    filename: name of text file to encrypt or decrypt
    
    keyword: the keyword used to encrypt the file

If encrypting the file, the output file will be called "encrypted.txt"

If decrypting the file, the output file will be called "decrypted.txt"

About

Small rudimentary text file encryption / decryption utility.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages