* Add running key cipher * update running key cipher add doctests and hints * Add test case * Update return value * range(len()) is almost always a hint to use enumerate() --------- Co-authored-by: Christian Clauss <cclauss@me.com>
Ciphers are used to protect data from people that are not allowed to have it. They are everywhere on the internet to protect your connections.