Hacker News new | past | comments | ask | show | jobs | submit login

You can encrypt to a RSA public key, then decrypt with the private key.

You can sign with an RSA private key, then validate the signature with the public key.

The two pairs of operations are very similar, but not quite the same due to differences in how padding is handled.




Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: