AjayDyavathi / Vigenere-cipher

Vigenere cipher implementation for files

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Vigenère cipher

Vigenère cipher implementation in pure python for files.

Usage:
For encryption: $ python3 main.py -e -k key input_filename output_filename
For decryption: $ python3 main.py -d -k key input_filename output_filename

⚠ CAUTION: This cipehr is not recommended to use in real life. This is a historic cipher, it can be easily broken with current technology. [For educational purposes only]

About

Vigenere cipher implementation for files

License:MIT License


Languages

Language:Python 100.0%