Encryption Authenticated Encryption (seclib)
(5m 37s)
When something is encrypted it is secret, but it is not really protected from being manipulated. Authenticated encryption not only provides sypher text, it also provides an authentication tag, which can be used to verify that the data is not being manipulated or damaged. This lesson shows how to work with Authenticated encryption.