arosspope / cipher-crypt

A cryptographic tomb of ciphers forgotten by time.
Apache License 2.0
42 stars 8 forks source link

Add an implementation of the Porta cipher. #41

Closed teskje closed 6 years ago

teskje commented 6 years ago

Looking at the existing implementation of the Vigenere cipher, which is quite similar to the Porta cipher, has simplified this one. Solves #40.

teskje commented 6 years ago

Checks fail currently due to rustfmt incompatibilities. I fixed those in #42.

arosspope commented 6 years ago

Okay, you might want to merge master back in so the Travis checks pass.

teskje commented 6 years ago

Done. I dropped the Encryption Example part, since IMO it was redundant with the encrypt example code anyway.

arosspope commented 6 years ago

LGTM