An open API service indexing awesome lists of open source software.

https://github.com/sametcodes/py-vigenere

Vigenere cipher with table on python.
https://github.com/sametcodes/py-vigenere

Last synced: 11 months ago
JSON representation

Vigenere cipher with table on python.

Awesome Lists containing this project

README

          

Vigenere şifrelemesini uyguluyabileceğimiz basit bir Python betiği.

Kullanımı:
python2 py-vigenere.py [sifrelenecek_metin] [anahtar]

Görünüm ve kullanım açısından basitleştirmek için tablo oluşturmaya çalıştım. Üst tarafta alfabe, sol tarafta anahtarımız yer almakta. Tablo içerisindeki kırmızı ile belirgin harflerimiz şifreyi oluşturmaktadır.

py-vigenere table