OpenGenus/cosmos

Implementation of Monoalphabetic Cipher in Python

Open

#6,179 创建于 2021年10月7日

在 GitHub 查看
 (4 评论) (0 反应) (1 负责人)C++ (3,724 fork)batch import
Hacktoberfest

仓库指标

Star
 (13,462 star)
PR 合并指标
 (30 天内没有已合并 PR)

描述

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.

贡献者指南