A substitution cipher is an encryption algorithm which works by replacing plaintext units with corresponding ciphertext units, following some rule depending on the key.

learn more… | top users | synonyms

10
votes
4answers
486 views

About Cryptography in a Character Language

Suppose I had a message in Chinese (or another non-phonetic language) and I wanted to encipher it. Some of the simplest encryptions in English are substitution ciphers, but such ciphers don't seem ...
2
votes
2answers
311 views

How to get the keyword from a keyword cipher?

I was given a ciphertext and now I am trying to break it via looking for the keyword. This is a keyword cipher. So: PlainEnglish: ABCDEFGHIJKLMNOPQRSTUVWXYZ If ...
-5
votes
1answer
102 views

My Hand Cipher, Can some one tell if it secure [closed]

In easy steps how it works, Convert txt to numbers . mod 1-26. Generate random numbers (By my other cipher) equal to plain txt. Write random numbers under txt numbers. txt= LOI - txt number= 12 15 ...