While there are such a significant number of strategies to Encrypt information, for example, AES and RSA, we can order Encryption into two kinds: Symmetric and Asymmetric
1. Symmetric
In this procedure, it considered Symmetric when a similar key is utilized to Encrypt and Decrypt information. In this Type, we should be exceptionally cautious while moving the key. For the most part, it is finished by sending the key by means of an alternate channel.
2. Asymmetric
Asymmetric Encryption is the sort when 2 keys are utilized by the two players, one key for Encryption and another for the Decryption of information. In this, one key is called Private Key and the subsequent key is called Public Key. The Public key is utilized for the encryption of information and it very well may be given over to anybody with no difficulty. The private key is utilized for decoding and isn't imparted to anybody.