DEV Community

Lane Wagner
Lane Wagner

Posted on • Originally published at qvault.io on

Cryptology, Cryptography, and Cryptanalysis – Get your Vocabulary Straight!

Imitation Game – Story of Turing

Many new developers are jumping right into coding (usually for those fat paychecks) without learning much about the history of Computer Science. Alan Turing, regarded as the father of Computer Science, was first a cryptologist and mathematician and pioneered the field of CS in order to solve cryptological problems.

Alan Turing

In this article, I will go over common crypto-related definitions for those who may be unfamiliar.

Cryptology

The scientific study of cryptography and cryptanalysis.

https://www.merriam-webster.com/dictionary/cryptology

Cryptology is the science of secret messages. Anything that has to do with making or breaking codes falls into cryptology’s domain.

Cryptography

Cryptography is the practice and study of techniques for secure communication in the presence of third parties called adversaries.

https://en.wikipedia.org/wiki/Cryptography

Cryptography is often lazily used in place of the word cryptology, but in reality, cryptography focuses only on creating secure cryptosystems. For example, the design of RSA would have been cryptography work.

Cryptanalysis

Cryptanalysis is used to breach cryptographic security systems and gain access to the contents of encrypted messages, even if the cryptographic key is unknown.

https://en.wikipedia.org/wiki/Cryptanalysis

Cryptanalysis is the inverse of cryptography, this is, the study of how to break secret codes, not make them. Having a solid understanding of cryptanalysis is fundamental in cryptography however, as one must know their enemy.

Honorable Mention – Cryptocurrency

A cryptocurrency is a digital asset designed to work as a medium of exchange that uses strong cryptography to secure financial transactions, control the creation of additional units, and verify the transfer of assets.

https://en.wikipedia.org/wiki/Cryptocurrency

In the past few years, the slang term “crypto” has been hijacked. It used to mean cryptography or cryptanalysis but has recently come to be understood as cryptocurrency.

Cryptocurrencies such as Bitcoin utilize cryptographic techniques to securely transfer digital assets without a central authority.

Lane on Twitter: @wagslane

Lane on Dev.to: wagslane

Lane on Medium: @wagslane

Download Qvault: https://qvault.io

Star our Github: https://github.com/q-vault/qvault

The post Cryptology, Cryptography, and Cryptanalysis – Get your Vocabulary Straight! appeared first on Qvault.

Top comments (2)

Collapse
 
endeo profile image
Paul Osadchuk

Top! That's a whole Whitebase trading or Stanford online level of educating material!

Collapse
 
ajcryptoknights profile image
AJCryptoknights