Skip to main content

Cryptography


As we know, Blockchain and cryptography go hand in hand. What role does cryptography play in Blockchain Technology? Blockchain makes use of cryptography in several ways like wallet transactions, security, etc.


But what do we mean by cryptography?


Cryptography is a method of restricting the third party from viewing private data. It was used for several years before Blockchain came into existence as the means of transmitting secret messages in an encoded form that can be decoded by the person whom the message concerns and, nobody else could decrypt the message.


There are two types of cryptography:


 Asymmetric Key Cryptography: This type of

cryptography uses a pair of keys for encryption and decryption of information.

The public key is distributed worldwide and used for encryption of data. The

private key is not to be shared by anyone and used for decryption of the

data. It is also called public-key cryptography.


 Symmetric Key Cryptography: This type of cryptography

uses the same key for encryption and decryption of data. It is also called secret-key cryptography. This system is simple and faster in comparison to the asymmetric key cryptography.




Comments

Popular posts from this blog

Introduction to BlockChain

Today's buzzing technology  is Blockchain having immense advantages. It is predominantly considered to be used in finance sector as the first practical use of blockchain infamously known Bitcoin. Bitcoin was first released as white paper by Satoshi Nakamoto. From 2008  blockc hain is incepting its importance in almost every field like medical, real estate, voting, food safety, etc. Blockchain is a collection of blocks which are linked together to form a chain considering this the mass is shifting towards blockchain. Due to its security and transparency where digital information is recorded and distributed, but not edited. Why should we Trust Blockchain: Transparency : Every participant in the network has a copy of data of all the transactions which are taking place in a particular blockchain which cannot be modified by any user. Secure : For its security Blockchain depends mainly on the cryptography which works on the hashing function. Inexpensive : In the traditional bankin...