8000 GitHub - jagg/vigenere: Encrypt/Decrypt files using the Vigenere cipher
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

jagg/vigenere

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

vigenere

Encrypt/Decrypt files using the Vigenere cipher

Usage

The program takes parameters in the command line, it requires an input file, plain text or encrypted, depending on the operation, an output file where the results will be stored, a string key and optionally a flag -d, to decrypt instead of encrypt.

vigenere -i ./input.txt -o ./output.txt -k KEY -d

About

Encrypt/Decrypt files using the Vigenere cipher

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •  

Languages

0