ciphertextonly
Ciphertext-only refers to a cryptanalytic model in which an attacker has access only to ciphertexts produced by an encryption scheme, with no access to the corresponding plaintexts or the secret keys. The attacker may know which algorithm was used and may observe many ciphertext samples, but they do not possess plaintext-ciphertext pairs. The objective is to deduce the plaintexts, recover the key, or gain any usable information about the underlying message, from the ciphertexts alone.
This model represents a relatively weak information-leakage assumption for assessing confidentiality. If a scheme remains secure
Security considerations for ciphertext-only attacks emphasize the strength of the underlying algorithm and the mode of
See also: ciphertext-only attack, known-plaintext attack, chosen-plaintext attack, chosen-ciphertext attack, cryptanalysis.