What hash based digital signature algorithms exist that have reasonably small signature sizes? [migrated]

What hash based digital signature algorithms exist that have reasonably small signature sizes?

By reasonably small, I mean not much bigger than what you would get with a 256-bit ECDSA (which I believe has a signature of about 64 bytes). … Continue reading What hash based digital signature algorithms exist that have reasonably small signature sizes? [migrated]

mTLS Client Authentication by Signing Arbitrary Message using Browser

this is my first post here in the area of ​​security and encryption. I will try to be succinct, and let you know that I am not an expert in security.
Context: My client (visitor) has an X509 certificate installed on his machine, containing… Continue reading mTLS Client Authentication by Signing Arbitrary Message using Browser

Is my understanding of Digital Certificates, Digital Signatures and their role in security of flowing traffic correct

I have followed this and this video. Following is my understanding.

Before sending a request/response, sending-host (could be server or client) generates a pair of asymmetric cryptographic keys, then takes hash (called Digest) of the pack… Continue reading Is my understanding of Digital Certificates, Digital Signatures and their role in security of flowing traffic correct

How can I prove the content of a PGP-encrypted message to a third party?

Imagine this scenario

A StackExchange user sends you a PGP-encrypted message
You decrypt the message and discover that you are being blackmailed
You report the message to the admins but they are unable to view the content

In this situati… Continue reading How can I prove the content of a PGP-encrypted message to a third party?