December 2013
Intermediate to advanced
350 pages
8h 1m
English
In the previous recipes, we walked through how applications are signed and how to generate keys securely to sign them. This recipe will provide details on how application signatures are verified. Being able to do this "by hand" is pretty important because it not only gives you insight into how verification actually works, but also serves as a gateway to deeper introspection of cryptographic application security.
To be able to perform this recipe, you will need the following:
That's about all that you need for this one. Let's get going!
To verify application signatures, you will need to perform the following steps:
Read now
Unlock full access