OpenGenus/cosmos

Implementation of Monoalphabetic Cipher in Python

Open

#6179 aperta il 7 ott 2021

Vedi su GitHub
 (4 commenti) (0 reazioni) (1 assegnatario)C++ (3724 fork)batch import
Hacktoberfest

Metriche repository

Star
 (13.462 star)
Metriche merge PR
 (Nessuna PR mergiata in 30 g)

Descrizione

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.

Guida contributor