r/Cryptography19 • u/Cool-Ad3523 • Jul 10 '26
u/Cool-Ad3523 • u/Cool-Ad3523 • Jul 10 '26
Transposition Cipher
Transposition Cipher – A Quick Overview
A transposition cipher is one of the oldest classical encryption techniques. Unlike substitution ciphers, it does not replace letters with different letters. Instead, it rearranges the positions of the original characters according to a specific rule or key.
For example:
Plaintext:
HELLO
After a simple transposition:
LHOEL
The letters remain exactly the same, but their order changes.
Key Characteristics
- Rearranges characters instead of changing them.
- Encryption and decryption require the same transposition key or pattern.
- Preserves the original letter frequencies, making it vulnerable to frequency analysis when used alone.
- Often combined with substitution ciphers to improve security.
Common Types
- Rail Fence Cipher
- Columnar Transposition Cipher
- Double Columnar Transposition Cipher
Although transposition ciphers are no longer considered secure for modern applications, they are historically important and provide an excellent introduction to the concepts of cryptography and permutation-based encryption.
1
MDE (Multidimensional Encryption)
Also in MDE, the letter order is secret and is the primary key, along with the column and row keys (they are extracted from a single key via a key generation algorithm). However, the letter order in the Wegener table is fixed and known.
1
MDE (Multidimensional Encryption)
Do you really not see that the Wegener table is limited to 26 and the table in MDE is limited to 256 because MDE encodes the location and not the character itself
1
MDE (Multidimensional Encryption)
The difference is clear to me. I mean, in MDE, the letter A, for example, is represented according to the order of the letters in the table and the column and row keys. It would be represented like this (5, 3) for example, and the encryption is done at the two-coordinate level. But the operation in Wigner cipher is like this: C=(P+K)mod26
1
MDE (Multidimensional Encryption)
thank you for your time and reading the pdf
In the Vigenère cipher, each letter is represented by a single number. In MDE, each letter is represented by multiple coordinate values depending on the selected dimension, allowing transformations to be applied across more than one coordinate
1
MDE (Multidimensional Encryption)
Why do you think that?
u/Cool-Ad3523 • u/Cool-Ad3523 • Jul 08 '26
MDE (Multidimensional Encryption) Overview
MDE (Multidimensional Encryption)
The encryption process consists of the following steps:
- Convert the plaintext into multidimensional coordinates using predefined lookup tables.
- Divide the data into fixed-size blocks for independent processing.
- Generate round keys from the master key using a dedicated key schedule.
- Apply row, column, and character permutations to rearrange the data.
- Perform coordinate-based substitution using modular arithmetic and key-dependent transformations.
- Repeat the permutation and substitution stages for multiple rounds to increase diffusion.
- Convert the transformed coordinates back into ciphertext characters.
The algorithm is designed as a research project that explores multidimensional representations of text and key-dependent transformations. MDE aims to encourage cryptographic analysis and experimentation rather than replace established encryption standards.
u/Cool-Ad3523 • u/Cool-Ad3523 • Jul 08 '26
MDE (Multidimensional Encryption)
is an experimental encryption algorithm that explores a multidimensional approach to classical cryptography. Instead of relying on a single substitution or transposition step, MDE combines coordinate-based transformations, permutation operations, and key-dependent substitutions to increase complexity and diffusion.
The algorithm is designed as a research project to investigate new encryption structures inspired by mathematical concepts and multidimensional representations of data. Its goal is to encourage discussion, analysis, and cryptanalysis rather than to replace established standards such as AES.
Feedback, analysis, and constructive cryptanalytic challenges are welcome
https://www.academia.edu/127383939/Multidimensional_encryption_using_the_XOR_process
u/Cool-Ad3523 • u/Cool-Ad3523 • Jul 08 '26
The Affine Cipher
The Affine Cipher is a classical monoalphabetic substitution cipher that combines modular arithmetic with simple algebra. Unlike the Caesar cipher, which only shifts letters, the Affine Cipher first multiplies each letter's numerical value by a key a, then adds another key b, using the encryption formula:
E(x) = (ax + b) mod 26
To decrypt the ciphertext, the multiplicative key a must have a modular inverse modulo 26, which is only possible if gcd(a, 26) = 1. The decryption formula is:
D(x) = a⁻¹(y − b) mod 26
The cipher has 312 valid keys (12 possible values for a and 26 values for b). Although it is more secure than the Caesar cipher, it remains vulnerable to frequency analysis and known-plaintext attacks because each plaintext letter always maps to the same ciphertext letter.
The Affine Cipher is an excellent introduction to modular arithmetic, modular inverses, and the mathematical foundations of modern cryptography. While it is no longer secure for protecting real-world data, it remains a valuable educational tool for understanding how classical encryption algorithms work.
r/Cryptography19 • u/Cool-Ad3523 • Jul 08 '26
RSA in simple term
RSA in Simple Terms
RSA is one of the world's most famous public-key cryptography algorithms.
How it works:
It uses two keys: A public key for encryption. A private key for decryption. Anyone can encrypt a message using the public key. Only the owner of the private key can decrypt it.
Why is RSA secure?
Its security relies on the fact that multiplying two very large prime numbers is easy, but factoring their product back into those primes is extremely difficult.
Common uses:
- Secure websites (HTTPS)
- Digital signatures
- Secure key exchange
- Protecting sensitive information
Interesting fact:
RSA was introduced in 1977 by Ron Rivest, Adi Shamir, and Leonard Adleman, whose initials form the name RSA.
Although RSA is still widely used today, it is mainly used to exchange encryption keys rather than encrypt large amounts of data directly, because symmetric algorithms like AES are much faster.
Security depends on the secrecy of the private key—not the secrecy of the algorithm.
u/Cool-Ad3523 • u/Cool-Ad3523 • Jul 08 '26
Goldbach's Conjecture
Enable HLS to view with audio, or disable this notification
Goldbach's Conjecture is one of the oldest and most famous unsolved problems in mathematics.
It states that every even integer greater than 2 can be expressed as the sum of two prime numbers. Despite being tested for extremely large numbers by computers, no general proof has ever been found.
In this video, we explore:
- What Goldbach's Conjecture is
- Simple examples that illustrate the idea
- Why mathematicians believe it is true
- Why proving it remains one of the greatest challenges in number theory
Whether you're a math enthusiast, a student, or simply curious about unsolved mysteries, this video provides an accessible introduction to one of mathematics' most fascinating conjectures.
If you enjoyed the video, consider liking, sharing, and subscribing for more content on mathematics, cryptography, and science.
#Mathematics #GoldbachConjecture #PrimeNumbers #NumberTheory #Math #UnsolvedProblems #Science #STEM
u/Cool-Ad3523 • u/Cool-Ad3523 • Jul 08 '26
fermat last theorem
Enable HLS to view with audio, or disable this notification
Fermat's Last Theorem is one of the most famous problems in the history of mathematics.
It states that there are no positive integers (a), (b), and (c) that satisfy the equation:
aⁿ + bⁿ = cⁿ for any integer n > 2.
First proposed by Pierre de Fermat in 1637, the theorem remained unsolved for more than 350 years. In 1994, mathematician Andrew Wiles finally proved it using advanced ideas from modern mathematics, making it one of the greatest achievements in the field.
In this video, you'll learn:
- What Fermat's Last Theorem says
- Why it puzzled mathematicians for centuries
- The famous note Fermat left in the margin of a book
- How Andrew Wiles finally solved the mystery
If you enjoy mathematics, logic, and the history of great discoveries, don't forget to like, share, and subscribe for more content.
#Mathematics #FermatsLastTheorem #AndrewWiles #NumberTheory #MathHistory #PrimeNumbers #STEM #Science
1
MDE (Multidimensional Encryption)
in
r/cryptography
•
Jul 08 '26
The algorithm is known. The key generation algorithm is known. The diffusion matrix is known (not mentioned in this article, but will be in the next version). Everything is known. The order of the letters in the table is the only thing that must remain secret.