OpenGenus/cosmos

Implementation of Monoalphabetic Cipher in Python

Open

#6.179 aberto em 7 de out. de 2021

Ver no GitHub
 (4 comments) (0 reactions) (1 assignee)C++ (3.724 forks)batch import
Hacktoberfest

Métricas do repositório

Stars
 (13.462 stars)
Métricas de merge de PR
 (Nenhuma PRs mesclada em 30d)

Description

This is a(n):

  • New algorithm

Details:

As Caesar cipher and a modified version of Caesar cipher is easy to break, monoalphabetic cipher comes into the picture. In monoalphabetic, each alphabet in plain text can be replaced by any other alphabet except the original alphabet.

Guia do colaborador