Cryptography (Introduction)

Posted By: SecurityTube_Bot
Posted On: Mon 21 Feb 2011
Views: 5263
Share this video:
Share it on Facebook Share it on Twitter Share it on Reddit Share it on Digg Share it on Stumbleupon
Support SecurityTube:


Description: Cryptography is practice or study of hiding information. If say Alice wants to send some secret information to Bob over a communication medium which is open and is accessible to everyone, she should scramble that message in such a way so that only bob will be able to make out of it. Or in other words, Alice will encrypt the plain text message to generate cipher text message. and bob will decrypt the cipher text to generate same plain text message back. This whole process is called cryptography.

This video will answer the questions like what is the need to have cryptography? what are the requirements of a good cryptographic algorithm? The fundamental terms in cryptography and some basic algorithms.

The fundamental objectives of any good cryptographic algorithm are

  • Authentication: The process of proving one's identity.
  • Privacy/confidentiality: Ensuring that no one can read the message except the intended receiver.
  • Integrity: Assuring the receiver that the received message has not been altered in any way from the original.
  • Non-repudiation: A mechanism to prove that the sender really sent this message.
    • Cryptography is the science of writing in secret code and is an ancient art; the first documented use of cryptography in writing dates back to circa 1900 B.C. when an Egyptian scribe used non-standard hieroglyphs in an inscription.

      I will be creating a complete set of tutorial for understanding cryptography. This tutorial will include videos on symmetric key cryptography, public key cryptography to more advanced topics like zero knowledge proofs, key maintenance etc.

      Useful links

Comments (None)

Login to post a comment