Rsa
- How I check whether an RSA public key and private key belong together
RSA uses a pair of keys. The private key signs or decrypts. The public key verifies or encrypts. The two keys are related, but the public key should not reveal the private key.