I am trying to decrypt a RSA encrypted string, which i encrypted with phpseclib, with vb.net.
The problem: I generated a keypair (public and private) with phpseclib and enrcypted the string with php and publickey. Now i want to decrypt this with a simple vb.net tool. but i can't load the private key i generated with phpseclib...
Can anybody help me, how to import or load the private key into vb.net, so that i can decrypt messages? Thanks!
The Code:
phpseclib and vb.net