Encrypting content with assymetric key pairs as a form of signing
The use-case is as follows:
There is a signer that have a claim or document D who wants any client to be able to verify that D has not been tampered with.
I suppose one way to do this is to use assymetric encryption where: E = encrypt(D, K… Continue reading Encrypting content with assymetric key pairs as a form of signing