I want to convert 3 variables, the modulus, the public exponent and the private exponent (n,e,d) into PKCS#1 padding, so I can use them in the RSA implementation in the PHP Security Library. Does anyone know how I can do this, or another way, I can load my private key into Crypt_RSA?
|
feedback
|