sean-porras/Apocrypha
The Apocrypha cipher takes a message and a key given by the user and proceeds to encrypt the message with the key by iteratively changing the key as it encrypts.
Python
The Apocrypha cipher takes a message and a key given by the user and proceeds to encrypt the message with the key by iteratively changing the key as it encrypts.
Python