All you need to know about Ciphers
Monomial Cipher
Monomial Ciphers are ciphers whose alphabetical substitution does not change throughout the encrypted data.
eg: If A=V. Then it will be the same throughout the cipher. Without any numbers.
PS. There are no numbers in a monomial cipher.
Polynomial Cipher
There are two types of polynomial ciphers:
- Letter type
- Number type
Letter type polynomials don't remain the same throughout the encrypted data. They change on the basis of a key.
Eg: Key: KEY
K: A-K E: A-E Y: A-Y
B-L... B-F... B-Z...
Number type polynomials are very complex. They are based on numbers, of course. Please refer to The Binary Code to understand completely. Since binary is a base 2 system, the 1's and 0's refer to distinct alphabets in the English language. They then encode themselves automatically to be in 1 and 0 form. Then adding the digits will give an answer. This is your key.
Comments
Post a Comment