thesign:intro
Inhaltsverzeichnis
How do Digital Signatures work?
Digital Signatures are a clever approach of using complex mathematics in real life work
Let‘s see how it works…
Setup Step 1 : Genererate your own key
First you create a Key pair containing a Public Key and a Secret Key.
The access to your Secret Key is protected by a passphrase
Setup Step 2 : Distribute your Public Key
Maintenance: Store received keys
Maintenance: Verify received Keys
The other users verify your Public Key with your Key Certificate
If it matches, they sign your key as valid
Creating a Digital Signature
To sign a file, first the checksum of the file is calculated
Then you create a Signature out of your Secret Key and the file checksum
Distributing a Digital Signature
Verifying a Digital Signature
thesign/intro.txt · Zuletzt geändert: 2010/07/24 16:13 von 127.0.0.1