Tag Archives: signatures

Creating and Verifying Signatures with OpenSSL

Signatures are used to verify that a given person has signed a given sequence of bytes. We will be using openssl to generate signatures and see what the outcome looks like. First, let us create a new key for this … Continue reading

Posted in Technology | Tagged , , | 1 Comment