cipherbased
Cipherbased describes approaches, systems, and analyses built around cryptographic ciphers. It covers methods that rely on algorithms intended to protect confidentiality and, in some cases, integrity, using mathematical transformations of plaintext into ciphertext under a key. It spans both symmetric and asymmetric paradigms, including block ciphers such as AES and DES (historical), stream ciphers such as ChaCha20, as well as public-key ciphers used in key exchange and digital signatures.
Cipher-based systems typically define a mode of operation or protocol that uses the cipher to achieve goals
Security in cipherbased contexts depends on the secrecy of keys, the strength of the cipher, and the
Related concepts include cryptography, cryptographic protocols, and cryptographic engineering.