Encryption and decryption can be done in two ways, the first one is using AES (Symmetric Encryption) and RSA(Asymmetric Encryption). in AES we use the same key for both encryption and decryption both being private, whereas in RSA, we use public key for encryption and a private key for decryption. ©Subham Krishna #Light