Team, anyone has done an RSA encryption of a password using a public key modulus/exponent? I am trying to call an API and to authenticate I need to encrypt the provided login password using a returned server public key modulus/exponent. Anyone used a library or similar? Thanks.