I would like to use the RSAES_OAEP_SHA_Encryptor object, but in my application I don't have access to a key file. Instead I only have the key string. Can some one post an example for encrypting a message using OAEP without having a key file?
Also, if it is required to use a key file, I will have to create the key file from the key string. What format is the key file supposed to be in? Is a .pfx file (PKCS#12) acceptable or is there some other format that is required?
