This page (revision-1) was last changed on 29-Nov-2024 16:16 by UnknownAuthor

Only authorized users are allowed to rename pages.

Only authorized users are allowed to delete pages.

Page revision history

Version Date Modified Size Author Changes ... Change note

Page References

Incoming links Outgoing links

Version management

Difference between version and

At line 1 added 21 lines
!!! Overview
[{$pagename}] is a [Cryptographic Primitive] which is typically an [Digital Signature Algorithm] that can verify the [message] representative from the [Digital Signature] representative under the control of the corresponding [Public Key].
[{$pagename}] is paired in the [Digital Signature Algorithm] with a [Signature Generation] which created the [Digital Signature].
[{$pagename}] requires:
* [Public Key]
* [Digital Signature] ( the [hash] of the [message])
* [message] - The Original message
[{$pagename}] output is that the [Digital Signature] is valid or NOT valid
!! [{$pagename}] [How To]
[{$pagename}] is performed by the Recipient:
* using the signer's [Public Key] to [decrypt|Decryption] the [Digital Signature]
* uses the same [One-Way Hash Function] that generated the original [hash] to generate a new one-way [hash] of the same [message]
* the recipient compares [hash] snet form the signer with the generated [hash]If the [hashes|Hash] match, the [recipient] has [Assurance] that:
* [Integrity] - the [message] may have been tampered with since it was first signed
* [Non-Repudiation] - the [Public Key] used to [decrypt|Decryption] the [Digital Signature] corresponds to the [Private Key] used to create the [Digital Signature].
* [Authentication] - confirming the identity of the signer also requires some way of confirming that the [Public Key] truly belongs to a particular [person] or other [entity].!! More Information
There might be more information for this subject on one of the following:
[{ReferringPagesPlugin before='*' after='\n' }]