Skip to main content

what is cryptography?

what is cryptography??


Cryptography is a method of converting or protecting our data or message into secret form so that it could not be in wrong hands.The only person which has the key only can read the message.
The cryptography word is made of two words : -crypt and graphy.
Crypt means hidden or vault and graphy means writing so that cryptography means that's the writing or message which is in hidden form.
In cryptography we encrypt(convert our message into secret form) our message in secret form using different cryptography algorithm so that unautorised person could not read the message.
After doing encryption we send data to receiver and in receiver already have a decription key so receiver decrypt(retrieve encrypt data in real form ) the message so that only receiver can read that message.


Objectives of Cryptography :-


1 : Confidentiality :  Confidentiality means that the message will not be reached in hands of unauthorized person.Only the authorized person have to read or receive message.


2 : Integrity : Integrity means that the data which we send will only reached to the receiver,there has no third one interrupt in the data.

3: Authentication : Authentication means that sender and receiver firstly identify each other and then perform the transmission of data.


Comments

Popular posts from this blog

What is Cyber Ethics ?

What is Cyber Ethics ? Cyber ethics is the study of ethics related to computers, covering user's behavior and what computers are programmed to do, and how this affects individuals and society. With the increase of young children using the internet, it is now very essential than ever to tell children about how to properly operate the internet and its dangers. It is especially hard to talk to teens because they do not want to be lectured about what is right and wrong. They seem to think they have it all sorts out. That is why is it is important to instill appropriate cyber etiquette at an early age but if you haven’t there is still time to tell to your child. Issues in Cyber Ethics :- Copyrighting and downloading another's content:-  Downloading the copyright product from the internet is came into the cyber crime.We don't know that how much illegal is this product is that we only have to use it though it will present in any place . Hacking :- Stealin...

what is symmetric and asymmetric key cryptography?

Symmetric  key cryptography ?  Symmetric key cryptography is oldest method of encrypting the message.It is a simplest method that involves only one secret key.This secret key is a simple text like number,string,letter,etc. A simple example of symmetric key encryption is that suppose I want to send " hello " to someone then to encrypt it I will replace every text of this message into third text like for 'h' I will replace it with 'k' and 'e' with 'h' . so.. our message is : ----   Hello Encrypted message is :---khoor so if the unauthorised person read the encrypted message the he is not able to understand it .So our message is always be secure from unauthorized acess. Example :-  RC4, FISH, Py, QUAD, SNOW etc . Asymmetric key cryptography? Asymmetric encryption is also called public key cryptography.This is new technique instead of symmetric key cryptography.Asymmetric key cryptography uses two keys to encrypt the message .one is p...

what is a public key encryption??

what is a public key encryption?? In public key encryption we have two keys: - one is public and another is private.We use these keys for secure communicating with each outher.Public key is used by sender to encrypt his message and private key is used by receiver to decript this message. Example :- Suppose I want to get message from many resources so  I will distribute public key to all the user who want to send me message and I keep private key to decrypt the message which user send to me.