Here's an implementation of a Caesar cipher decoder in Python using the cryptography
library:
main.py509 chars14 lines
To use this function, simply pass in the ciphertext and the offset used to encrypt it:
main.py129 chars5 lines
gistlibby LogSnag