|
Posted by Volker Birk on September 15, 2005, 10:32 am
If you were Registered and logged in, you could reply and use other advanced thread options > I'm currently studing for the Security+ exam and the Sybex book I'm
> reading really does't fill in the gaps with cryptography. I have read
> articles on the web and other chapters from different books.
Perhaps, Bruce Scheier's "Applied Cryptography" will be a good starting
point, though it's not very up to date any more, but offers an excellent
introduction to the topic, easy to read and easy to understand.
Also http://en.wikipedia.org/wiki/Cryptography is a good starting point.
> Can someone please explain Digital signatures to me? I understand that
> they are used to validate who a person is. I don't understand how they
> are created and what key is used to encrpyt them, etc.. Really couldn't
> find to much more info on them.
A digital signature is a way to use asymmetric ciphers to virtually "sign"
data by having an hash over the data, which was encrypted with the private
key of someone, and can be checked then with the public key.
http://en.wikipedia.org/wiki/Digital_signature
> Also is there a difference between a cipher and a hash?
Yes ;-)
A cipher function is bijective, that means, you can revert it if you have
the right key, while a hash is not - quite the contrary, it has to be as
hard as possible to revert it ;-)
http://en.wikipedia.org/wiki/Encryption#Ciphers http://en.wikipedia.org/wiki/Cryptographic_hash_function#Cryptographic_properties
> Is ciphertext
> the same thing as a message digest?
No. Ciphertext is, what you get out of your plaintext after you applied a
cipher.
A message digest is some kind of checksum you can calculate using a
cryptographic hash function.
> When you do use a cipher or hash
> does the other side needs to know what algorithm you used?
Yes.
> Is this sent
> with the message??
That depends.
> Can someone please help clear up these topics or quide me towards some
> reading material that will.
Please read the introductory links first, I gave you.
Yours,
VB.
--
"Es kann nicht sein, dass die Frustrierten in Rom bestimmen, was in
deutschen Schlafzimmern passiert".
Harald Schmidt zum "Weltjugendtag"
|