From the course: CompTIA CySA+ (CS0-002) Cert Prep: 5 Security Operations and Monitoring

Unlock the full course today

Join today to access over 22,600 courses taught by industry experts or purchase this course individually.

Digital signatures

Digital signatures

- [Instructor] Digital signatures provide an electronic counterpart to physical signatures. Digital signatures use asymmetric cryptography to achieve the goals of integrity, authentication, and non-repudiation. When the recipient of a digitally-signed message verifies that message's signature, he or she knows three things, first that the person owning the public key used to sign the message is actually the person who created the message. That's authentication, second, that the message was not altered after it was digitally signed by the creator. That's integrity, and finally, that the sender could prove these facts to a third party if necessary. That's non-repudiation. The use of digital signatures depends upon two important concepts discussed earlier in this course, first, that hash functions are collision resistant. For a strong hash function, you can't find two inputs that produce the same output, second, that…

Contents