Masters, how to encrypt a string using a public key fingerprint (data type is a string) using the PKCS#1 v1.5 scheme? The client gave me his public key in PEM format, as well as its fingerprint, which is a constant string.
thanks