Encryption
Encryption is the practical application of cryptography: the process of scrambling information so that only someone with the right key can unscramble and read it. Where cryptography is the underlying science, encryption is the thing that actually happens to a message, a file, or a radio transmission when it is protected, transformed by a mathematical process into unreadable ciphertext that looks like noise to anyone without the key and returns to readable plaintext only for the intended recipient. For a military, encryption is the mechanism that keeps communications, data, and stored secrets from the enemy, and it is woven into nearly every system that handles sensitive information.
How it protects, and where it is vulnerable
Modern encryption is, for practical purposes, unbreakable by brute force when properly implemented, because the mathematics makes trying every possible key take longer than the age of the universe, which means an adversary who intercepts encrypted communications gets nothing but noise unless they can obtain the key. This strength shifted the whole contest around protected information: since breaking the encryption directly is infeasible, attackers instead go after the keys, the implementation, and the endpoints, stealing a key, exploiting a flaw in how the encryption was built or used, or compromising the device before the data is encrypted or after it is decrypted. This is why so much espionage around secure communications targets the human and system weaknesses rather than the math, because the math is the strong part and the people and implementations are the weak parts, and a single stolen key can unlock everything the encryption was protecting. The security of encrypted information therefore depends enormously on key management, generating, distributing, storing, and retiring the keys securely, which is often the hardest practical problem, harder than the encryption itself, because a perfectly strong cipher protects nothing if its keys are mishandled.
In military use, encryption appears at every level, secure radios that encrypt voice and data so the enemy cannot listen, encrypted networks that protect command and control, encrypted storage that protects secrets at rest, and encrypted data links that protect the flow of sensor and targeting information between platforms. The equipment that does this, the cryptographic devices and key-management systems, is a specialized and tightly controlled category, certified rigorously because a flaw compromises everything it protects, and the discipline around handling classified encryption keys is one of the more stringent in military security precisely because the keys are the crown jewels, the thing whose compromise unravels the protection.
The quantum threat and the migration underway
A serious concern hangs over much current encryption: a large-scale quantum computer, if built, could break the public-key encryption that secures much of the world's communications and data, because quantum algorithms can efficiently solve the mathematical problems that this encryption relies on being too hard to solve. This is not science fiction but a recognized strategic risk, and it has two dangerous edges. First, adversaries are believed to be intercepting and storing encrypted data now, intending to decrypt it later once quantum computers mature, which means secrets encrypted today with vulnerable methods may not stay secret, a particular worry for defense, where information must often remain protected for decades. Second, the threat has triggered a major global effort to develop and deploy post-quantum encryption, new methods based on mathematical problems believed to resist quantum attack, and the US and others are actively standardizing and migrating to these, a large and ongoing transition across military and government systems. For defense suppliers building any system that handles sensitive information, the migration to quantum-resistant encryption is becoming a real requirement, because a system fielded now may still be in service when the quantum threat matures, and encryption that was strong at fielding but breaks a decade later is a liability designed into the system.
What is the difference between encryption and cryptography?
Cryptography is the broad science of securing information, the mathematics and theory of codes, ciphers, keys, and the whole discipline of protecting and analyzing secured communications, while encryption is one specific application of that science, the actual process of scrambling data so only authorized parties can read it. Cryptography also includes related functions like verifying that a message has not been tampered with, or proving who sent it, that go beyond scrambling for secrecy, so encryption is a subset, the confidentiality-protecting part, of the larger cryptographic toolkit. In everyday use the terms are often blurred, and encryption is the part most people encounter and the part that does the visible work of keeping communications and data secret, but the distinction matters technically, because a secure system relies on the full range of cryptographic functions, not encryption alone, to protect information against the many ways an adversary might attack it.