KuruvillaJacob02 / Encryptions_Methods

A repo where I plan to code to encrypt strings in Various Encryption methods
0 stars 2 forks source link

Running-key book cipher #13

Closed ScottVinay closed 4 years ago

ScottVinay commented 4 years ago

The running-key book cipher has been added as a class with both encrypt and decrypt methods, and added to EncryptMethods.py

A subset of the public-domain text of A Tale of Two Cities by Dickens has been added to the new folder ./resources as a source for keytext.

KuruvillaJacob02 commented 4 years ago

Thank you for your contribution, I will proceed to merge the Pull request