On Friday, 31 May 2019 at 12:17:14 UTC, Sebastiaan Koppe wrote: > Just base64 decode the PEM data (without the ====) and feed it > to RSA.this(ubyte[] publicKey). Ought to be that simple. I assume the same should apply with private key and private key constructor (along with a random password of course)?