KuruvillaJacob02 / Encryptions_Methods

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

Add a book cipher #8

Closed ScottVinay closed 4 years ago

ScottVinay commented 4 years ago

Hi, I would like to add a running-key book cipher based on a public-domain text.

ScottVinay commented 4 years ago

Question for @KuruvillaJacob02 or others, should our function use default libraries only, or can we use numpy?

KuruvillaJacob02 commented 4 years ago

Question for @KuruvillaJacob02 or others, should our function use default libraries only, or can we use numpy?

@ScottVinay I'd prefer if default libraries are used for making the functions

ScottVinay commented 4 years ago

Sure thing

KuruvillaJacob02 commented 4 years ago

Once again thank you for your contribution, I will now close this issue