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

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

Vernam cipher on python
https://github.com/sametcodes/py-vernamcipher

Last synced: about 1 year ago
JSON representation

Vernam cipher on python

Awesome Lists containing this project

README

          

Vernam şifrelemesini uygulayabileceğiniz basit bir Python betiği.

Kullanımı

Şifreleme

Aynı uzunluktaki metini, belirli bir anahtar ile şifrelemek için:

python2 py-vernamcipher.py -e [sifrelenecek_metin] [anahtar]

Aynı uzunluktaki metini, rastgele bir anahtar ile şifrelemek için:

python2 py-vernamcipher.py -e [sifrelenecek_metin] -rkey

Şifre çözme

python2 py-vernamcipher.py -d [sifrelenmis_metin] [anahtar]