ucsb-cs56-projects / cs56-utilities-cryptography

cs56-utilities-cryptography
0 stars 10 forks source link

Define a QUAD encryption method #36

Open zhanchengqian opened 8 years ago

zhanchengqian commented 8 years ago

User need to input four keys and just one string. The string will go through the encryption process as following: first Shift Cipher, then Affine Cipher, then Vignere Cipher and then Bifid Cipher.
The output should be a string that has been encrypted four times using four cipher machines.

(est. 200 pts)

xiaoheh commented 8 years ago

Approved: 150 pts

xiaoheh commented 8 years ago

M16 OK

zhanchengqian commented 8 years ago

F16 OK

aryamandas commented 6 years ago

F17 OK