encryption - algorithm for multiple digital signatures? -


Suppose I have a pack of data and I am sending data to 10 users. I want to add an attribute to this data, something like a digital signature. Each 10 users will have a different "key" when they apply their keys to this particular signature on the data packet, then it returns true or false returns, although they can not determine whether to use their key, whether other users Right or wrong

Even if the data packet is large:

in the data packet Encrypt the hash using the hash key for every user and attach the encrypted versions to the message.

Each user keeps the original packet (without signature), then confirms that hash matches their decrypted chuck.

This works for both symmetrical and public-private algorithms.


Comments

Popular posts from this blog

Eclipse CDT variable colors in editor -

AJAX doesn't send POST query -

wpf - Custom Message Box Advice -