Tiago
Tiago

Reputation: 1

How encrypt and verify files digital signatures with no code?

I am trying organize a system of digital signature encryption and verification for my digital art being sold on a Wordpress website, without having to use code for this whole process. I am attempting to make this process straight forward and accessible for the average person with no code skills, so we can all understand and verify our ownership in simple terms, Hopefully. Is this possible?

Found this answers in a question similar to mine here:

“ 1 Digest the file with a hashing algorithm like SHA-256. Creates a summary of a few bytes "hash"

2 Sign the hash using the RSA private key. This is called the "signature"

3 Send the file and the signature to a third party. They can verify the signature using the public key. If signature match then you can ensure the identity of the sender of the message and that has not been altered. “

The first step is easy, there are plenty of softwares that we can download to produce this hash from a file just like using code it seems.

Now from the second step forward I am stuck. I am starting to understand the protocols now, but don’t know how to apply it… I’ve generated a private and public key using bitaddrres.org, but wasn’t able to figure out a way to make the encryption and decryption of the hash sequence without having to use code.

Do you see an easy solution for this? Perhaps a software people in my network could download, any help at this point would be much appreciated.

Thank you for your time

Upvotes: 0

Views: 65

Answers (0)

Related Questions