Asymmetric encryption is much more popular as it is virtually impossible to break
Each person has a key pair, a public key which is available to the public, and a private key, which is only held by the person themselves
If you were to send someone a message, you would encrypt it using their public key, send it, and then they would decrypt it using their private key