Skip to content
#

polyalphabetic-substitution

Here are 9 public repositories matching this topic...

  The Bellaso cipher is a method of encrypting alphabetic text by using a series of interwoven Caesar ciphers, based on the letters of a keyword. It employs a form of [polyalphabetic substitution] (https://en.wikipedia.org/wiki/Polyalphabetic_cipher).

  • Updated Sep 28, 2020
  • Python

Astra implementation of Vigenere Auto Encipherment. The Vigenre cipher is a method of encrypting alphabetic text by using a series of different Caesar ciphers based on the letters of a keyword. It is a simple form of polyalphabetic substitution. The term Auto-Encipherment refers to ciphers in which the plaintext serves as its own key-phrase in t…

  • Updated Oct 23, 2017
  • Java

Improve this page

Add a description, image, and links to the polyalphabetic-substitution topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the polyalphabetic-substitution topic, visit your repo's landing page and select "manage topics."

Learn more