OpenGenus/cosmos

Implementation of Monoalphabetic Cipher in Python

Open

#6 179 ouverte le 7 oct. 2021

Voir sur GitHub
 (4 commentaires) (0 réactions) (1 assigné)C++ (3 724 forks)batch import
Hacktoberfest

Métriques du dépôt

Stars
 (13 462 stars)
Métriques de merge PR
 (Aucune PR mergée en 30 j)

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.

Guide contributeur