Monoalphabetic Cipher: Encode and Decode Online

栏目: IT技术 · 发布时间: 4年前

内容简介:A monoalphabetic cipher is any cipher in which the letters of the plaintext are mapped to ciphertext letters based on a single alphabet key.Substitution ciphers work by replacing each letter of the plaintext with another letter. For this reason, a monoalph

A monoalphabetic cipher is any cipher in which the letters of the plaintext are mapped to ciphertext letters based on a single alphabet key.

Substitution ciphers work by replacing each letter of the plaintext with another letter. For this reason, a monoalphabetic cipher is also called a simple substitution cipher.

It relies on a fixed replacement structure, meaning the substitution is fixed for each letter of the alphabet. Thus, if the letter “a” is encoded as letter “Q”, then every time the letter “a” appears in the plaintext, it’s replaced with the letter “Q”.

Examples of monoalphabetic ciphers include:

  • Caesar cipher, where each letter is shifted based on a numeric key.
  • Atbash cipher, where each letter is mapped to the letter symmetric to it about the center of the alphabet.

There are many different monoalphabetic substitutions ciphers, actually infinitely many, as each letter can be encrypted to any symbol, not just another letter.

What is the difference between a monoalphabetic and a polyalphabetic cipher?

A monoalphabetic cipher mixes up letters of the alphabet and keeps that same arrangement for the entire message while a polyalphabetic cipher uses more than one monoalphabetic cipher with the same message.

To put it simply, polyalphabetic ciphers utilizes multiple, changing ciphertext alphabets to encrypt the plaintext while monoalphabetic ciphers use a single method throughout the entire message.

For example, if you are using a Vigenere disk and you have the two disks stationary while encoding a message, that’s a monoalphabetic cipher.

If on the other hand, you rotate the disks while encoding the same message, while using a keyword, then that becomes a polyalphabetic cipher.

Why are monoalphabetic ciphers easy to break?

All monoalphabetic ciphers can be easily broken using a decryption method called letter frequency analysis, which was invented in the 1300s by Ibn ad-Duraihim .

This is done by studying the text in the language of the cipher, and the frequency of each letter can be determined. For example, in the English language, the letter “E” is the most frequent letter, followed by the letter “T”.

Here is the entire frequency in order:

Frequency order: ETAOINSHRDLCUMWFGYPBVKJXQZ.

By substituting the most frequent letter in the ciphertext with the letter “E”, the second most frequent with the letter “T”, and so on, you will end up with the original plaintext.

For example, try out this example:

Ciphertext: dtz fwj fbjxtrj.

Plaintext:?

You need to determine the type of cipher I used to encode it.


以上所述就是小编给大家介绍的《Monoalphabetic Cipher: Encode and Decode Online》,希望对大家有所帮助,如果大家有任何疑问请给我留言,小编会及时回复大家的。在此也非常感谢大家对 码农网 的支持!

查看所有标签

猜你喜欢:

本站部分资源来源于网络,本站转载出于传递更多信息之目的,版权归原作者或者来源机构所有,如转载稿涉及版权问题,请联系我们

爆品手记

爆品手记

金错刀 / 中国友谊出版公司 / 2016-9-20 / 39.80

互联网时代,一切都被颠覆。 B2B、B2C、O2O等商业模式的建立,对传统企业构成了巨大冲击。人们的生意往来逐渐从线下转移到了线上,传统的定位理论逐渐失效,依靠爆品引爆市场才是王道;传统企业经营多年的渠道营销模式正遭遇前所未有的阻力,网上商城正成为众多商家角逐血拼的主要战场。 在互联网的黑暗森林里,一切传统的商业模式统统失效,一场依靠爆品点燃市场、引爆市场、占据市场的营销革命正悄然兴起......一起来看看 《爆品手记》 这本书的介绍吧!

CSS 压缩/解压工具
CSS 压缩/解压工具

在线压缩/解压 CSS 代码

RGB转16进制工具
RGB转16进制工具

RGB HEX 互转工具

html转js在线工具
html转js在线工具

html转js在线工具