In this post, we would be looking at digital signatures. It will be a quick, straight-to-the-point overview of some of the essential things a developer should know about digital signatures. How to think about them and what problems they solve. It is targeted at the working developer who needs to be familiar enough with digital signatures to use them, but who does not need to know the gory details of how they are implemented, or how they work internally.
This post contains the following sections:
- What is a digital signature
- Components of Digital Signature Schemes
- Digital Signature Algorithms
- Last note: Digital Signatures versus Message Authenticated Codes.