-
Recent Posts
Recent Comments
Archives
Categories
Meta
Tag Archives: computer programming
Python Ciphers
Three ciphers I have implemented in python: Beaufort Cipher in Ascii This is the famous historical Vigenère-like cipher, but encrypts letters, numbers, and punctuation; also capable of using numbers/punctuation in the key. This algorithm use the key to generate a … Continue reading