
Basic cryptography refers to simple techniques used to secure information, often by disguising or encoding messages. "Hidden in plain sight" means the information remains visible but is concealed through methods like substitution ciphers, rearranging letters, or using everyday objects as codes. These basic cryptographic methods rely on obscurity rather than complex algorithms, making the message accessible only to those who understand the hidden pattern, while appearing ordinary to everyone else.

Basic cryptography refers to simple techniques used to secure information, often by disguising or encoding messages. "Hidden in plain sight" means the information remains visible but is concealed through methods like substitution ciphers, rearranging letters, or using everyday objects as codes. These basic cryptographic methods rely on obscurity rather than complex algorithms, making the message accessible only to those who understand the hidden pattern, while appearing ordinary to everyone else.
What is cryptography?
The practice of securing information by transforming plaintext into ciphertext using algorithms and keys, so only authorized parties can read it.
What is the difference between a cipher and a code?
A cipher transforms individual characters or bits using an algorithm and key; a code replaces words or phrases with symbols via a codebook. In modern crypto, we use ciphers for encryption.
What is symmetric encryption?
An encryption method that uses the same key to encrypt and decrypt data; fast and suitable for bulk data, but the key must be shared securely.
What is asymmetric (public-key) encryption?
Uses a pair of keys: a public key for encryption and a private key for decryption; enables secure key exchange and digital signatures (e.g., RSA, ECC).