cryptography
history of cryptography
cipher
diffie-hellman
information security
hash
steganography
Did you know that humans have wanted to hide their messages since the dawn of time? From the first cave paintings, communicating without being understood by everyone has been an obsession—there are truths that cannot travel in broad daylight. There are secrets that should only be read by those who hold the key.
Welcome to the world of cryptography.
Cryptography is the art of hiding a message in plain sight. It is the science of turning readable information (plaintext) into something incomprehensible (ciphertext) and vice versa. It is not new; it has centuries of history.
Every culture, every era, every war... brought a new way to protect information.
It's important not to confuse:
Cryptography is not a game; it is a tool of power.
Today we protect our data with algorithms like:
And beyond...
In the quantum era, classical computers will not be enough to protect us. That's why post-quantum cryptography was born, seeking algorithms that even quantum computers cannot break.
The future is near, but it all began with simple methods that inverted the world with just a reflection.
g
and a prime number p
. This is public.a
, calculates A = g^a mod p
and sends it to Bob.b
, calculates B = g^b mod p
and sends it to Alice.K = B^a mod p
K = A^b mod p
Both obtain the same secret key without having sent it directly. Eve, even if she sees A
, B
, g
, and p
, cannot know the real key without knowing the secrets a
and b
.
It's like exchanging locked boxes and invisible keys.
Even now, as you read this... there are dozens of processes encrypting and decrypting around you.
Sometimes you don't need a powerful machine to decipher something. You just need to look at it backwards, or as if it were in a mirror.
Remember: the oldest methods are sometimes the most effective, and some secrets are only revealed when you read them from the right perspective.
See you in the shadow of the letters,