Authenticated encryption
ID: authenticated-encryption
Authenticated encryption (AE) is a type of cryptographic scheme that combines both encryption and authentication to ensure the confidentiality, integrity, and authenticity of data. In other words, it not only encrypts the data to protect it from unauthorized access but also verifies that the data has not been tampered with and confirms the identity of the sender.
New to topics? Read the docs here!